RAMPS_14_EFB
This commit is contained in:
parent
53e79224fc
commit
af61c78e22
1 changed files with 8 additions and 6 deletions
|
|
@ -433,6 +433,7 @@ void PrintJobRecovery::resume() {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Restore print cooling fan speeds
|
// Restore print cooling fan speeds
|
||||||
|
#if HAS_FAN
|
||||||
FANS_LOOP(i) {
|
FANS_LOOP(i) {
|
||||||
uint8_t f = info.fan_speed[i];
|
uint8_t f = info.fan_speed[i];
|
||||||
if (f) {
|
if (f) {
|
||||||
|
|
@ -440,6 +441,7 @@ void PrintJobRecovery::resume() {
|
||||||
gcode.process_subcommands_now(cmd);
|
gcode.process_subcommands_now(cmd);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
// Restore retract and hop state
|
// Restore retract and hop state
|
||||||
#if ENABLED(FWRETRACT)
|
#if ENABLED(FWRETRACT)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue