Fix power loss recovery with SINGLENOZZLE (#14033)

This commit is contained in:
GUEST.it
2019-05-18 01:47:15 +02:00
committed by Scott Lahteine
parent efe651e749
commit 7907eec04c
2 changed files with 7 additions and 7 deletions

View File

@@ -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];