From ae9102482560b557628c83a247ab35063ade0bf7 Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Fri, 15 Aug 2025 21:13:44 +0100 Subject: Rename everything significant to Kutter except for docs --- klippy/extras/input_shaper.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'klippy/extras/input_shaper.py') diff --git a/klippy/extras/input_shaper.py b/klippy/extras/input_shaper.py index 11218d55..70a68fd1 100644 --- a/klippy/extras/input_shaper.py +++ b/klippy/extras/input_shaper.py @@ -146,7 +146,7 @@ class InputShaper: 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 " + " enabled. Refer to Kutter documentation on how " " to configure input shaper for dual_carriage(s)." ) return @@ -171,7 +171,7 @@ class InputShaper: def _update_kinematics(self): if self.toolhead is None: - # Klipper initialization is not yet completed + # initialization is not yet completed return ffi_main, ffi_lib = chelper.get_ffi() kin = self.toolhead.get_kinematics() -- cgit v1.2.3-70-g09d2