tobuh
31d3a781a8
Fix and improve Power-Loss Recovery ( #21779 , #21894 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
Scott Lahteine
c5c8ef436c
Signal SD completion later ( #21840 )
4 years ago
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.
4 years ago
Sebastiaan Dammann
3ae0557258
Prevent extrusion on M600 un-park ( #21670 )
Fixes #21669
4 years ago
Scott Lahteine
899fcf51e6
Add whole-degree accessors, simplify some temperature-related features ( #21685 )
4 years ago
BigTreeTech
5859860a02
Enable Purge More / Resume with EP + Host Prompt ( #21671 )
Co-authored-by: Msq001 <alansayyeah@gmail.com>
4 years ago
espr14
fb7bdabb70
Fix Resume Print with UBL ( #21564 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
4 years ago
Scott Lahteine
a4d5f96e9a
Replace 'const float &' with 'const_float_t' ( #21505 )
4 years ago
Miguel Risco-Castillo
3c9ffa77f9
Ender 3 V2 Status Line ( #21369 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
Scott Lahteine
3226e12037
Add typedef celsius_t ( #21374 )
4 years ago
Scott Lahteine
fd5f1f1f5d
Filament sensor cleanup
4 years ago
Scott Lahteine
fbb30a2570
Serial macros cleanup
4 years ago
Arjan Mels
fff95b7173
Fix M876 when called from EP ( #21210 )
4 years ago
X-Ryl669
77f48d2bad
Serial refactor. Default 8-bit ECHO to int, not char ( #20985 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
Scott Lahteine
71be210795
Move some MarlinCore and MarlinUI code ( #20832 )
4 years ago
Belin Fieldson
43bbf04764
Loosen E on pause for fila-manipulation ( #20346 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
pseudex
6cca5a9f92
Allow cold Filament Load/Unload with M302 P1 ( #20262 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
Victor Oliveira
69b61fef67
Fix Load Filament wait ( #20243 )
4 years ago
Scott Lahteine
a90b90e98d
Tweak a host prompt call
4 years ago
Scott Lahteine
141f6825ce
Rename ultralcd => marlinui
4 years ago
nb-rapidia
3becc3ad63
Fix IDEX layer shift and DIR states ( #19756 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
rlojek
57dc1a0649
Fix ADVANCED_PAUSE && !PREVENT_COLD_EXTRUSION ( #19740 )
4 years ago
Scott Lahteine
2e01eb9189
Save PLR on resume from pause ( #19676 )
Co-Authored-By: shahab <32130261+SHBnik@users.noreply.github.com>
4 years ago
Ilya
58ce9a85c1
No move on Park = No move on Resume ( #19569 )
4 years ago
ellensp
4fdfdaf2e6
Improve temperature runaway, idle timeout ( #19339 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
Giuliano Zaro
3adb07aa00
Fix "too cold" in M600 ( #19332 )
4 years ago
Giuliano Zaro
5fcfecc56e
Make M600 heat up the nozzle. Reset runout on fail. ( #19298 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
4 years ago
swissnorp
7d2e4481c7
Mark axes not-homed with HOME_AFTER_DEACTIVATE ( #18907 )
4 years ago
Robby Candra
8258a76c9b
Wait for hotend temp before Resume move ( #19009 )
4 years ago
Sebastiaan Dammann
8b5e7429d7
Prevent extrusion on M600 un-park ( #21670 )
Fixes #21669
4 years ago
Scott Lahteine
c4620bb528
Add whole-degree accessors, simplify some temperature-related features ( #21685 )
4 years ago
BigTreeTech
a58276c4c1
Enable Purge More / Resume with EP + Host Prompt ( #21671 )
Co-authored-by: Msq001 <alansayyeah@gmail.com>
4 years ago
espr14
a5d6f6ac98
Fix Resume Print with UBL ( #21564 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
4 years ago
Scott Lahteine
62f37669dc
Replace 'const float &' with 'const_float_t' ( #21505 )
4 years ago
Miguel Risco-Castillo
930752d46e
Ender 3 V2 Status Line ( #21369 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
Scott Lahteine
e5ff55a1be
Add typedef celsius_t ( #21374 )
4 years ago
Scott Lahteine
1aa421efe5
Filament sensor cleanup
4 years ago
Scott Lahteine
dd42831cba
Serial macros cleanup
4 years ago
Arjan Mels
83a156ef47
Fix M876 when called from EP ( #21210 )
4 years ago
X-Ryl669
e7c711996b
Serial refactor. Default 8-bit ECHO to int, not char ( #20985 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
Scott Lahteine
c0870d417a
Move some MarlinCore and MarlinUI code ( #20832 )
4 years ago
Belin Fieldson
465840e1fb
Loosen E on pause for fila-manipulation ( #20346 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
pseudex
4258ff1a68
Allow cold Filament Load/Unload with M302 P1 ( #20262 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
Victor Oliveira
7a04df47f2
Fix Load Filament wait ( #20243 )
4 years ago
Scott Lahteine
35b9e9b4a5
Tweak a host prompt call
4 years ago
Scott Lahteine
eaf6777a66
Rename ultralcd => marlinui
4 years ago
nb-rapidia
418b3e5ee2
Fix IDEX layer shift and DIR states ( #19756 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
Scott Lahteine
4ee717f7c4
Save PLR on resume from pause ( #19676 )
Co-Authored-By: shahab <32130261+SHBnik@users.noreply.github.com>
4 years ago
Ilya
cc123bc657
No move on Park = No move on Resume ( #19569 )
4 years ago
rlojek
72e3238c3f
Fix ADVANCED_PAUSE && !PREVENT_COLD_EXTRUSION ( #19740 )
4 years ago