aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--klippy/extras/tuning_tower.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/klippy/extras/tuning_tower.py b/klippy/extras/tuning_tower.py
index e892622d..29237fe1 100644
--- a/klippy/extras/tuning_tower.py
+++ b/klippy/extras/tuning_tower.py
@@ -38,7 +38,7 @@ class TuningTower:
% (self.start, self.factor))
def get_position(self):
pos = self.normal_transform.get_position()
- self.last_postition = list(pos)
+ self.last_position = list(pos)
return pos
def calc_value(self, z):
if self.band: