@ -676,7 +676,7 @@ namespace ExtUI {
UNUSED(mm);
#endif
#if EXTRUDERS > 1
#if EXTRUDERS > 1 && HAS_HOTEND_OFFSET
/**
* When linked_nozzles is false, as an axis is babystepped
* adjust the hotend offsets so that the other nozzles are
@ -81,6 +81,10 @@
#include "../lcd/ultralcd.h"
#if ENABLED(ADVANCED_PAUSE_FEATURE)
#include "../feature/pause.h"
#if DO_SWITCH_EXTRUDER
#if EXTRUDERS > 3