🐛 Fix FT Motion reversed Z
This commit is contained in:
@@ -3466,7 +3466,7 @@ void Stepper::report_positions() {
|
|||||||
#if HAS_Z_AXIS
|
#if HAS_Z_AXIS
|
||||||
// Z is handled differently to update the stepper
|
// Z is handled differently to update the stepper
|
||||||
// counts (needed by Marlin for bed level probing).
|
// counts (needed by Marlin for bed level probing).
|
||||||
const bool z_dir = !TEST(command, FT_BIT_DIR_Z),
|
const bool z_dir = TEST(command, FT_BIT_DIR_Z),
|
||||||
z_step = TEST(command, FT_BIT_STEP_Z);
|
z_step = TEST(command, FT_BIT_STEP_Z);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user