BABYSTEPPING requires ULTRA_LCD
This commit is contained in:
parent
e5fd43f343
commit
d9e1f22682
|
@ -32,6 +32,9 @@
|
|||
* Babystepping
|
||||
*/
|
||||
#if ENABLED(BABYSTEPPING)
|
||||
#if DISABLED(ULTRA_LCD)
|
||||
#error BABYSTEPPING requires an LCD controller.
|
||||
#endif
|
||||
#if ENABLED(SCARA)
|
||||
#error BABYSTEPPING is not implemented for SCARA yet.
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue