Whitespace cleanup
This commit is contained in:
@ -1502,7 +1502,7 @@ void set_axis_not_trusted(const AxisEnum axis) {
|
||||
// Skip to next if target position is behind current. So it only moves away from endstop.
|
||||
if (phaseDelta < 0) phaseDelta += 1024;
|
||||
|
||||
// Convert TMC µsteps(phase) to whole Marlin µsteps to effector backout direction to mm
|
||||
// Convert TMC µsteps(phase) to whole Marlin µsteps to effector backout direction to mm
|
||||
const float mmDelta = int16_t(phaseDelta / phasePerUStep) * effectorBackoutDir * planner.steps_to_mm[axis];
|
||||
|
||||
// Optional debug messages
|
||||
|
Reference in New Issue
Block a user