Scott Lahteine
f3805edbd6
Power-Loss cleanup
4 years ago
ellensp
ac74786c2b
Fix compile with PLR, no fan ( #20096 )
4 years ago
Scott Lahteine
141f6825ce
Rename ultralcd => marlinui
5 years ago
Nick
2069ab3a15
Anycubic Chiron full feature support ( #19505 )
5 years ago
Scott Lahteine
782b9ce69e
Improve Power-Loss Recovery ( #19540 )
5 years ago
Scott Lahteine
b3890d385c
Add multi-extruder condition
5 years ago
Scott Lahteine
ee572856e9
Add set_all_homed
5 years ago
Scott Lahteine
ad30383b46
Fix up STATIC_ITEM ( #18962 )
5 years ago
Diego von Deschwanden
42fbd527f3
Fix links to secure sites ( #18745 )
5 years ago
Jason Smith
76b67d55e2
Fix some Power Loss Recovery behaviors ( #18558 )
5 years ago
Scott Lahteine
759d63d76a
Tweak PLR debug
5 years ago
Fabio Santos
25c7c43a82
Add SERIAL_FLOAT_PRECISION option ( #18367 )
5 years ago
Scott Lahteine
f4c258dc23
Creality Ender 3 v2 ( #17719 )
5 years ago
Scott Lahteine
9fe781ccaf
Tweak powerloss info
5 years ago
Scott Lahteine
8b3c7dda75
Add HAS_FAN and others
5 years ago
Scott Lahteine
6d90d1e1f5
Apply TERN to compact code ( #17619 )
5 years ago
Scott Lahteine
d96c769fd6
Move Power Loss Recovery check
5 years ago
Scott Lahteine
15f6f53638
Add HAS_HOTEND, etc.
5 years ago
Scott Lahteine
a2e9a02429
Fix PLR when card isn't mounted yet
Fixes a regression from 9bff67bc74
5 years ago
Scott Lahteine
118bd2f8b2
Apply loop shorthand macros ( #17159 )
5 years ago
Scott Lahteine
6bead0c1b0
Shorter paths to HAL, ExtUI ( #17156 )
5 years ago
Scott Lahteine
9bff67bc74
Always look for PLR file, but more quickly
5 years ago
Scott Lahteine
18b875dc9f
Allow print recovery after parking
5 years ago
Scott Lahteine
bfad23d3e2
(c) 2020
5 years ago
BigTreeTech
ab8b24fdba
Power Loss Recovery with a UPS ( #15943 )
5 years ago
Scott Lahteine
ca6d00b862
Save some string flash
6 years ago
The-Force
c6f694a247
Power Loss Recovery for volumetric extrusion ( #15734 )
6 years ago
Scott Lahteine
62b875f918
Fix PLR condition saving retract
6 years ago
Marcio Teixeira
6a865a6146
Multi-language support ( #15453 )
6 years ago
Scott Lahteine
50e4545255
Add custom types for position ( #15204 )
6 years ago
Scott Lahteine
d5f5203880
Use "mount" as card verb
6 years ago
Scott Lahteine
6091e6300a
Fix G90, G91, M82, M83 rel/abs modes ( #15218 )
6 years ago
Scott Lahteine
c590e8ac05
Improve Power-loss Recovery ( #15135 )
6 years ago
Scott Lahteine
584c86bed1
More "zero extruders" changes ( #15213 )
6 years ago
Scott Lahteine
a2e412c0ce
Rename command buffer var
6 years ago
Scott Lahteine
c8e30b6639
Fix code attempting to sprintf %f ( #14869 )
Arduino doesn't (always) support `float` formatting in strings. So either cast to `int` or use `dtostrf()` to fix these usages.
6 years ago
Scott Lahteine
ee5e46b46b
Patch PrintJobRecovery::filename
6 years ago
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
6 years ago
Tanguy Pruvot
be69ec5b32
Fix PLR/M43 warnings ( #14333 )
6 years ago
Scott Lahteine
4c872a01f2
G-code queue singleton, front injection ( #14236 )
6 years ago
Robby Candra
7e07a3888b
Fix PLR Z bug affecting Cartesians ( #14230 )
6 years ago
GUEST.it
7907eec04c
Fix power loss recovery with SINGLENOZZLE ( #14033 )
6 years ago
Tanguy Pruvot
11adcf1ce3
Add'l PLR options, AVR strstr_P compat ( #13880 )
6 years ago
Robby Candra
0181e57417
Add a minimum Z change option to power-loss recovery ( #13859 )
6 years ago
Robby Candra
c369477cb0
Fix bug: diveToFile breaks M23 ( #13865 )
6 years ago
Robby Candra
35160dfb7a
Simplify PLR homing when Z homes to max ( #13718 )
6 years ago
Msq001
455ee23499
Fix, improve Power Loss Recovery ( #13703 )
- Save and restore workspace offsets
- Add retract and purge (hidden) options
- Always restore axis relative modes
- Use added `G92.9` to do position restores
6 years ago
Scott Lahteine
cf12fc8366
Expand on serial debugging ( #13577 )
6 years ago
Scott Lahteine
027a901bec
Trim whitespace
6 years ago
Robby Candra
cd1ef33c8c
Drop extra PLR save test ( #13554 )
6 years ago