Skip to content

Commit

Permalink
Don't assert safe homing for delta/scara
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Feb 14, 2020
1 parent af84e36 commit f3f692a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/inc/SanityCheck.h
Original file line number Diff line number Diff line change
Expand Up @@ -1227,7 +1227,7 @@ static_assert(Y_MAX_LENGTH >= Y_BED_SIZE, "Movement bounds (Y_MIN_POS, Y_MAX_POS
#error "Z_PROBE_LOW_POINT must be less than or equal to 0."
#endif

#if HOMING_Z_WITH_PROBE && DISABLED(Z_SAFE_HOMING)
#if HOMING_Z_WITH_PROBE && IS_CARTESIAN && DISABLED(Z_SAFE_HOMING)
#error "Z_SAFE_HOMING is recommended when homing with a probe. Enable it or comment out this line to continue."
#endif

Expand Down

0 comments on commit f3f692a

Please sign in to comment.