Firmware2/Marlin/src/libs
Scott Lahteine f67cd07328 Pause and PLR refinements
- Move `pause_print` argument `unload_length` after `show_lcd` so it's next to `DXC_ARGS`.
- Tweak the position and conditions of PLR save in `resume_print`.
- Add `Nozzle::park_mode_0_height` accessor to get the raised Z height.
- Remove extraneous `recovery.save` from `dwin.cpp`.
- Move PLR `info.volumetric...` to `flag`.
- Remove some G-code spaces in PLR code
- Document `pause.h` function declarations.
2021-05-05 07:31:48 -05:00
..
heatshrink Remove URL scheme 2020-12-27 21:00:07 -06:00
L64XX Replace 'const float &' with 'const_float_t' (#21505) 2021-04-01 17:59:57 -05:00
autoreport.h Distinguish serial index from mask (#21287) 2021-03-09 03:20:37 -06:00
BL24CXX.cpp Clean up whitespace, headings 2021-01-18 21:54:23 -06:00
BL24CXX.h Ender 3 V2 BL24C16 EEPROM support (#18758) 2020-07-24 03:09:14 -05:00
bresenham.h Serial refactor. Default 8-bit ECHO to int, not char (#20985) 2021-02-08 00:37:24 -06:00
buzzer.cpp "Sound: ON/OFF" menu item (#19901) 2020-10-27 20:41:12 -05:00
buzzer.h Update some LCD includes 2020-12-15 01:06:27 -06:00
circularqueue.h Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
crc16.cpp Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
crc16.h Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
duration_t.h Comment correction (#21729) 2021-05-01 20:26:05 -05:00
hex_print.cpp Patch hex_print 2020-08-08 00:17:09 -05:00
hex_print.h Use uintptr_t for pointer-to-int 2020-08-07 19:31:05 -05:00
least_squares_fit.cpp Optimize LSF for size, efficiency (#21443) 2021-03-24 22:56:48 -05:00
least_squares_fit.h Replace 'const float &' with 'const_float_t' (#21505) 2021-04-01 17:59:57 -05:00
nozzle.cpp Pause and PLR refinements 2021-05-05 07:31:48 -05:00
nozzle.h Pause and PLR refinements 2021-05-05 07:31:48 -05:00
numtostr.cpp Replace 'const float &' with 'const_float_t' (#21505) 2021-04-01 17:59:57 -05:00
numtostr.h Replace 'const float &' with 'const_float_t' (#21505) 2021-04-01 17:59:57 -05:00
private_spi.h Prefix SD SPI pins (SCK, MISO, MOSI, SS) (#20606) 2021-01-01 14:31:15 -06:00
softspi.h Apply pointer formatting 2021-03-29 20:36:37 -05:00
stopwatch.cpp Serial macros cleanup 2021-02-28 20:02:24 -06:00
stopwatch.h Configure / disable PRINTCOUNTER save interval (#20856) 2021-01-26 02:30:31 -06:00
vector_3.cpp Move apply_rotation_xyz into matrix_3x3 2021-03-30 23:58:32 -05:00
vector_3.h Replace 'const float &' with 'const_float_t' (#21505) 2021-04-01 17:59:57 -05:00
W25Qxx.cpp Apply pointer formatting 2021-03-29 20:36:37 -05:00
W25Qxx.h Apply pointer formatting 2021-03-29 20:36:37 -05:00