mirror of https://github.com/Desuuuu/klipper.git
bed_mesh: Fix typo (#2849)
Signed-off-by: Nate Plamondon <nplamondon@gmail.com>
This commit is contained in:
parent
787ed452c2
commit
c402b275c3
|
@ -461,7 +461,7 @@ class BedMeshCalibrate:
|
||||||
if name is not None:
|
if name is not None:
|
||||||
if name == "default" and key == 'SAVE':
|
if name == "default" and key == 'SAVE':
|
||||||
gcmd.respond_info(
|
gcmd.respond_info(
|
||||||
"Profile 'default' is reserved, please chose"
|
"Profile 'default' is reserved, please choose"
|
||||||
" another profile name.")
|
" another profile name.")
|
||||||
else:
|
else:
|
||||||
options[key](name)
|
options[key](name)
|
||||||
|
|
Loading…
Reference in New Issue