Scott Lahteine
c56ac0c34a
🎨 Misc. Cleanup
2021-08-09 00:59:16 -05:00
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
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
Sebastiaan Dammann
8b5e7429d7
Prevent extrusion on M600 un-park ( #21670 )
...
Fixes #21669
2021-04-24 01:01:17 -05:00
Scott Lahteine
c4620bb528
Add whole-degree accessors, simplify some temperature-related features ( #21685 )
2021-04-23 20:19:23 -05:00
BigTreeTech
a58276c4c1
Enable Purge More / Resume with EP + Host Prompt ( #21671 )
...
Co-authored-by: Msq001 <alansayyeah@gmail.com>
2021-04-22 18:43:28 -05:00
espr14
a5d6f6ac98
Fix Resume Print with UBL ( #21564 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-04-12 20:10:21 -05:00
Scott Lahteine
62f37669dc
Replace 'const float &' with 'const_float_t' ( #21505 )
2021-04-01 17:59:57 -05:00
Miguel Risco-Castillo
930752d46e
Ender 3 V2 Status Line ( #21369 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-03-24 10:12:57 -05:00
Scott Lahteine
e5ff55a1be
Add typedef celsius_t ( #21374 )
2021-03-24 04:11:43 -05:00
Scott Lahteine
1aa421efe5
Filament sensor cleanup
2021-02-28 20:02:24 -06:00
Scott Lahteine
dd42831cba
Serial macros cleanup
2021-02-28 20:02:24 -06:00
Arjan Mels
83a156ef47
Fix M876 when called from EP ( #21210 )
2021-02-27 13:32:57 -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
c0870d417a
Move some MarlinCore and MarlinUI code ( #20832 )
2021-01-21 03:40:07 -06:00
Belin Fieldson
465840e1fb
Loosen E on pause for fila-manipulation ( #20346 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2020-12-04 04:49:30 -06:00
pseudex
4258ff1a68
Allow cold Filament Load/Unload with M302 P1 ( #20262 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2020-11-24 16:20:06 -06:00
Victor Oliveira
7a04df47f2
Fix Load Filament wait ( #20243 )
2020-11-21 17:16:03 -06:00
Scott Lahteine
35b9e9b4a5
Tweak a host prompt call
2020-10-19 20:39:36 -05:00
Scott Lahteine
eaf6777a66
Rename ultralcd => marlinui
2020-10-16 19:55:18 -05:00
nb-rapidia
418b3e5ee2
Fix IDEX layer shift and DIR states ( #19756 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2020-10-16 16:59:55 -05:00
rlojek
72e3238c3f
Fix ADVANCED_PAUSE && !PREVENT_COLD_EXTRUSION ( #19740 )
2020-10-15 13:44:57 -05:00
Scott Lahteine
98427ea92a
Save PLR on resume from pause ( #19676 )
...
Co-Authored-By: shahab <32130261+SHBnik@users.noreply.github.com>
2020-10-10 12:09:44 -05:00
Ilya
e56295851f
No move on Park = No move on Resume ( #19569 )
2020-10-01 17:51:11 -05:00
ellensp
979876e958
Improve temperature runaway, idle timeout ( #19339 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2020-09-13 23:58:39 -05:00
Giuliano Zaro
b2ba9009d0
Fix "too cold" in M600 ( #19332 )
2020-09-10 16:47:58 -05:00
Giuliano Zaro
828a582f4d
Make M600 heat up the nozzle. Reset runout on fail. ( #19298 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2020-09-07 21:29:45 -05:00
swissnorp
a12ac5e175
Mark axes not-homed with HOME_AFTER_DEACTIVATE ( #18907 )
2020-08-27 16:05:53 -05:00
Robby Candra
1b097d0467
Wait for hotend temp before Resume move ( #19009 )
2020-08-14 08:38:00 -05:00
ManuelMcLure
0bc8d315d8
Close host's Filament Change dialog ( #18785 )
2020-07-25 21:09:56 -05:00
InsanityAutomation
e1191ded02
Fast Filament Change temperature check ( #18738 )
2020-07-22 23:01:56 -05:00
Diego von Deschwanden
42fbd527f3
Fix links to secure sites ( #18745 )
2020-07-22 22:20:14 -05:00
chestwood96
1475fd312a
M600 R<resume temperature> ( #17919 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2020-05-11 02:06:31 -05:00
Scott Lahteine
0eeb5e2a29
General cleanup: pause, MarlinCore
2020-04-28 00:22:04 -05:00
Scott Lahteine
8b3c7dda75
Add HAS_FAN and others
2020-04-27 05:07:08 -05:00
Ondřej Nový
d2a5d51f69
Add NOZZLE_PARK_Z_RAISE_MIN ( #17624 )
2020-04-24 22:39:08 -05:00
Ondřej Nový
468b813bc1
Better ooze prevention during pause ( #17625 )
2020-04-22 16:43:06 -05:00
Scott Lahteine
6d90d1e1f5
Apply TERN to compact code ( #17619 )
2020-04-22 16:35:03 -05:00
Scott Lahteine
000ec9fc13
Ensure language.h include order
...
See #17604
2020-04-20 09:43:48 -05:00
Desuuuu
2824e67d95
Add ExtUI::onStatusChanged_P ( #17543 )
2020-04-16 00:33:31 -05:00
Scott Lahteine
0e06aaa2bc
Add millis helper macros
2020-04-04 02:48:30 -05:00
Marcio T
be0e313c07
Touch UI additions, bug fixes ( #17379 )
2020-04-02 14:24:55 -05:00
Scott Lahteine
765a9f3471
do_pause_e_move => unscaled_e_move
2020-03-29 16:26:55 -05:00
Scott Lahteine
747b964295
Clean up user-wait, SD completion ( #17315 )
2020-03-28 03:18:53 -05:00
Scott Lahteine
6bead0c1b0
Shorter paths to HAL, ExtUI ( #17156 )
2020-03-13 16:29:29 -05:00
Scott Lahteine
77b82d300a
Add idle_no_sleep
2020-02-27 06:45:33 -06:00
Scott Lahteine
5ebba4b19f
More serial strings
2020-02-26 04:11:12 -06:00
Scott Lahteine
e78f607ef3
Use a STR_ prefix for non-translated strings
2020-02-26 03:02:03 -06:00
Scott Lahteine
073e4443e8
Optimize "Dismiss" string
2020-02-14 00:05:06 -06:00