input_shaper: fix printer obj reference
Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com>
This commit is contained in:
committed by
KevinOConnor
parent
d120a313b7
commit
607d0b4237
@@ -111,7 +111,7 @@ class InputShaper:
|
||||
if dual_carriage is not None:
|
||||
for shaper in self.shapers:
|
||||
if shaper.is_enabled():
|
||||
raise printer.config_error(
|
||||
raise self.printer.config_error(
|
||||
'Input shaper parameters cannot be configured via'
|
||||
' [input_shaper] section with dual_carriage(s) '
|
||||
' enabled. Refer to Klipper documentation on how '
|
||||
|
||||
Reference in New Issue
Block a user