aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/skew_correction.py
diff options
context:
space:
mode:
Diffstat (limited to 'klippy/extras/skew_correction.py')
-rw-r--r--klippy/extras/skew_correction.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/klippy/extras/skew_correction.py b/klippy/extras/skew_correction.py
index 6d2d0063..f9a29206 100644
--- a/klippy/extras/skew_correction.py
+++ b/klippy/extras/skew_correction.py
@@ -143,7 +143,7 @@ class PrinterSkew:
"update the printer config file and restart the printer."
% (name))
elif gcmd.get('REMOVE', None) is not None:
- name = gmcd.get('REMOVE')
+ name = gcmd.get('REMOVE')
if name in self.skew_profiles:
configfile = self.printer.lookup_object('configfile')
configfile.remove_section('skew_correction ' + name)