From 60879fd298fe3b4f3dda63561e6a1c9bdc5ee9af Mon Sep 17 00:00:00 2001 From: Thijs Triemstra Date: Fri, 25 Jul 2025 18:31:19 +0200 Subject: klippy: fix typos in python code (#6989) Signed-off-by: Thijs Triemstra --- klippy/stepper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'klippy/stepper.py') diff --git a/klippy/stepper.py b/klippy/stepper.py index 09f3dad9..86a92358 100644 --- a/klippy/stepper.py +++ b/klippy/stepper.py @@ -86,7 +86,7 @@ class MCU_stepper: if self._step_pulse_duration > MIN_BOTH_EDGE_DURATION: # If user has requested a very large step pulse duration # then disable step on both edges (rise and fall times may - # not be symetric) + # not be symmetric) want_both_edges = False elif sbe and self._step_pulse_duration>MIN_OPTIMIZED_BOTH_EDGE_DURATION: # Older MCU and user has requested large pulse duration -- cgit v1.2.3-70-g09d2