aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/toolhead.py
diff options
context:
space:
mode:
authorKamil Domański <kamil@domanski.co>2024-04-05 23:43:43 +0200
committerGitHub <noreply@github.com>2024-04-05 17:43:43 -0400
commit01c7befacb5b71643130433f2afb3f22ece68d71 (patch)
tree6fa905433d934f2e370776f6c1b70549079818ad /klippy/toolhead.py
parentb029d0466841b90b54279500f70a92deacfd6c5a (diff)
downloadkutter-01c7befacb5b71643130433f2afb3f22ece68d71.tar.gz
kutter-01c7befacb5b71643130433f2afb3f22ece68d71.tar.xz
kutter-01c7befacb5b71643130433f2afb3f22ece68d71.zip
klippy: remove a few unused variable assignments (#6504)
Signed-off-by: Kamil Domański <kamil@domanski.co>
Diffstat (limited to 'klippy/toolhead.py')
-rw-r--r--klippy/toolhead.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/klippy/toolhead.py b/klippy/toolhead.py
index a995e4b1..4149d53b 100644
--- a/klippy/toolhead.py
+++ b/klippy/toolhead.py
@@ -583,7 +583,6 @@ class ToolHead:
self.step_generators.append(handler)
def note_step_generation_scan_time(self, delay, old_delay=0.):
self.flush_step_generation()
- cur_delay = self.kin_flush_delay
if old_delay:
self.kin_flush_times.pop(self.kin_flush_times.index(old_delay))
if delay: