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 Andy-Big committed Jul 2, 2023
1 parent b48d5b6 commit 02b6d6c
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 02b6d6c

Please sign in to comment.