🩹 Conditional include probe.h
This commit is contained in:
@@ -60,7 +60,9 @@
|
||||
#include "../HAL/shared/eeprom_api.h"
|
||||
#endif
|
||||
|
||||
#if HAS_BED_PROBE
|
||||
#include "probe.h"
|
||||
#endif
|
||||
|
||||
#if HAS_LEVELING
|
||||
#include "../feature/bedlevel/bedlevel.h"
|
||||
|
@@ -24,7 +24,6 @@
|
||||
|
||||
#include "tool_change.h"
|
||||
|
||||
#include "probe.h"
|
||||
#include "motion.h"
|
||||
#include "planner.h"
|
||||
#include "temperature.h"
|
||||
@@ -92,6 +91,10 @@
|
||||
#include "../feature/pause.h"
|
||||
#endif
|
||||
|
||||
#if HAS_BED_PROBE
|
||||
#include "probe.h"
|
||||
#endif
|
||||
|
||||
#if ENABLED(TOOLCHANGE_FILAMENT_SWAP)
|
||||
#if TOOLCHANGE_FS_WIPE_RETRACT <= 0
|
||||
#undef TOOLCHANGE_FS_WIPE_RETRACT
|
||||
|
Reference in New Issue
Block a user