From bfb34e07017248268474281dc6678a8d141458ad Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Tue, 12 Nov 2019 11:41:41 -0500 Subject: stepper_enable: Move motor_off() logic to stepper_enable.py Directly disable all the stepper motors on a global motor_off() from the StepperEnable() class in stepper_enable.py. This simplifies the toolhead and kinematic classes. Signed-off-by: Kevin O'Connor --- klippy/kinematics/none.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'klippy/kinematics/none.py') diff --git a/klippy/kinematics/none.py b/klippy/kinematics/none.py index b6f9d1ab..2250f884 100644 --- a/klippy/kinematics/none.py +++ b/klippy/kinematics/none.py @@ -15,8 +15,6 @@ class NoneKinematics: pass def home(self, homing_state): pass - def motor_off(self, print_time): - pass def check_move(self, move): pass def get_status(self): -- cgit v1.2.3-70-g09d2