Fix power loss recovery with SINGLENOZZLE (#14033)
This commit is contained in:
@@ -51,8 +51,8 @@ typedef struct {
|
||||
|
||||
uint16_t feedrate;
|
||||
|
||||
#if HOTENDS > 1
|
||||
uint8_t active_hotend;
|
||||
#if EXTRUDERS > 1
|
||||
uint8_t active_extruder;
|
||||
#endif
|
||||
|
||||
int16_t target_temperature[HOTENDS];
|
||||
|
||||
Reference in New Issue
Block a user