Updated M48 friendly for DELTA

Partial implementation with reference to MarlinFirmware/Marlin#3011
This commit is contained in:
Scott Lahteine
2016-02-27 20:49:49 -08:00
parent 09ef955191
commit 68085ca855
2 changed files with 126 additions and 110 deletions

View File

@@ -231,10 +231,6 @@
#error You cannot use Z_PROBE_SLED with DELTA.
#endif
#if ENABLED(Z_MIN_PROBE_REPEATABILITY_TEST)
#error Z_MIN_PROBE_REPEATABILITY_TEST is not supported with DELTA yet.
#endif
#endif
#endif