Nick
60155aa442
Anycubic Chiron full feature support ( #19505 )
4 years ago
Scott Lahteine
9142f5446a
Improve Power-Loss Recovery ( #19540 )
4 years ago
Scott Lahteine
76d8d1742c
Add multi-extruder condition
4 years ago
Scott Lahteine
e0b413cf19
Add set_all_homed
4 years ago
Scott Lahteine
c2d5b63a98
Fix up STATIC_ITEM ( #18962 )
4 years ago
Diego von Deschwanden
42fbd527f3
Fix links to secure sites ( #18745 )
4 years ago
Jason Smith
76b67d55e2
Fix some Power Loss Recovery behaviors ( #18558 )
4 years ago
Scott Lahteine
759d63d76a
Tweak PLR debug
4 years ago
Fabio Santos
25c7c43a82
Add SERIAL_FLOAT_PRECISION option ( #18367 )
4 years ago
Scott Lahteine
f4c258dc23
Creality Ender 3 v2 ( #17719 )
4 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
5 years ago
The-Force
c6f694a247
Power Loss Recovery for volumetric extrusion ( #15734 )
5 years ago
Scott Lahteine
62b875f918
Fix PLR condition saving retract
5 years ago
Marcio Teixeira
6a865a6146
Multi-language support ( #15453 )
5 years ago
Scott Lahteine
50e4545255
Add custom types for position ( #15204 )
5 years ago
Scott Lahteine
d5f5203880
Use "mount" as card verb
5 years ago
Scott Lahteine
6091e6300a
Fix G90, G91, M82, M83 rel/abs modes ( #15218 )
5 years ago
Scott Lahteine
c590e8ac05
Improve Power-loss Recovery ( #15135 )
5 years ago
Scott Lahteine
584c86bed1
More "zero extruders" changes ( #15213 )
5 years ago
Scott Lahteine
a2e412c0ce
Rename command buffer var
5 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.
5 years ago
Scott Lahteine
ee5e46b46b
Patch PrintJobRecovery::filename
5 years ago
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
5 years ago
Tanguy Pruvot
be69ec5b32
Fix PLR/M43 warnings ( #14333 )
5 years ago
Scott Lahteine
4c872a01f2
G-code queue singleton, front injection ( #14236 )
5 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
Scott Lahteine
a0a5c31c05
Power-Loss initialization fix ( #13553 )
- Only save to PLR file on moves with E and X or Y
- Save to PLR after any long-ish Z downward move
6 years ago
Robby Candra
a3f67acd6d
Fix Power Loss Recovery file delete ( #13522 )
6 years ago
Msq001
f0d14b83bc
Save/restore Relative modes in Power-Loss Recovery ( #13501 )
6 years ago