Skip to content

Commit

Permalink
Merge pull request MarlinFirmware#3588 from thinkyhead/rc_z_safe_homi…
Browse files Browse the repository at this point in the history
…ng_deps

Allow Z_SAFE_HOMING to compile without a probe
  • Loading branch information
thinkyhead committed Apr 22, 2016
2 parents 92ab2c7 + aaf9d19 commit 8620024
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Marlin/SanityCheck.h
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,6 @@
#error For AUTO_BED_LEVELING_FEATURE define one kind of probe! [Servo | MECHANICAL_PROBE | Z_PROBE_SLED | FIX_MOUNTED_PROBE]
#endif

#if ENABLED(Z_SAFE_HOMING)&& !( ENABLED(FIX_MOUNTED_PROBE) || defined(Z_ENDSTOP_SERVO_NR) || ENABLED(MECHANICAL_PROBE) || ENABLED(Z_PROBE_SLED))
#error For Z_SAFE_HOMING define one kind of probe! [Servo | MECHANICAL_PROBE | Z_PROBE_SLED | FIX_MOUNTED_PROBE]
#endif

// To do: Fail with more than one probe defined

/**
Expand Down

0 comments on commit 8620024

Please sign in to comment.