Babystep Multiplier
Analog to https://github.com/MarlinFirmware/MarlinDev/pull/250 by @RicardoGA Restore the Babystep Multiplicator functionality and now it's available for X/Y/Z
This commit is contained in:
committed by
Richard Wackerbarth
parent
956418c674
commit
c956b52c4a
@ -363,7 +363,7 @@
|
||||
#if ENABLED(BABYSTEPPING)
|
||||
#define BABYSTEP_XY //not only z, but also XY in the menu. more clutter, more functions
|
||||
#define BABYSTEP_INVERT_Z false //true for inverse movements in Z
|
||||
#define BABYSTEP_Z_MULTIPLICATOR 2 //faster z movements
|
||||
#define BABYSTEP_MULTIPLICATOR 1 //faster movements
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
Reference in New Issue
Block a user