Skip to content
Snippets Groups Projects
Commit d9e1f226 authored by Scott Lahteine's avatar Scott Lahteine
Browse files

BABYSTEPPING requires ULTRA_LCD

parent e5fd43f3
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment