tobuh
31d3a781a8
Fix and improve Power-Loss Recovery ( #21779 , #21894 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-05-15 15:05:53 -05:00
Scott Lahteine
c5c8ef436c
Signal SD completion later ( #21840 )
2021-05-15 15:05:53 -05:00
Scott Lahteine
45d3866f97
Misc Power Loss cleanup
2021-05-15 15:05:53 -05:00
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
Scott Lahteine
1879eede0d
Fix axis char printing
2021-04-07 15:43:57 -05:00
Scott Lahteine
62f37669dc
Replace 'const float &' with 'const_float_t' ( #21505 )
2021-04-01 17:59:57 -05:00
Scott Lahteine
e5ff55a1be
Add typedef celsius_t ( #21374 )
2021-03-24 04:11:43 -05:00
Scott Lahteine
28404f9e87
POWER_LOSS_ZHOME_POS followup
2021-03-01 06:19:38 -06:00
Nick
e66e51fa6d
Safe Z homing for Power Loss Recovery ( #16909 )
2021-03-01 04:23:10 -06:00
Scott Lahteine
dd42831cba
Serial macros cleanup
2021-02-28 20:02:24 -06:00
X-Ryl669
e7c711996b
Serial refactor. Default 8-bit ECHO to int, not char ( #20985 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-02-08 00:37:24 -06:00
Scott Lahteine
d33fe2378c
Move common strings ( #20846 )
2021-01-22 15:01:19 -06:00
Java
8edcf03715
Preheat before Power Loss Recovery homing ( #20697 )
2021-01-06 20:57:11 -06:00
Scott Lahteine
20b3af1cc2
Use homing_feedrate function
2020-12-16 22:19:04 -06:00
Scott Lahteine
b6a32500c4
M808 Repeat Markers ( #20084 )
2020-11-26 21:18:40 -06:00
Scott Lahteine
7e902b7e29
Power-Loss cleanup
2020-11-20 21:30:45 -06:00
ellensp
7216b8f804
Fix compile with PLR, no fan ( #20096 )
2020-11-11 14:35:13 -06:00
Scott Lahteine
eaf6777a66
Rename ultralcd => marlinui
2020-10-16 19:55:18 -05:00
Nick
60155aa442
Anycubic Chiron full feature support ( #19505 )
2020-09-28 18:53:40 -05:00
Scott Lahteine
9142f5446a
Improve Power-Loss Recovery ( #19540 )
2020-09-28 15:52:21 -05:00
Scott Lahteine
76d8d1742c
Add multi-extruder condition
2020-09-20 20:51:21 -05:00
Scott Lahteine
e0b413cf19
Add set_all_homed
2020-08-27 16:38:26 -05:00
Scott Lahteine
c2d5b63a98
Fix up STATIC_ITEM ( #18962 )
2020-08-08 18:21:44 -05:00
Diego von Deschwanden
42fbd527f3
Fix links to secure sites ( #18745 )
2020-07-22 22:20:14 -05:00
Jason Smith
76b67d55e2
Fix some Power Loss Recovery behaviors ( #18558 )
2020-07-15 01:14:03 -05:00
Scott Lahteine
759d63d76a
Tweak PLR debug
2020-07-08 00:03:20 -05:00
Fabio Santos
25c7c43a82
Add SERIAL_FLOAT_PRECISION option ( #18367 )
2020-06-22 21:12:45 -05:00
Scott Lahteine
f4c258dc23
Creality Ender 3 v2 ( #17719 )
2020-06-16 01:45:27 -05:00
Scott Lahteine
9fe781ccaf
Tweak powerloss info
2020-05-04 16:37:27 -05:00
Scott Lahteine
8b3c7dda75
Add HAS_FAN and others
2020-04-27 05:07:08 -05:00
Scott Lahteine
6d90d1e1f5
Apply TERN to compact code ( #17619 )
2020-04-22 16:35:03 -05:00
Scott Lahteine
d96c769fd6
Move Power Loss Recovery check
2020-04-21 15:27:53 -05:00
Scott Lahteine
15f6f53638
Add HAS_HOTEND, etc.
2020-04-20 00:12:22 -05:00
Scott Lahteine
a2e9a02429
Fix PLR when card isn't mounted yet
...
Fixes a regression from 9bff67bc74
2020-04-12 14:44:45 -05:00
Scott Lahteine
118bd2f8b2
Apply loop shorthand macros ( #17159 )
2020-03-13 23:18:16 -05:00
Scott Lahteine
6bead0c1b0
Shorter paths to HAL, ExtUI ( #17156 )
2020-03-13 16:29:29 -05:00