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
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
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
3dlabsio
645ca7af7a
M141 Heated Chamber, Temperature rework (#12201 )
6 years ago
Scott Lahteine
cfdb38eda4
Allow SERIAL_ECHOPAIR to take up to 12 pairs (#13311 )
6 years ago
Scott Lahteine
0feeef2604
Update copyright in headers
6 years ago
Scott Lahteine
6de3d34378
M166 Gradients, LCD Menu for 2-channel Mixer (Geeetech A10M/A20M) (#13022 )
6 years ago
raTmole
ddeca7a358
Fix resume from power loss G-Code. (#13035 )
6 years ago
InsanityAutomation
082f6a27de
ADAPTIVE_FAN_SLOWING extension to hotend thermal protection (#12853 )
6 years ago
InsanityAutomation
a403d9a50c
Improve menu pause / resume (#12876 )
6 years ago
Scott Lahteine
95d154a91f
Fans loop macro
6 years ago
Scott Lahteine
cecc238f68
Save recovery info on SD pause
6 years ago
Roman Moravčík
5fbe5cabc8
Fixed displaying of kill MSG_OUTAGE_RECOVERY string. (#12470 )
6 years ago