mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-08 14:34:06 -06:00
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:
parent
d4bf61262e
commit
336af2f28d
3 changed files with 11 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue