Sanity check Z_DUAL_ENDSTOPS with DELTA

This commit is contained in:
Scott Lahteine
2016-08-07 16:54:56 -07:00
parent 5fca110e0d
commit 367dad5902
2 changed files with 10 additions and 6 deletions

View File

@@ -402,7 +402,7 @@ static uint8_t target_extruder;
#define XY_PROBE_FEEDRATE_MM_S PLANNER_XY_FEEDRATE()
#endif
#if ENABLED(Z_DUAL_ENDSTOPS) && DISABLED(DELTA)
#if ENABLED(Z_DUAL_ENDSTOPS)
float z_endstop_adj = 0;
#endif