Fix missing include & condition (#14682)
This commit is contained in:
parent
977cfa4494
commit
9cd66f6f77
|
@ -676,7 +676,7 @@ namespace ExtUI {
|
||||||
UNUSED(mm);
|
UNUSED(mm);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if EXTRUDERS > 1
|
#if EXTRUDERS > 1 && HAS_HOTEND_OFFSET
|
||||||
/**
|
/**
|
||||||
* When linked_nozzles is false, as an axis is babystepped
|
* When linked_nozzles is false, as an axis is babystepped
|
||||||
* adjust the hotend offsets so that the other nozzles are
|
* adjust the hotend offsets so that the other nozzles are
|
||||||
|
|
|
@ -81,6 +81,10 @@
|
||||||
#include "../lcd/ultralcd.h"
|
#include "../lcd/ultralcd.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(ADVANCED_PAUSE_FEATURE)
|
||||||
|
#include "../feature/pause.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#if DO_SWITCH_EXTRUDER
|
#if DO_SWITCH_EXTRUDER
|
||||||
|
|
||||||
#if EXTRUDERS > 3
|
#if EXTRUDERS > 3
|
||||||
|
|
Loading…
Reference in a new issue