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:
AnHardt
2015-11-13 12:46:40 +01:00
committed by Richard Wackerbarth
parent 956418c674
commit c956b52c4a
16 changed files with 16 additions and 16 deletions

View File

@ -373,7 +373,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