🩹 Fix temperature include (#24834)
This commit is contained in:
parent
5c195078ff
commit
0047b3064d
@ -30,6 +30,7 @@
|
||||
#include "../MarlinCore.h"
|
||||
#include "../HAL/shared/Delay.h"
|
||||
#include "../lcd/marlinui.h"
|
||||
#include "../gcode/gcode.h"
|
||||
|
||||
#include "temperature.h"
|
||||
#include "endstops.h"
|
||||
@ -63,10 +64,6 @@
|
||||
#include "../feature/host_actions.h"
|
||||
#endif
|
||||
|
||||
#if EITHER(HAS_TEMP_SENSOR, LASER_FEATURE)
|
||||
#include "../gcode/gcode.h"
|
||||
#endif
|
||||
|
||||
#if ENABLED(NOZZLE_PARK_FEATURE)
|
||||
#include "../libs/nozzle.h"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user