From 336af2f28db0031974dcba3bb06c63374e1207ad Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Sat, 28 Mar 2020 09:56:07 -0400 Subject: 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 --- test/klippy/extruders.test | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test') diff --git a/test/klippy/extruders.test b/test/klippy/extruders.test index 034b0559..22dc6ab5 100644 --- a/test/klippy/extruders.test +++ b/test/klippy/extruders.test @@ -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 -- cgit v1.2.3-70-g09d2