Skip to content
Snippets Groups Projects
Commit 7ddf1cda authored by AnHardt's avatar AnHardt Committed by Richard Wackerbarth
Browse files

Improve condition for SERVO_LEVELING (PR#2570)

parent e309fb4b
Branches
Tags
Loading
......@@ -287,7 +287,7 @@
#define MAX_PROBE_Y (min(Y_MAX_POS, Y_MAX_POS + Y_PROBE_OFFSET_FROM_EXTRUDER))
#endif
#define SERVO_LEVELING (defined(ENABLE_AUTO_BED_LEVELING) && defined(DEACTIVATE_SERVOS_AFTER_MOVE))
#define SERVO_LEVELING (defined(ENABLE_AUTO_BED_LEVELING) && defined(Z_ENDSTOP_SERVO_NR))
/**
* Sled Options
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment