stepper: No need to pass stepper_kinematics to set_step_dist()

Also, no need to log in stepper.py as the update is already logged in
extruder.py.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2020-03-28 09:56:07 -04:00
parent d4bf61262e
commit 336af2f28d
3 changed files with 11 additions and 8 deletions

View File

@@ -11,3 +11,7 @@ G1 E7
G28
G1 X20 Y20 Z1
G1 X25 Y25 E7.5
# Update step_distance
SET_EXTRUDER_STEP_DISTANCE EXTRUDER=extruder DISTANCE=.005
G1 X30 Y30 E8.0