aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/endstop_phase.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/extras/endstop_phase.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/extras/endstop_phase.py')
-rw-r--r--klippy/extras/endstop_phase.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/klippy/extras/endstop_phase.py b/klippy/extras/endstop_phase.py
index feb9e8b8..2c7468bc 100644
--- a/klippy/extras/endstop_phase.py
+++ b/klippy/extras/endstop_phase.py
@@ -191,7 +191,6 @@ class EndstopPhases:
def generate_stats(self, stepper_name, phase_calc):
phase_history = phase_calc.phase_history
wph = phase_history + phase_history
- count = sum(phase_history)
phases = len(phase_history)
half_phases = phases // 2
res = []