mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-08-09 23:05:06 -06:00
Fix Creality V4 BABYSTEP_MULTIPLICATOR_Z (#479)
This commit is contained in:
parent
bce33bc336
commit
eec1d8877f
2 changed files with 2 additions and 2 deletions
|
@ -1799,7 +1799,7 @@
|
|||
//#define BABYSTEP_XY // Also enable X/Y Babystepping. Not supported on DELTA!
|
||||
#define BABYSTEP_INVERT_Z false // Change if Z babysteps should go the other way
|
||||
//#define BABYSTEP_MILLIMETER_UNITS // Specify BABYSTEP_MULTIPLICATOR_(XY|Z) in mm instead of micro-steps
|
||||
#define BABYSTEP_MULTIPLICATOR_Z 40 // (steps or mm) Steps or millimeter distance for each Z babystep
|
||||
#define BABYSTEP_MULTIPLICATOR_Z 1 // (steps or mm) Steps or millimeter distance for each Z babystep
|
||||
#define BABYSTEP_MULTIPLICATOR_XY 1 // (steps or mm) Steps or millimeter distance for each XY babystep
|
||||
|
||||
//#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue