Skip to content

Commit

Permalink
🩹 Fix temperature include (MarlinFirmware#24834)
Browse files Browse the repository at this point in the history
  • Loading branch information
EvilGremlin authored and thinkyhead committed Dec 16, 2022
1 parent 5c19507 commit 0047b30
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Marlin/src/module/temperature.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0047b30

Please sign in to comment.