mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-06-26 01:15:38 -06:00
input_shaper: fix printer obj reference
Some checks failed
Build test / build (push) Has been cancelled
Some checks failed
Build test / build (push) Has been cancelled
Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com>
This commit is contained in:
parent
d120a313b7
commit
607d0b4237
1 changed files with 1 additions and 1 deletions
|
@ -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 '
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue