From 607d0b423737d0d4c46e97d5dbbc34dfb4485401 Mon Sep 17 00:00:00 2001 From: Timofey Titovets Date: Fri, 6 Jun 2025 21:13:32 +0200 Subject: input_shaper: fix printer obj reference Signed-off-by: Timofey Titovets --- klippy/extras/input_shaper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'klippy') diff --git a/klippy/extras/input_shaper.py b/klippy/extras/input_shaper.py index a2117b44..67a287cd 100644 --- a/klippy/extras/input_shaper.py +++ b/klippy/extras/input_shaper.py @@ -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 ' -- cgit v1.2.3-70-g09d2