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