Patch up some flaws, here and there

This commit is contained in:
Scott Lahteine
2016-08-05 08:17:06 -07:00
parent dddaeb3f8c
commit 938e6d15c4
5 changed files with 14 additions and 5 deletions

View File

@@ -97,6 +97,15 @@
#endif
#endif
/**
* Delta requirements
*/
#if ENABLED(DELTA)
#if DISABLED(USE_XMAX_PLUG) && DISABLED(USE_YMAX_PLUG) && DISABLED(USE_ZMAX_PLUG)
#error "You probably want to use Max Endstops for DELTA!"
#endif
#endif
/**
* Babystepping
*/