Z babystepping for coreXY (PR#47)
only X and Y were not implemented
This commit is contained in:
committed by
Richard Wackerbarth
parent
35afea1c0e
commit
f3ab1dba54
@@ -32,8 +32,8 @@
|
||||
* Babystepping
|
||||
*/
|
||||
#if ENABLED(BABYSTEPPING)
|
||||
#if ENABLED(COREXY)
|
||||
#error BABYSTEPPING not implemented for COREXY yet.
|
||||
#if ENABLED(COREXY) && ENABLED(BABYSTEP_XY)
|
||||
#error BABYSTEPPING only implemented for Z axis on CoreXY.
|
||||
#endif
|
||||
#if ENABLED(SCARA)
|
||||
#error BABYSTEPPING is not implemented for SCARA yet.
|
||||
|
Reference in New Issue
Block a user