Skip to content

Commit

Permalink
🩹 Fix Two Trees babystepping
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Nov 27, 2024
1 parent 88fde7d commit a2ae0dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/examples/Two Trees/SP-5_V3/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -2292,7 +2292,7 @@
#define BABYSTEP_ALWAYS_AVAILABLE // Allow babystepping at all times (not just during movement)
#define BABYSTEP_XY // Also enable X/Y Babystepping. Not supported on DELTA!
//#define BABYSTEP_INVERT_Z // Enable 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_MILLIMETER_UNITS // Specify BABYSTEP_MULTIPLICATOR_(XY|Z) in mm instead of micro-steps
#define BABYSTEP_MULTIPLICATOR_Z 0.01 // (steps or mm) Steps or millimeter distance for each Z babystep
#define BABYSTEP_MULTIPLICATOR_XY 0.01 // (steps or mm) Steps or millimeter distance for each XY babystep

Expand Down

0 comments on commit a2ae0dd

Please sign in to comment.