Improve condition for SERVO_LEVELING (PR#2570)
This commit is contained in:
parent
e309fb4bcb
commit
7ddf1cda1d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user