Browse Source

Don't assert safe homing for delta/scara

Scott Lahteine 5 years ago
parent
commit
f3f692adf7
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/inc/SanityCheck.h

+ 1
- 1
Marlin/src/inc/SanityCheck.h View File

1227
     #error "Z_PROBE_LOW_POINT must be less than or equal to 0."
1227
     #error "Z_PROBE_LOW_POINT must be less than or equal to 0."
1228
   #endif
1228
   #endif
1229
 
1229
 
1230
-  #if HOMING_Z_WITH_PROBE && DISABLED(Z_SAFE_HOMING)
1230
+  #if HOMING_Z_WITH_PROBE && IS_CARTESIAN && DISABLED(Z_SAFE_HOMING)
1231
     #error "Z_SAFE_HOMING is recommended when homing with a probe. Enable it or comment out this line to continue."
1231
     #error "Z_SAFE_HOMING is recommended when homing with a probe. Enable it or comment out this line to continue."
1232
   #endif
1232
   #endif
1233
 
1233
 

Loading…
Cancel
Save