input_shaper: fix printer obj reference
Some checks failed
Build test / build (push) Has been cancelled

Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com>
This commit is contained in:
Timofey Titovets 2025-06-06 21:13:32 +02:00 committed by KevinOConnor
parent d120a313b7
commit 607d0b4237

View file

@ -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 '