Patch up some flaws, here and there
This commit is contained in:
parent
dddaeb3f8c
commit
938e6d15c4
5 changed files with 14 additions and 5 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue