diff options
author | Tomasz Kramkowski <tomasz@kramkow.ski> | 2025-08-15 21:13:44 +0100 |
---|---|---|
committer | Tomasz Kramkowski <tomasz@kramkow.ski> | 2025-08-15 21:46:37 +0100 |
commit | ae9102482560b557628c83a247ab35063ade0bf7 (patch) | |
tree | 2f08afac5a943aac31186e2c5c0c7d60e6d8837a /config | |
parent | 121edea90cde8295f720ed9d2f2fccca61f66bb4 (diff) | |
download | kutter-ae9102482560b557628c83a247ab35063ade0bf7.tar.gz kutter-ae9102482560b557628c83a247ab35063ade0bf7.tar.xz kutter-ae9102482560b557628c83a247ab35063ade0bf7.zip |
Rename everything significant to Kutter except for docs
Diffstat (limited to 'config')
156 files changed, 274 insertions, 281 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 5de00a49..cc27c4f4 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -1,4 +1 @@ # Documentation on config parameters has moved to: docs/Config_Reference.md - -# The latest version of the config reference is also available online at: -# https://www.klipper3d.org/Config_Reference.html diff --git a/config/example.cfg b/config/example.cfg index 5de00a49..cc27c4f4 100644 --- a/config/example.cfg +++ b/config/example.cfg @@ -1,4 +1 @@ # Documentation on config parameters has moved to: docs/Config_Reference.md - -# The latest version of the config reference is also available online at: -# https://www.klipper3d.org/Config_Reference.html diff --git a/config/generic-I3DBEEZ9.cfg b/config/generic-I3DBEEZ9.cfg index abb20d86..14419031 100644 --- a/config/generic-I3DBEEZ9.cfg +++ b/config/generic-I3DBEEZ9.cfg @@ -3,7 +3,7 @@ # STM32F407 with a "32KiB bootloader". # The "make flash" command does not work on the I3DBEEZ9. Instead, -# after running "make", copy the generated "out/klipper.bin" file to a +# after running "make", copy the generated "out/kutter.bin" file to a # file named "firmware.bin" on an SD card and then restart the I3DBEEZ9 # with that SD card. @@ -103,7 +103,7 @@ pin: PE5 #pin: PE6 [mcu] -serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00 +serial: /dev/serial/by-id/usb-Kutter_Kutter_firmware_12345-if00 [printer] kinematics: cartesian diff --git a/config/generic-alligator-r2.cfg b/config/generic-alligator-r2.cfg index 427755e9..052e94be 100644 --- a/config/generic-alligator-r2.cfg +++ b/config/generic-alligator-r2.cfg @@ -4,7 +4,7 @@ # Remember flash procedure: # sudo /etc/init.d/alligator-manager --erase -# sudo bossac -e -w -v -b -R -i -p ttyAMA0 klipper.bin +# sudo bossac -e -w -v -b -R -i -p ttyAMA0 kutter.bin # See alligator github for alligator manager: # https://github.com/3Dartists/alligator-manager diff --git a/config/generic-alligator-r3.cfg b/config/generic-alligator-r3.cfg index 80543ae2..65576da7 100644 --- a/config/generic-alligator-r3.cfg +++ b/config/generic-alligator-r3.cfg @@ -4,7 +4,7 @@ # Remember flash procedure: # sudo /etc/init.d/alligator-manager --erase -# sudo bossac -e -w -v -b -R -i -p ttyAMA0 klipper.bin +# sudo bossac -e -w -v -b -R -i -p ttyAMA0 kutter.bin # See alligator github for alligator manager: # https://github.com/3Dartists/alligator-manager diff --git a/config/generic-archim2.cfg b/config/generic-archim2.cfg index a517909b..3776ca75 100644 --- a/config/generic-archim2.cfg +++ b/config/generic-archim2.cfg @@ -133,7 +133,7 @@ pin: PC26 pin: PC25 [mcu] -serial: /dev/serial/by-id/usb-Klipper_sam3x8e_nnn +serial: /dev/serial/by-id/usb-Kutter_sam3x8e_nnn [printer] kinematics: cartesian diff --git a/config/generic-azteeg-x5-mini-v3.cfg b/config/generic-azteeg-x5-mini-v3.cfg index d1919b6b..47030543 100644 --- a/config/generic-azteeg-x5-mini-v3.cfg +++ b/config/generic-azteeg-x5-mini-v3.cfg @@ -66,7 +66,7 @@ max_temp: 130 pin: P0.26 [mcu] -serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00 +serial: /dev/serial/by-id/usb-Kutter_Kutter_firmware_12345-if00 [printer] kinematics: cartesian diff --git a/config/generic-bigtreetech-e3-rrf-v1.1.cfg b/config/generic-bigtreetech-e3-rrf-v1.1.cfg index b0153cba..687a6f1d 100644 --- a/config/generic-bigtreetech-e3-rrf-v1.1.cfg +++ b/config/generic-bigtreetech-e3-rrf-v1.1.cfg @@ -3,7 +3,7 @@ # STM32F407 with a "32KiB bootloader". # The "make flash" command does not work on the E3 RRF 1.1. Instead, -# after running "make", copy the generated "out/klipper.bin" file to a +# after running "make", copy the generated "out/kutter.bin" file to a # file named "firmware.bin" on an SD card and then restart the E3 RRF # 1.1 with that SD card. @@ -97,7 +97,7 @@ pin: PB6 pin: PB5 [mcu] -serial: /dev/serial/by-id/usb-Klipper_stm32f407xx_370025000247303034313331-if00 +serial: /dev/serial/by-id/usb-Kutter_stm32f407xx_370025000247303034313331-if00 [printer] kinematics: cartesian diff --git a/config/generic-bigtreetech-gtr.cfg b/config/generic-bigtreetech-gtr.cfg index 7e0b126f..7a40469a 100644 --- a/config/generic-bigtreetech-gtr.cfg +++ b/config/generic-bigtreetech-gtr.cfg @@ -3,7 +3,7 @@ # STM32F407 with a "32KiB bootloader". # The "make flash" command does not work on the GTR. Instead, -# after running "make", copy the generated "klipper/out/klipper.bin" file to a +# after running "make", copy the generated "kutter/out/kutter.bin" file to a # file named "firmware.bin" on an SD card and then restart the GTR # with that SD card. diff --git a/config/generic-bigtreetech-manta-e3ez.cfg b/config/generic-bigtreetech-manta-e3ez.cfg index 199eae70..c6366b23 100644 --- a/config/generic-bigtreetech-manta-e3ez.cfg +++ b/config/generic-bigtreetech-manta-e3ez.cfg @@ -86,7 +86,7 @@ pin: PA8 #pin: PB14 [mcu] -serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00 +serial: /dev/serial/by-id/usb-Kutter_Kutter_firmware_12345-if00 [printer] kinematics: cartesian diff --git a/config/generic-bigtreetech-manta-m4p.cfg b/config/generic-bigtreetech-manta-m4p.cfg index caf53267..e50da5dd 100644 --- a/config/generic-bigtreetech-manta-m4p.cfg +++ b/config/generic-bigtreetech-manta-m4p.cfg @@ -79,7 +79,7 @@ pin: PD2 #pin: RPI:gpio26 [mcu] -serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00 +serial: /dev/serial/by-id/usb-Kutter_Kutter_firmware_12345-if00 [printer] kinematics: cartesian diff --git a/config/generic-bigtreetech-manta-m5p.cfg b/config/generic-bigtreetech-manta-m5p.cfg index cb1cad49..e538a262 100644 --- a/config/generic-bigtreetech-manta-m5p.cfg +++ b/config/generic-bigtreetech-manta-m5p.cfg @@ -92,7 +92,7 @@ pin: PA4 #pin: RPI:gpio26 [mcu] -serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00 +serial: /dev/serial/by-id/usb-Kutter_Kutter_firmware_12345-if00 [printer] kinematics: cartesian diff --git a/config/generic-bigtreetech-manta-m8p-v1.0.cfg b/config/generic-bigtreetech-manta-m8p-v1.0.cfg index 4459076f..bf12883a 100644 --- a/config/generic-bigtreetech-manta-m8p-v1.0.cfg +++ b/config/generic-bigtreetech-manta-m8p-v1.0.cfg @@ -131,7 +131,7 @@ pin: PE6 #tachometer_pin: PC15 [mcu] -serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00 +serial: /dev/serial/by-id/usb-Kutter_Kutter_firmware_12345-if00 [printer] kinematics: cartesian diff --git a/config/generic-bigtreetech-manta-m8p-v1.1.cfg b/config/generic-bigtreetech-manta-m8p-v1.1.cfg index aadb5c45..1d543ddf 100644 --- a/config/generic-bigtreetech-manta-m8p-v1.1.cfg +++ b/config/generic-bigtreetech-manta-m8p-v1.1.cfg @@ -135,7 +135,7 @@ pin: PE6 #pin: RPI:gpio26 [mcu] -serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00 +serial: /dev/serial/by-id/usb-Kutter_Kutter_firmware_12345-if00 [printer] kinematics: cartesian diff --git a/config/generic-bigtreetech-octopus-max-ez.cfg b/config/generic-bigtreetech-octopus-max-ez.cfg index 3ccc2c75..a33bc194 100644 --- a/config/generic-bigtreetech-octopus-max-ez.cfg +++ b/config/generic-bigtreetech-octopus-max-ez.cfg @@ -150,7 +150,7 @@ pin: PA6 #tachometer_pin: PC2 [mcu] -serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00 +serial: /dev/serial/by-id/usb-Kutter_Kutter_firmware_12345-if00 [printer] kinematics: cartesian diff --git a/config/generic-bigtreetech-octopus-pro-v1.0.cfg b/config/generic-bigtreetech-octopus-pro-v1.0.cfg index 109257f6..cfd558d2 100644 --- a/config/generic-bigtreetech-octopus-pro-v1.0.cfg +++ b/config/generic-bigtreetech-octopus-pro-v1.0.cfg @@ -146,7 +146,7 @@ pin: PA8 #pin: PD15 [mcu] -serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00 +serial: /dev/serial/by-id/usb-Kutter_Kutter_firmware_12345-if00 # CAN bus is also available on this board [printer] diff --git a/config/generic-bigtreetech-octopus-pro-v1.1.cfg b/config/generic-bigtreetech-octopus-pro-v1.1.cfg index 920ca9f3..7fc81992 100644 --- a/config/generic-bigtreetech-octopus-pro-v1.1.cfg +++ b/config/generic-bigtreetech-octopus-pro-v1.1.cfg @@ -142,7 +142,7 @@ pin: PA8 #pin: PD15 [mcu] -serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00 +serial: /dev/serial/by-id/usb-Kutter_Kutter_firmware_12345-if00 # CAN bus is also available on this board [printer] diff --git a/config/generic-bigtreetech-octopus-v1.1.cfg b/config/generic-bigtreetech-octopus-v1.1.cfg index dcd0e97c..c46c242d 100644 --- a/config/generic-bigtreetech-octopus-v1.1.cfg +++ b/config/generic-bigtreetech-octopus-v1.1.cfg @@ -145,7 +145,7 @@ pin: PA8 #pin: PD15 [mcu] -serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00 +serial: /dev/serial/by-id/usb-Kutter_Kutter_firmware_12345-if00 # CAN bus is also available on this board [printer] diff --git a/config/generic-bigtreetech-skr-2.cfg b/config/generic-bigtreetech-skr-2.cfg index 25591b5b..bce3db3e 100644 --- a/config/generic-bigtreetech-skr-2.cfg +++ b/config/generic-bigtreetech-skr-2.cfg @@ -7,7 +7,7 @@ # You will need to check the chip on your board to identify which you have. # # The "make flash" command does not work on the SKR 2. Instead, -# after running "make", copy the generated "out/klipper.bin" file to a +# after running "make", copy the generated "out/kutter.bin" file to a # file named "firmware.bin" on an SD card and then restart the SKR 2 # with that SD card. @@ -101,7 +101,7 @@ pin: PC13 value: 1 [mcu] -serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00 +serial: /dev/serial/by-id/usb-Kutter_Kutter_firmware_12345-if00 [printer] kinematics: cartesian diff --git a/config/generic-bigtreetech-skr-3.cfg b/config/generic-bigtreetech-skr-3.cfg index 97570cd5..c81b917f 100644 --- a/config/generic-bigtreetech-skr-3.cfg +++ b/config/generic-bigtreetech-skr-3.cfg @@ -82,7 +82,7 @@ pin: PB7 #pin: PB5 [mcu] -serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00 +serial: /dev/serial/by-id/usb-Kutter_Kutter_firmware_12345-if00 [printer] kinematics: cartesian diff --git a/config/generic-bigtreetech-skr-cr6-v1.0.cfg b/config/generic-bigtreetech-skr-cr6-v1.0.cfg index 5266fa94..0bef6eea 100644 --- a/config/generic-bigtreetech-skr-cr6-v1.0.cfg +++ b/config/generic-bigtreetech-skr-cr6-v1.0.cfg @@ -5,7 +5,7 @@ # "GPIO pins to set at micro-controller startup" to "!PA14". # The "make flash" command does not work on the SKR CR6. Instead, -# after running "make", copy the generated "out/klipper.bin" file to a +# after running "make", copy the generated "out/kutter.bin" file to a # file named "firmware.bin" on an SD card and then restart the SKR # CR6 V1.0 with that SD card. @@ -107,7 +107,7 @@ max_temp: 120 pin: PC6 [mcu] -serial: /dev/serial/by-id/usb-Klipper_stm32f103xe_000000000000000000000000-if00 +serial: /dev/serial/by-id/usb-Kutter_stm32f103xe_000000000000000000000000-if00 [printer] kinematics: cartesian diff --git a/config/generic-bigtreetech-skr-e3-dip.cfg b/config/generic-bigtreetech-skr-e3-dip.cfg index 10ae56d1..af5a248c 100644 --- a/config/generic-bigtreetech-skr-e3-dip.cfg +++ b/config/generic-bigtreetech-skr-e3-dip.cfg @@ -5,7 +5,7 @@ # "GPIO pins to set at micro-controller startup" to "!PC13". # The "make flash" command does not work on the SKR E3 DIP. Instead, -# after running "make", copy the generated "out/klipper.bin" file to a +# after running "make", copy the generated "out/kutter.bin" file to a # file named "firmware.bin" on an SD card and then restart the SKR E3 # DIP with that SD card. @@ -79,7 +79,7 @@ max_temp: 130 pin: PA8 [mcu] -serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00 +serial: /dev/serial/by-id/usb-Kutter_Kutter_firmware_12345-if00 [printer] kinematics: cartesian diff --git a/config/generic-bigtreetech-skr-e3-turbo.cfg b/config/generic-bigtreetech-skr-e3-turbo.cfg index 4784a654..0651a815 100644 --- a/config/generic-bigtreetech-skr-e3-turbo.cfg +++ b/config/generic-bigtreetech-skr-e3-turbo.cfg @@ -109,7 +109,7 @@ pin: P2.1 pin: P2.2 [mcu] -serial: /dev/serial/by-id/usb-Klipper_lpc1769_00000000000000000000000000000000-if00 +serial: /dev/serial/by-id/usb-Kutter_lpc1769_00000000000000000000000000000000-if00 [printer] kinematics: cartesian diff --git a/config/generic-bigtreetech-skr-mini-e3-v1.0.cfg b/config/generic-bigtreetech-skr-mini-e3-v1.0.cfg index aea833b4..4dfb2128 100644 --- a/config/generic-bigtreetech-skr-mini-e3-v1.0.cfg +++ b/config/generic-bigtreetech-skr-mini-e3-v1.0.cfg @@ -5,7 +5,7 @@ # "GPIO pins to set at micro-controller startup" to "!PC13". # The "make flash" command does not work on the SKR mini E3. Instead, -# after running "make", copy the generated "out/klipper.bin" file to a +# after running "make", copy the generated "out/kutter.bin" file to a # file named "firmware.bin" on an SD card and then restart the SKR # mini E3 with that SD card. @@ -107,7 +107,7 @@ max_temp: 130 pin: PA8 [mcu] -serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00 +serial: /dev/serial/by-id/usb-Kutter_Kutter_firmware_12345-if00 [printer] kinematics: cartesian diff --git a/config/generic-bigtreetech-skr-mini-e3-v1.2.cfg b/config/generic-bigtreetech-skr-mini-e3-v1.2.cfg index a5a306a2..c5faf9c9 100644 --- a/config/generic-bigtreetech-skr-mini-e3-v1.2.cfg +++ b/config/generic-bigtreetech-skr-mini-e3-v1.2.cfg @@ -5,7 +5,7 @@ # "GPIO pins to set at micro-controller startup" to "!PC13". # The "make flash" command does not work on the SKR mini E3. Instead, -# after running "make", copy the generated "out/klipper.bin" file to a +# after running "make", copy the generated "out/kutter.bin" file to a # file named "firmware.bin" on an SD card and then restart the SKR # mini E3 with that SD card. @@ -99,7 +99,7 @@ max_temp: 130 pin: PA8 [mcu] -serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00 +serial: /dev/serial/by-id/usb-Kutter_Kutter_firmware_12345-if00 [printer] kinematics: cartesian diff --git a/config/generic-bigtreetech-skr-mini-e3-v2.0.cfg b/config/generic-bigtreetech-skr-mini-e3-v2.0.cfg index eeacae33..dab3c2f4 100644 --- a/config/generic-bigtreetech-skr-mini-e3-v2.0.cfg +++ b/config/generic-bigtreetech-skr-mini-e3-v2.0.cfg @@ -5,7 +5,7 @@ # "GPIO pins to set at micro-controller startup" to "!PA14". # The "make flash" command does not work on the SKR mini E3. Instead, -# after running "make", copy the generated "out/klipper.bin" file to a +# after running "make", copy the generated "out/kutter.bin" file to a # file named "firmware.bin" on an SD card and then restart the SKR # mini E3 with that SD card. @@ -107,7 +107,7 @@ pin: PC7 pin: PC6 [mcu] -serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00 +serial: /dev/serial/by-id/usb-Kutter_Kutter_firmware_12345-if00 [printer] kinematics: cartesian diff --git a/config/generic-bigtreetech-skr-mini-e3-v3.0.cfg b/config/generic-bigtreetech-skr-mini-e3-v3.0.cfg index b6a98bb0..03ea274f 100644 --- a/config/generic-bigtreetech-skr-mini-e3-v3.0.cfg +++ b/config/generic-bigtreetech-skr-mini-e3-v3.0.cfg @@ -3,7 +3,7 @@ # STM32G0B1 with a "8KiB bootloader" and USB communication. # The "make flash" command does not work on the SKR mini E3. Instead, -# after running "make", copy the generated "out/klipper.bin" file to a +# after running "make", copy the generated "out/kutter.bin" file to a # file named "firmware.bin" on an SD card and then restart the SKR # mini E3 with that SD card. @@ -107,7 +107,7 @@ pin: PB15 pin: PC6 [mcu] -serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00 +serial: /dev/serial/by-id/usb-Kutter_Kutter_firmware_12345-if00 [printer] kinematics: cartesian diff --git a/config/generic-bigtreetech-skr-mini-mz.cfg b/config/generic-bigtreetech-skr-mini-mz.cfg index 18b8576e..70dda5bf 100644 --- a/config/generic-bigtreetech-skr-mini-mz.cfg +++ b/config/generic-bigtreetech-skr-mini-mz.cfg @@ -5,7 +5,7 @@ # "GPIO pins to set at micro-controller startup" to "!PA14". # The "make flash" command does not work on the SKR mini MZ. Instead, -# after running "make", copy the generated "out/klipper.bin" file to a +# after running "make", copy the generated "out/kutter.bin" file to a # file named "firmware.bin" on an SD card and then restart the SKR # mini MZ with that SD card. @@ -110,7 +110,7 @@ pin: PC7 pin: PC6 [mcu] -serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00 +serial: /dev/serial/by-id/usb-Kutter_Kutter_firmware_12345-if00 [printer] kinematics: cartesian diff --git a/config/generic-bigtreetech-skr-mini.cfg b/config/generic-bigtreetech-skr-mini.cfg index f2cf080d..2987cd16 100644 --- a/config/generic-bigtreetech-skr-mini.cfg +++ b/config/generic-bigtreetech-skr-mini.cfg @@ -3,7 +3,7 @@ # STM32F103 with a "28KiB bootloader" and USB communication. # The "make flash" command does not work on the SKR mini. Instead, -# after running "make", copy the generated "out/klipper.bin" file to a +# after running "make", copy the generated "out/kutter.bin" file to a # file named "firmware.bin" on an SD card and then restart the SKR # mini with that SD card. @@ -74,7 +74,7 @@ max_temp: 250 pin: PC8 [mcu] -serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00 +serial: /dev/serial/by-id/usb-Kutter_Kutter_firmware_12345-if00 [printer] kinematics: cartesian diff --git a/config/generic-bigtreetech-skr-pico-v1.0.cfg b/config/generic-bigtreetech-skr-pico-v1.0.cfg index 4dd750f5..71291eb0 100644 --- a/config/generic-bigtreetech-skr-pico-v1.0.cfg +++ b/config/generic-bigtreetech-skr-pico-v1.0.cfg @@ -3,7 +3,7 @@ # USB communication. # The "make flash" command does not work on the SKR Pico V1.0. Instead, -# after running "make", copy the generated "out/klipper.uf2" file +# after running "make", copy the generated "out/kutter.uf2" file # to the mass storage device in RP2040 boot mode # See docs/Config_Reference.md for a description of parameters. @@ -110,7 +110,7 @@ pin: gpio20 sensor_type: temperature_mcu [mcu] -serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00 +serial: /dev/serial/by-id/usb-Kutter_Kutter_firmware_12345-if00 [printer] kinematics: cartesian diff --git a/config/generic-bigtreetech-skr-pro.cfg b/config/generic-bigtreetech-skr-pro.cfg index cb7d3c2c..287a35c5 100644 --- a/config/generic-bigtreetech-skr-pro.cfg +++ b/config/generic-bigtreetech-skr-pro.cfg @@ -3,7 +3,7 @@ # STM32F407 with a "32KiB bootloader". # The "make flash" command does not work on the SKR PRO. Instead, -# after running "make", copy the generated "out/klipper.bin" file to a +# after running "make", copy the generated "out/kutter.bin" file to a # file named "firmware.bin" on an SD card and then restart the SKR PRO # with that SD card. @@ -93,7 +93,7 @@ pin: PE5 #pin: PE6 [mcu] -serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00 +serial: /dev/serial/by-id/usb-Kutter_Kutter_firmware_12345-if00 [printer] kinematics: cartesian diff --git a/config/generic-bigtreetech-skr-v1.1.cfg b/config/generic-bigtreetech-skr-v1.1.cfg index 3bb43c69..57c63931 100644 --- a/config/generic-bigtreetech-skr-v1.1.cfg +++ b/config/generic-bigtreetech-skr-v1.1.cfg @@ -73,7 +73,7 @@ max_temp: 130 pin: P2.3 [mcu] -serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00 +serial: /dev/serial/by-id/usb-Kutter_Kutter_firmware_12345-if00 [printer] kinematics: cartesian diff --git a/config/generic-bigtreetech-skr-v1.3.cfg b/config/generic-bigtreetech-skr-v1.3.cfg index 209deeb1..66f23fd1 100644 --- a/config/generic-bigtreetech-skr-v1.3.cfg +++ b/config/generic-bigtreetech-skr-v1.3.cfg @@ -74,7 +74,7 @@ max_temp: 130 pin: P2.3 [mcu] -serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00 +serial: /dev/serial/by-id/usb-Kutter_Kutter_firmware_12345-if00 [printer] kinematics: cartesian diff --git a/config/generic-bigtreetech-skr-v1.4.cfg b/config/generic-bigtreetech-skr-v1.4.cfg index 5be2dff9..b215f92a 100644 --- a/config/generic-bigtreetech-skr-v1.4.cfg +++ b/config/generic-bigtreetech-skr-v1.4.cfg @@ -77,7 +77,7 @@ max_temp: 130 pin: P2.3 [mcu] -serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00 +serial: /dev/serial/by-id/usb-Kutter_Kutter_firmware_12345-if00 [printer] kinematics: cartesian diff --git a/config/generic-cramps.cfg b/config/generic-cramps.cfg index cab00ee4..c368f7cd 100644 --- a/config/generic-cramps.cfg +++ b/config/generic-cramps.cfg @@ -3,7 +3,7 @@ # THIS FILE HAS NOT BEEN TESTED - PROCEED WITH CAUTION! -# NOTE: Klipper does not alter the input/output state of the +# NOTE: Kutter does not alter the input/output state of the # Beaglebone pins and it does not control their pull-up resistors. In # order to set the pin state one must use a "device tree overlay" or # use the config-pin program. @@ -77,7 +77,7 @@ pin: gpio0_20 serial: /dev/rpmsg_pru30 [mcu host] -serial: /tmp/klipper_host_mcu +serial: /tmp/kutter_host_mcu [printer] kinematics: cartesian diff --git a/config/generic-creality-v4.2.10.cfg b/config/generic-creality-v4.2.10.cfg index 80535b61..f9536b86 100644 --- a/config/generic-creality-v4.2.10.cfg +++ b/config/generic-creality-v4.2.10.cfg @@ -8,7 +8,7 @@ # cable used for the LCD module as follows: # 3: Tx, 4: Rx, 9: GND, 10: VCC -# Flash this firmware by copying "out/klipper.bin" to a SD card and +# Flash this firmware by copying "out/kutter.bin" to a SD card and # turning on the printer with the card inserted. The firmware # filename must end in ".bin" and must not match the last filename # that was flashed. diff --git a/config/generic-creality-v4.2.7.cfg b/config/generic-creality-v4.2.7.cfg index 6b8644c5..e2075e05 100644 --- a/config/generic-creality-v4.2.7.cfg +++ b/config/generic-creality-v4.2.7.cfg @@ -8,7 +8,7 @@ # cable used for the LCD module as follows: # 3: Tx, 4: Rx, 9: GND, 10: VCC -# Flash this firmware by copying "out/klipper.bin" to a SD card and +# Flash this firmware by copying "out/kutter.bin" to a SD card and # turning on the printer with the card inserted. The firmware # filename must end in ".bin" and must not match the last filename # that was flashed. diff --git a/config/generic-duet2-duex.cfg b/config/generic-duet2-duex.cfg index e6357713..39fdbbd4 100644 --- a/config/generic-duet2-duex.cfg +++ b/config/generic-duet2-duex.cfg @@ -21,7 +21,7 @@ # Pins marked with asterisks (*) are only assigned to these functions # if no duex is connected. If a duex is connected, these endstops are # remapped to the SX1509 on the Duex (unfortunately they can't be used -# as endstops in klipper, however one may use them as digital outs or +# as endstops in kutter, however one may use them as digital outs or # PWM outs). The SPI EN pins are required for the TMC2660 drivers (use # the SPI EN pin as 'cs_pin' in the respective config block). The # **enable pin for all steppers** is TMC_EN = !PC6. @@ -310,7 +310,7 @@ pid_Ki: 1.08 pid_Kd: 114 [mcu] -serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00 +serial: /dev/serial/by-id/usb-Kutter_Kutter_firmware_12345-if00 [sx1509 duex] i2c_address: 62 # Address is fixed on duex boards diff --git a/config/generic-duet2-maestro.cfg b/config/generic-duet2-maestro.cfg index c3618d78..6686bf72 100644 --- a/config/generic-duet2-maestro.cfg +++ b/config/generic-duet2-maestro.cfg @@ -135,7 +135,7 @@ pin: PC23 # FAN0 #... [mcu] -serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00 +serial: /dev/serial/by-id/usb-Kutter_Kutter_firmware_12345-if00 [printer] kinematics: cartesian diff --git a/config/generic-duet2.cfg b/config/generic-duet2.cfg index fba45186..c3bfd3ee 100644 --- a/config/generic-duet2.cfg +++ b/config/generic-duet2.cfg @@ -108,7 +108,7 @@ pin: PC23 # FAN0 #pin: PA0 # FAN2 [mcu] -serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00 +serial: /dev/serial/by-id/usb-Kutter_Kutter_firmware_12345-if00 [printer] kinematics: cartesian diff --git a/config/generic-einsy-rambo.cfg b/config/generic-einsy-rambo.cfg index d532b8bf..47fa8cf2 100644 --- a/config/generic-einsy-rambo.cfg +++ b/config/generic-einsy-rambo.cfg @@ -4,7 +4,7 @@ # See docs/Config_Reference.md for a description of parameters. # Note: The Einsy boards sold by Prusa have defective firmware on the -# usb-to-serial chip that make the boards unusable with Klipper +# usb-to-serial chip that make the boards unusable with Kutter # (boards sold by Ultimaker do not have this issue). See # https://github.com/PrusaOwners/mk3-32u2-firmware for a fixed # usb-to-serial firmware. diff --git a/config/generic-flyboard.cfg b/config/generic-flyboard.cfg index 053af01f..9962e54f 100644 --- a/config/generic-flyboard.cfg +++ b/config/generic-flyboard.cfg @@ -4,7 +4,7 @@ # with a "32KiB bootloader". # The "make flash" command does not work on the FLYBOARD. Instead, -# after running "make", copy the generated "out/klipper.bin" file to a +# after running "make", copy the generated "out/kutter.bin" file to a # file named "firmware.bin" on an SD card and then restart the FLYBOARD # with that SD card. @@ -127,7 +127,7 @@ pin: PF9 #pin: PB11 [mcu] -serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00 +serial: /dev/serial/by-id/usb-Kutter_Kutter_firmware_12345-if00 [printer] kinematics: corexy diff --git a/config/generic-fysetc-cheetah-v1.1.cfg b/config/generic-fysetc-cheetah-v1.1.cfg index 8ae36513..0a473573 100644 --- a/config/generic-fysetc-cheetah-v1.1.cfg +++ b/config/generic-fysetc-cheetah-v1.1.cfg @@ -5,7 +5,7 @@ # The "make flash" command does not work on the Cheetah. Instead, # after running "make", run the following command to flash the board: -# stm32flash -w out/klipper.bin -v -i rts,-dtr,dtr /dev/ttyUSB0 +# stm32flash -w out/kutter.bin -v -i rts,-dtr,dtr /dev/ttyUSB0 # See docs/Config_Reference.md for a description of parameters. diff --git a/config/generic-fysetc-cheetah-v1.2.cfg b/config/generic-fysetc-cheetah-v1.2.cfg index d2e3fb95..59346c35 100644 --- a/config/generic-fysetc-cheetah-v1.2.cfg +++ b/config/generic-fysetc-cheetah-v1.2.cfg @@ -5,7 +5,7 @@ # The "make flash" command does not work on the Cheetah. Instead, # after running "make", run the following command to flash the board: -# stm32flash -w out/klipper.bin -v -i rts,-dtr,dtr /dev/ttyUSB0 +# stm32flash -w out/kutter.bin -v -i rts,-dtr,dtr /dev/ttyUSB0 # See docs/Config_Reference.md for a description of parameters. diff --git a/config/generic-fysetc-cheetah-v2.0.cfg b/config/generic-fysetc-cheetah-v2.0.cfg index b157403f..cb3ae514 100644 --- a/config/generic-fysetc-cheetah-v2.0.cfg +++ b/config/generic-fysetc-cheetah-v2.0.cfg @@ -2,7 +2,7 @@ # To use this config, the firmware should be compiled for the # STM32F401 with a "32KiB bootloader". -# Rename "klipper.bin" to "firmware.bin", copy to Sdcard and insert in motherboard +# Rename "kutter.bin" to "firmware.bin", copy to Sdcard and insert in motherboard # See docs/Config_Reference.md for a description of parameters. diff --git a/config/generic-fysetc-s6-v2.cfg b/config/generic-fysetc-s6-v2.cfg index 36aa71a6..31201290 100644 --- a/config/generic-fysetc-s6-v2.cfg +++ b/config/generic-fysetc-s6-v2.cfg @@ -89,7 +89,7 @@ pin: PB0 #pin: PB2 [mcu] -serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00 +serial: /dev/serial/by-id/usb-Kutter_Kutter_firmware_12345-if00 [printer] kinematics: cartesian diff --git a/config/generic-fysetc-s6.cfg b/config/generic-fysetc-s6.cfg index 27dd6ce6..07aaa8cb 100644 --- a/config/generic-fysetc-s6.cfg +++ b/config/generic-fysetc-s6.cfg @@ -89,7 +89,7 @@ pin: PB0 #pin: PB2 [mcu] -serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00 +serial: /dev/serial/by-id/usb-Kutter_Kutter_firmware_12345-if00 [printer] kinematics: cartesian diff --git a/config/generic-fysetc-spider.cfg b/config/generic-fysetc-spider.cfg index ea0dabc3..8134c57b 100644 --- a/config/generic-fysetc-spider.cfg +++ b/config/generic-fysetc-spider.cfg @@ -2,7 +2,7 @@ # To use this config, the firmware should be compiled for the STM32F446. # When calling "menuconfig", enable "extra low-level configuration setup" # and select the "12MHz crystal" as clock reference. -# For flashing, write the compiled klipper.bin to memory location 0x08000000 +# For flashing, write the compiled kutter.bin to memory location 0x08000000 # See docs/Config_Reference.md for a description of parameters. @@ -113,7 +113,7 @@ pin: PB0 [mcu] ## Obtain definition by "ls -l /dev/serial/by-id/" then unplug to verify -serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00 +serial: /dev/serial/by-id/usb-Kutter_Kutter_firmware_12345-if00 [printer] kinematics: cartesian diff --git a/config/generic-ldo-leviathan-v1.2.cfg b/config/generic-ldo-leviathan-v1.2.cfg index 61fc1cd7..760fcf30 100644 --- a/config/generic-ldo-leviathan-v1.2.cfg +++ b/config/generic-ldo-leviathan-v1.2.cfg @@ -173,7 +173,7 @@ pin: PB7 # FAN0 #tachometer_pin: PF8 [mcu] -serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00 +serial: /dev/serial/by-id/usb-Kutter_Kutter_firmware_12345-if00 # CAN bus is also available on this board [printer] diff --git a/config/generic-mellow-fly-cdy-v3.cfg b/config/generic-mellow-fly-cdy-v3.cfg index 617878d2..56443e7a 100644 --- a/config/generic-mellow-fly-cdy-v3.cfg +++ b/config/generic-mellow-fly-cdy-v3.cfg @@ -3,7 +3,7 @@ # STM32F407 with a "32KiB bootloader". # The "make flash" command does not work on the Fly-CDY-v3. Instead, -# after running "make", copy the generated "out/klipper.bin" file to a +# after running "make", copy the generated "out/kutter.bin" file to a # file named "firmware.bin" on an SD card and then restart the Fly-CDY-v3 # with that SD card. @@ -95,7 +95,7 @@ pin: PA0 [mcu] -serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00 +serial: /dev/serial/by-id/usb-Kutter_Kutter_firmware_12345-if00 [printer] kinematics: cartesian diff --git a/config/generic-mellow-fly-e3-v2.cfg b/config/generic-mellow-fly-e3-v2.cfg index 6836ea32..37d2af9c 100644 --- a/config/generic-mellow-fly-e3-v2.cfg +++ b/config/generic-mellow-fly-e3-v2.cfg @@ -3,14 +3,14 @@ # STM32F407 with a "32KiB bootloader". # The "make flash" command does not work on the Fly-E3-v2. Instead, -# after running "make", copy the generated "out/klipper.bin" file to a -# file named "firmware.bin" or "klipper.bin" on an SD card and then restart the Fly-E3-v2 +# after running "make", copy the generated "out/kutter.bin" file to a +# file named "firmware.bin" or "kutter.bin" on an SD card and then restart the Fly-E3-v2 # with that SD card. # See docs/Config_Reference.md for a description of parameters. [mcu] -serial: /dev/serial/by-id/usb-Klipper_stm32f407xx_27004A001851323333353137-if00 +serial: /dev/serial/by-id/usb-Kutter_stm32f407xx_27004A001851323333353137-if00 [stepper_x] step_pin: PE5 diff --git a/config/generic-mellow-fly-gemini-v1.cfg b/config/generic-mellow-fly-gemini-v1.cfg index 7441dae9..c75e7a6a 100644 --- a/config/generic-mellow-fly-gemini-v1.cfg +++ b/config/generic-mellow-fly-gemini-v1.cfg @@ -3,8 +3,8 @@ # STM32F405 with a "32KiB bootloader". # The "make flash" command does not work on the Fly-Gemini-v1. Instead, -# after running "make", copy the generated "out/klipper.bin" file to a -# file named "firmware.bin" or "klipper.bin" on an SD card and then restart the Fly-Gemini-v1 +# after running "make", copy the generated "out/kutter.bin" file to a +# file named "firmware.bin" or "kutter.bin" on an SD card and then restart the Fly-Gemini-v1 # with that SD card. # See docs/Config_Reference.md for a description of parameters. @@ -71,7 +71,7 @@ max_temp: 130 pin: PC6 [mcu] -serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00 +serial: /dev/serial/by-id/usb-Kutter_Kutter_firmware_12345-if00 [printer] kinematics: cartesian diff --git a/config/generic-mellow-fly-gemini-v2.cfg b/config/generic-mellow-fly-gemini-v2.cfg index ed919d1b..5c6fb634 100644 --- a/config/generic-mellow-fly-gemini-v2.cfg +++ b/config/generic-mellow-fly-gemini-v2.cfg @@ -3,8 +3,8 @@ # STM32F405 with a "32KiB bootloader". # The "make flash" command does not work on the Fly-Gemini-v2. Instead, -# after running "make", copy the generated "out/klipper.bin" file to a -# file named "firmware.bin" or "klipper.bin" on an SD card and then restart the Fly-Gemini-v2 +# after running "make", copy the generated "out/kutter.bin" file to a +# file named "firmware.bin" or "kutter.bin" on an SD card and then restart the Fly-Gemini-v2 # with that SD card. # See docs/Config_Reference.md for a description of parameters. @@ -75,7 +75,7 @@ pin: PC6 #pin: PC7 [mcu] -serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00 +serial: /dev/serial/by-id/usb-Kutter_Kutter_firmware_12345-if00 [printer] kinematics: cartesian diff --git a/config/generic-mellow-super-infinty-hv.cfg b/config/generic-mellow-super-infinty-hv.cfg index 90aa9e08..2da02742 100644 --- a/config/generic-mellow-super-infinty-hv.cfg +++ b/config/generic-mellow-super-infinty-hv.cfg @@ -3,7 +3,7 @@ # the STM32F407 with a "32KiB bootloader". # The "make flash" command does not work on the Super 8 HV. Instead, after -# running "make", copy the generated "out/klipper.bin" file to a file named +# running "make", copy the generated "out/kutter.bin" file to a file named # "firmware.bin" on an SD card and then restart the Super 8 HV with that SD card. # Serial options: @@ -151,7 +151,7 @@ pin: PA1 #pin: PD15 [mcu] -serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00 +serial: /dev/serial/by-id/usb-Kutter_Kutter_firmware_12345-if00 [printer] kinematics: corexy diff --git a/config/generic-melzi.cfg b/config/generic-melzi.cfg index a5dedbf1..5fa32d3f 100644 --- a/config/generic-melzi.cfg +++ b/config/generic-melzi.cfg @@ -4,10 +4,10 @@ # Note, a number of Melzi boards are shipped with a bootloader that # requires the following command to flash the board: -# avrdude -p atmega1284p -c arduino -b 57600 -P /dev/ttyUSB0 -U out/klipper.elf.hex +# avrdude -p atmega1284p -c arduino -b 57600 -P /dev/ttyUSB0 -U out/kutter.elf.hex # If the above command does not work and "make flash" does not work # then one may need to flash a bootloader to the board - see the -# Klipper docs/Bootloaders.md file for more information. +# Kutter docs/Bootloaders.md file for more information. # See docs/Config_Reference.md for a description of parameters. diff --git a/config/generic-minitronics1.cfg b/config/generic-minitronics1.cfg index 2626d2d0..b91efb29 100644 --- a/config/generic-minitronics1.cfg +++ b/config/generic-minitronics1.cfg @@ -5,7 +5,7 @@ # The "make flash" command does not work on the Minitronics v1.0 # because the board actually has an atmega1281 chip. Use the following # command to flash the board: -# avrdude -carduino -patmega1281 -P/dev/ttyUSB0 -b57600 -D -Uout/klipper.elf.hex +# avrdude -carduino -patmega1281 -P/dev/ttyUSB0 -b57600 -D -Uout/kutter.elf.hex # See docs/Config_Reference.md for a description of parameters. diff --git a/config/generic-mks-monster8.cfg b/config/generic-mks-monster8.cfg index 583d49bf..d62a462b 100644 --- a/config/generic-mks-monster8.cfg +++ b/config/generic-mks-monster8.cfg @@ -4,7 +4,7 @@ # bootloader, and enable "USB for communication". # The "make flash" command does not work on the MKS Monster8. Instead, -# after running "make", copy the generated "out/klipper.bin" file to a +# after running "make", copy the generated "out/kutter.bin" file to a # file named "mks_monster8.bin" on an SD card or Udisk and then restart the # MKS Monster8 with that SD card or Udisk. @@ -113,7 +113,7 @@ pin: PA0 shutdown_speed: 1 [mcu] -serial: /dev/serial/by-id/usb-Klipper_stm32f407xx_4D0045001850314335393520-if00 +serial: /dev/serial/by-id/usb-Kutter_stm32f407xx_4D0045001850314335393520-if00 [printer] kinematics: cartesian diff --git a/config/generic-mks-robin-e3.cfg b/config/generic-mks-robin-e3.cfg index 4f1016db..196a812f 100644 --- a/config/generic-mks-robin-e3.cfg +++ b/config/generic-mks-robin-e3.cfg @@ -6,7 +6,7 @@ # Note that the "make flash" command does not work with MKS Robin # boards. After running "make", run the following command: -# ./scripts/update_mks_robin.py out/klipper.bin out/Robin_e3.bin +# ./scripts/update_mks_robin.py out/kutter.bin out/Robin_e3.bin # Copy the file out/Robin_e3.bin to an SD card and then restart the # printer with that SD card. diff --git a/config/generic-mks-robin-nano-v1.cfg b/config/generic-mks-robin-nano-v1.cfg index bb096c81..87c5095f 100644 --- a/config/generic-mks-robin-nano-v1.cfg +++ b/config/generic-mks-robin-nano-v1.cfg @@ -6,7 +6,7 @@ # Note that the "make flash" command does not work with MKS Robin # boards. After running "make", run the following command: -# ./scripts/update_mks_robin.py out/klipper.bin out/Robin_nano.bin +# ./scripts/update_mks_robin.py out/kutter.bin out/Robin_nano.bin # Copy the file out/Robin_nano.bin to an SD card and then restart the # printer with that SD card. diff --git a/config/generic-mks-robin-nano-v2.cfg b/config/generic-mks-robin-nano-v2.cfg index 989f0b5b..564096f6 100644 --- a/config/generic-mks-robin-nano-v2.cfg +++ b/config/generic-mks-robin-nano-v2.cfg @@ -6,7 +6,7 @@ # Note that the "make flash" command does not work with MKS Robin # boards. After running "make", run the following command: -# ./scripts/update_mks_robin.py out/klipper.bin out/Robin_nano35.bin +# ./scripts/update_mks_robin.py out/kutter.bin out/Robin_nano35.bin # Copy the file out/Robin_nano35.bin to an SD card and then restart the # printer with that SD card. diff --git a/config/generic-mks-robin-nano-v3.cfg b/config/generic-mks-robin-nano-v3.cfg index 78e2f82e..8004973a 100644 --- a/config/generic-mks-robin-nano-v3.cfg +++ b/config/generic-mks-robin-nano-v3.cfg @@ -4,7 +4,7 @@ # bootloader, and enable "USB for communication". # The "make flash" command does not work on the MKS Robin. Instead, -# after running "make", copy the generated "out/klipper.bin" file to a +# after running "make", copy the generated "out/kutter.bin" file to a # file named "Robin_nano_v3.bin" on an SD card and then restart the # MKS Robin with that SD card. @@ -84,7 +84,7 @@ pin: PC14 # fan1 #pin: PB1 # fan2 [mcu] -serial: /dev/serial/by-id/usb-Klipper_stm32f407xx_000000000000000000000000-if00 +serial: /dev/serial/by-id/usb-Kutter_stm32f407xx_000000000000000000000000-if00 [printer] kinematics: cartesian diff --git a/config/generic-mks-sgenl.cfg b/config/generic-mks-sgenl.cfg index dc411d63..719658de 100644 --- a/config/generic-mks-sgenl.cfg +++ b/config/generic-mks-sgenl.cfg @@ -73,7 +73,7 @@ max_temp: 130 pin: P2.4 [mcu] -serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00 +serial: /dev/serial/by-id/usb-Kutter_Kutter_firmware_12345-if00 [printer] kinematics: cartesian diff --git a/config/generic-printrboard-g2.cfg b/config/generic-printrboard-g2.cfg index ffbe80cd..6443db37 100644 --- a/config/generic-printrboard-g2.cfg +++ b/config/generic-printrboard-g2.cfg @@ -108,7 +108,7 @@ pin: PB27 pin: PA6 [mcu] -serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00 +serial: /dev/serial/by-id/usb-Kutter_Kutter_firmware_12345-if00 [printer] kinematics: cartesian diff --git a/config/generic-printrboard.cfg b/config/generic-printrboard.cfg index c0815964..d358714c 100644 --- a/config/generic-printrboard.cfg +++ b/config/generic-printrboard.cfg @@ -7,7 +7,7 @@ # - Connect the "BOOT" jumper. # - Press the reset button (on board) to enter into DFU mode. # - Connect via USB and run: -# avrdude -c flip1 -p usb1286 -U flash:w:out/klipper.elf.hex +# avrdude -c flip1 -p usb1286 -U flash:w:out/kutter.elf.hex # See docs/Config_Reference.md for a description of parameters. @@ -75,7 +75,7 @@ max_temp: 130 pin: PC6 [mcu] -serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00 +serial: /dev/serial/by-id/usb-Kutter_Kutter_firmware_12345-if00 [printer] kinematics: cartesian diff --git a/config/generic-prusa-buddy.cfg b/config/generic-prusa-buddy.cfg index 0ea65f99..904109e2 100644 --- a/config/generic-prusa-buddy.cfg +++ b/config/generic-prusa-buddy.cfg @@ -1,6 +1,6 @@ # This file contains common configurations and pin mappings for the Prusa Buddy -# board. The LCD is not currently supported by Klipper, so the touchscreen will -# permanently display the bootloader screen after the Klipper firmware is flashed; +# board. The LCD is not currently supported by Kutter, so the touchscreen will +# permanently display the bootloader screen after the Kutter firmware is flashed; # use Fluidd, Mainsail, or OctoPrint etc. to control the printer. # To use this config, the firmware should be compiled for the STM32F407. When @@ -13,12 +13,12 @@ # When flashing for the first time, you will need to break the "appendix" # on the Buddy board, then put the device into DFU mode by moving the jumper # on the 3-pin header (older boards) or shorting the 2-pin header (newer boards) -# and resetting, and finally use "make flash" to install Klipper. Once Klipper is +# and resetting, and finally use "make flash" to install Kutter. Once Kutter is # installed, you no longer need the jumper - just use "make flash" which will # automatically put the device into DFU mode. # Note that if you were previously running Prusa firmware, you must fully -# power cycle the board after flashing. Otherwise, Klipper will be unable to +# power cycle the board after flashing. Otherwise, Kutter will be unable to # communicate with the TMC2209s due to the abrupt change in the baud rate, # and will show this error: "Unable to read tmc uart register IFCNT". @@ -148,7 +148,7 @@ switch_pin: ^PB4 pause_on_runout: True [mcu] -serial: /dev/serial/by-id/usb-Klipper_stm32f407xx_3100380013504E4E53353420-if00 +serial: /dev/serial/by-id/usb-Kutter_stm32f407xx_3100380013504E4E53353420-if00 restart_method: command [printer] diff --git a/config/generic-re-arm.cfg b/config/generic-re-arm.cfg index 649dc9a1..c5fd31ab 100644 --- a/config/generic-re-arm.cfg +++ b/config/generic-re-arm.cfg @@ -80,7 +80,7 @@ max_temp: 130 pin: P2.4 [mcu] -serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00 +serial: /dev/serial/by-id/usb-Kutter_Kutter_firmware_12345-if00 [printer] kinematics: cartesian diff --git a/config/generic-replicape.cfg b/config/generic-replicape.cfg index 3dc3e012..297e3020 100644 --- a/config/generic-replicape.cfg +++ b/config/generic-replicape.cfg @@ -4,7 +4,7 @@ # install the micro-controller code a second time for a "Linux # process". -# NOTE: Klipper does not alter the input/output state of the +# NOTE: Kutter does not alter the input/output state of the # Beaglebone pins and it does not control their pull-up resistors. # Typically the correct settings are automatically applied when the # Beaglebone detects the Replicape board, but if changes are needed @@ -17,7 +17,7 @@ serial: /dev/rpmsg_pru30 [mcu host] -serial: /tmp/klipper_host_mcu +serial: /tmp/kutter_host_mcu [replicape] revision: B3 diff --git a/config/generic-smoothieboard.cfg b/config/generic-smoothieboard.cfg index 8d5d6474..5e86f542 100644 --- a/config/generic-smoothieboard.cfg +++ b/config/generic-smoothieboard.cfg @@ -76,7 +76,7 @@ max_temp: 130 pin: P2.4 [mcu] -serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00 +serial: /dev/serial/by-id/usb-Kutter_Kutter_firmware_12345-if00 [printer] kinematics: cartesian diff --git a/config/generic-th3d-ezboard-lite-v1.2.cfg b/config/generic-th3d-ezboard-lite-v1.2.cfg index 6fff88db..f7a5a5fc 100644 --- a/config/generic-th3d-ezboard-lite-v1.2.cfg +++ b/config/generic-th3d-ezboard-lite-v1.2.cfg @@ -3,14 +3,14 @@ # LPC1769 with USB communication. # The "make flash" command does not work on this board. Instead, -# after running "make", copy the generated "out/klipper.bin" file to a +# after running "make", copy the generated "out/kutter.bin" file to a # file named "firmware.bin" on an SD card and then restart the board # with that SD card. # See docs/Config_Reference.md for a description of parameters. [mcu] -serial: /dev/serial/by-id/usb-Klipper_lpc1768_00000000000000000000000000000000-if00 +serial: /dev/serial/by-id/usb-Kutter_lpc1768_00000000000000000000000000000000-if00 [printer] kinematics: cartesian diff --git a/config/generic-th3d-ezboard-v2.0.cfg b/config/generic-th3d-ezboard-v2.0.cfg index 4d32280f..98cb8f32 100644 --- a/config/generic-th3d-ezboard-v2.0.cfg +++ b/config/generic-th3d-ezboard-v2.0.cfg @@ -4,7 +4,7 @@ # 48KiB Bootloader, and USB communication. # After the firmware is compiled, execute the following command -# arm-none-eabi-objcopy -O srec out/klipper.elf out/firmware.bin +# arm-none-eabi-objcopy -O srec out/kutter.elf out/firmware.bin # The "make flash" command does not work on this board. Instead, # after running "make", copy the generated "out/firmware.bin" file to @@ -13,7 +13,7 @@ # See docs/Config_Reference.md for a description of parameters. [mcu] -serial: /dev/serial/by-id/usb-Klipper_stm32f407xx_0000000000000000-if00 +serial: /dev/serial/by-id/usb-Kutter_stm32f407xx_0000000000000000-if00 [printer] kinematics: cartesian diff --git a/config/kit-zav3d-2019.cfg b/config/kit-zav3d-2019.cfg index e2385c94..f5ba60c0 100644 --- a/config/kit-zav3d-2019.cfg +++ b/config/kit-zav3d-2019.cfg @@ -11,8 +11,8 @@ # See docs/Config_Reference.md for a description of parameters. -# AND PLEASE READ THROUGH THE KLIPPER DOCUMENTATION FIRST! -# https://www.klipper3d.org/Overview.html +# AND PLEASE READ THROUGH THE KUTTER DOCUMENTATION FIRST! +# docs/Overview.md # *** THINGS TO CHANGE/CHECK: *** # Arduino paths [mcu] section @@ -64,7 +64,7 @@ homing_speed: 50 #homing_positive_dir: true ## Configuration for Bltouch probe tool. -## Read more about BLTOUCH here https://www.klipper3d.org/BLTouch.html +## Read more about BLTOUCH here docs/BLTouch.md [stepper_z] step_pin: PL3 dir_pin: PL1 @@ -76,7 +76,7 @@ position_max: 230 endstop_pin: probe:z_virtual_endstop ## Configuration with PID Calibration. -## Read more here https://www.klipper3d.org/Config_checks.html +## Read more here docs/Config_checks.md [extruder] step_pin: PA4 dir_pin: !PA6 @@ -96,7 +96,7 @@ pid_ki: 1.166 pid_kd: 151.598 ## Configuration with PID Calibration. -## Read more here https://www.klipper3d.org/Config_checks.html +## Read more here docs/Config_checks.md [heater_bed] heater_pin: PH5 sensor_type: EPCOS 100K B57560G104F diff --git a/config/printer-adimlab-2018.cfg b/config/printer-adimlab-2018.cfg index d810e9d7..b577b287 100644 --- a/config/printer-adimlab-2018.cfg +++ b/config/printer-adimlab-2018.cfg @@ -116,7 +116,7 @@ encoder_pins: ^PG0, ^PG1 click_pin: ^!PD2 # The filament runout sensor (on pin PA2) is not currently supported -# in Klipper. +# in Kutter. [output_pin case_light] pin: PH4 diff --git a/config/printer-alfawise-u30-2018.cfg b/config/printer-alfawise-u30-2018.cfg index d8b375e1..62aa74af 100644 --- a/config/printer-alfawise-u30-2018.cfg +++ b/config/printer-alfawise-u30-2018.cfg @@ -6,7 +6,7 @@ # micro-controller startup" to "!PC4,!PD12". # The "make flash" command does not work on the Alfawise U30. Instead, -# after running "make", copy the generated "out/klipper.bin" file to a +# after running "make", copy the generated "out/kutter.bin" file to a # file named "project.bin" on an SD card and then restart the Alfawise # with that SD card. diff --git a/config/printer-anet-a4-2018.cfg b/config/printer-anet-a4-2018.cfg index 9879c2ce..0e350624 100644 --- a/config/printer-anet-a4-2018.cfg +++ b/config/printer-anet-a4-2018.cfg @@ -4,7 +4,7 @@ # Note that the "make flash" command does not work with Anet boards - # the boards are typically flashed with this command: -# avrdude -p atmega1284p -c arduino -b 57600 -P /dev/ttyUSB0 -U out/klipper.elf.hex +# avrdude -p atmega1284p -c arduino -b 57600 -P /dev/ttyUSB0 -U out/kutter.elf.hex # See docs/Config_Reference.md for a description of parameters. diff --git a/config/printer-anet-a8-2017.cfg b/config/printer-anet-a8-2017.cfg index 9baf01b1..e852328b 100644 --- a/config/printer-anet-a8-2017.cfg +++ b/config/printer-anet-a8-2017.cfg @@ -4,7 +4,7 @@ # Note that the "make flash" command does not work with Anet boards - # the boards are typically flashed with this command: -# avrdude -p atmega1284p -c arduino -b 57600 -P /dev/ttyUSB0 -U out/klipper.elf.hex +# avrdude -p atmega1284p -c arduino -b 57600 -P /dev/ttyUSB0 -U out/kutter.elf.hex # See docs/Config_Reference.md for a description of parameters. diff --git a/config/printer-anet-a8-2019.cfg b/config/printer-anet-a8-2019.cfg index b72dc885..e25fb3e7 100644 --- a/config/printer-anet-a8-2019.cfg +++ b/config/printer-anet-a8-2019.cfg @@ -4,7 +4,7 @@ # Note that the "make flash" command does not work with Anet boards - # the boards are typically flashed with this command: -# avrdude -p atmega1284p -c arduino -b 57600 -P /dev/ttyUSB0 -U out/klipper.elf.hex +# avrdude -p atmega1284p -c arduino -b 57600 -P /dev/ttyUSB0 -U out/kutter.elf.hex # See docs/Config_Reference.md for a description of parameters. diff --git a/config/printer-anet-e10-2018.cfg b/config/printer-anet-e10-2018.cfg index 8d8c2a93..d54f74c0 100644 --- a/config/printer-anet-e10-2018.cfg +++ b/config/printer-anet-e10-2018.cfg @@ -4,7 +4,7 @@ # Note that the "make flash" command does not work with Anet boards - # the boards are typically flashed with this command: -# avrdude -p atmega1284p -c arduino -b 57600 -P /dev/ttyUSB0 -U out/klipper.elf.hex +# avrdude -p atmega1284p -c arduino -b 57600 -P /dev/ttyUSB0 -U out/kutter.elf.hex # See docs/Config_Reference.md for a description of parameters. diff --git a/config/printer-anet-e16-2019.cfg b/config/printer-anet-e16-2019.cfg index 595f8a3c..163ed453 100644 --- a/config/printer-anet-e16-2019.cfg +++ b/config/printer-anet-e16-2019.cfg @@ -4,7 +4,7 @@ # Note that the "make flash" command does not work with Anet boards - # the boards are typically flashed with this command: -# avrdude -p atmega1284p -c arduino -b 57600 -P /dev/ttyUSB0 -U out/klipper.elf.hex +# avrdude -p atmega1284p -c arduino -b 57600 -P /dev/ttyUSB0 -U out/kutter.elf.hex # See docs/Config_Reference.md for a description of parameters. diff --git a/config/printer-anycubic-4max-2018.cfg b/config/printer-anycubic-4max-2018.cfg index cf41b6c8..2150c4ec 100644 --- a/config/printer-anycubic-4max-2018.cfg +++ b/config/printer-anycubic-4max-2018.cfg @@ -1,4 +1,4 @@ -# Klipper firmware config file for Anycubic 4Max. To use this config, +# Kutter firmware config file for Anycubic 4Max. To use this config, # the firmware should be compiled for the AVR atmega2560. # See docs/Config_Reference.md for a description of parameters. diff --git a/config/printer-anycubic-4maxpro-2.0-2021.cfg b/config/printer-anycubic-4maxpro-2.0-2021.cfg index 203e3c8f..c8b7e49f 100644 --- a/config/printer-anycubic-4maxpro-2.0-2021.cfg +++ b/config/printer-anycubic-4maxpro-2.0-2021.cfg @@ -1,7 +1,7 @@ -# Klipper firmware config file for Anycubic 4Max Pro 2.0. To use this config, +# Kutter firmware config file for Anycubic 4Max Pro 2.0. To use this config, # the firmware should be compiled for the AVR atmega2560. -# You can build and flash firmware with commands in klipper directory: +# You can build and flash firmware with commands in kutter directory: # $ make clean # $ make menuconfig # $ make diff --git a/config/printer-anycubic-kobra-go-2022.cfg b/config/printer-anycubic-kobra-go-2022.cfg index bb8a9267..a34e2117 100644 --- a/config/printer-anycubic-kobra-go-2022.cfg +++ b/config/printer-anycubic-kobra-go-2022.cfg @@ -7,7 +7,7 @@ # - Communication interface: Serial (PA3 & PA2) - Anycubic # # Installation: -# 1. Rename the klipper bin to `firmware.bin` and copy it to an SD Card. +# 1. Rename the kutter.bin to `firmware.bin` and copy it to an SD Card. # 2. Power off the Printer, insert the SD Card and power it on. # 3. The the LCD will be stuck on the Firmware-update screen. # Just Wait for 3-5 minutes to ensure the firmware is flashed. diff --git a/config/printer-anycubic-kobra-plus-2022.cfg b/config/printer-anycubic-kobra-plus-2022.cfg index 3f71caab..0a705d74 100644 --- a/config/printer-anycubic-kobra-plus-2022.cfg +++ b/config/printer-anycubic-kobra-plus-2022.cfg @@ -17,7 +17,7 @@ # - Clock Speed: 200 MHz # # Installation: -# 1. Rename the klipper bin to `firmware.bin` and copy it to an SD Card. +# 1. Rename the kutter.bin to `firmware.bin` and copy it to an SD Card. # 2. Power off the Printer, insert the SD Card and power it on. # 3. The printer should beep several times and the LCD will be stuck on the # Splash screen. diff --git a/config/printer-anycubic-vyper-2021.cfg b/config/printer-anycubic-vyper-2021.cfg index a98cb2bc..ad271454 100644 --- a/config/printer-anycubic-vyper-2021.cfg +++ b/config/printer-anycubic-vyper-2021.cfg @@ -11,7 +11,7 @@ # - Bootloader offset: 32KiB # - Communication interface: Serial (on USART1 PA10/PA9) # -# To install the Firmware rename the klipper bin to `main_board_20xxxxxx.bin` +# To install the Firmware rename the kutter.bin to `main_board_20xxxxxx.bin` # and copy it to an SD Card. # Power off the Printer, insert the SD Card and power it on. # It should beep several times and the LCD should be stuck on the Splash screen. diff --git a/config/printer-artillery-genius-pro-2022.cfg b/config/printer-artillery-genius-pro-2022.cfg index aec7841c..4bdae391 100644 --- a/config/printer-artillery-genius-pro-2022.cfg +++ b/config/printer-artillery-genius-pro-2022.cfg @@ -5,7 +5,7 @@ # To flash this firmware, set the physical bridge between +3.3V and Boot0 PIN # on Artillery_Ruby mainboard. Then run the command: -# make flash FLASH_DEVICE=/dev/serial/by-id/usb-Klipper_stm32f401xc_*-if00 +# make flash FLASH_DEVICE=/dev/serial/by-id/usb-Kutter_stm32f401xc_*-if00 # See docs/Config_Reference.md for a description of parameters. @@ -91,7 +91,7 @@ pin: PC6 idle_timeout: 300 [mcu] -serial: /dev/serial/by-id/usb-Klipper_stm32f401xc_ +serial: /dev/serial/by-id/usb-Kutter_stm32f401xc_ [printer] kinematics: cartesian diff --git a/config/printer-artillery-sidewinder-x2-2022.cfg b/config/printer-artillery-sidewinder-x2-2022.cfg index 67e83587..2d291e7d 100644 --- a/config/printer-artillery-sidewinder-x2-2022.cfg +++ b/config/printer-artillery-sidewinder-x2-2022.cfg @@ -5,7 +5,7 @@ # To flash this firmware, set the physical bridge between +3.3V and Boot0 PIN # on Artillery_Ruby mainboard. Then run the command: -# make flash FLASH_DEVICE=/dev/serial/by-id/usb-Klipper_stm32f401xc_*-if00 +# make flash FLASH_DEVICE=/dev/serial/by-id/usb-Kutter_stm32f401xc_*-if00 # See docs/Config_Reference.md for a description of parameters. diff --git a/config/printer-artillery-sidewinder-x3-plus-2024.cfg b/config/printer-artillery-sidewinder-x3-plus-2024.cfg index eea1a980..9571d768 100644 --- a/config/printer-artillery-sidewinder-x3-plus-2024.cfg +++ b/config/printer-artillery-sidewinder-x3-plus-2024.cfg @@ -5,7 +5,7 @@ # - Select USART2 PA3/PA2 for UART communication via the Wi-Fi Tx/Rx pins # To set 48KiB bootloader, you need to make a change to make menuconfig Kconfig file # Here is a link to a how-to video: https://youtu.be/dpc76zN7Dh0 -# Rename klipper.bin to yuntu.bin +# Rename kutter.bin to yuntu.bin # Copy the file out/yuntu.bin to an SD card and then restart the printer with that SD card # # For models that did not come with V1.29 installed @@ -17,7 +17,7 @@ # - Connect your printer to a computer running Pronterface, Octoprint, Repetier, BedLeveler5000 (anything with Console capability) # - Power on the machine and send M997 through console into Marlin, this will put the board into "DFU" mode # - DO NOT TURN OFF THE PRINTER -# - Connect your Linux/Klipper device to the USB port +# - Connect your Linux/Kutter device to the USB port # - Run lsusb and verify that the STM32 DFU device is visible (Bus 001 Device 006: ID 0483:df11 STMicroelectronics STM Device in DFU Mode) # - Run sudo make flash 0483:df11 # - Run lsusb again and there should be two devices: @@ -96,15 +96,15 @@ sensor_pin: PC5 min_extrude_temp: 170 min_temp: 0 max_temp: 300 -# Calibrate E-Steps https://www.klipper3d.org/Rotation_Distance.html#calibrating-rotation_distance-on-extruders +# Calibrate E-Steps docs/Rotation_Distance.md rotation_distance: 17.75 -# Calibrate PID: https://www.klipper3d.org/Config_checks.html#calibrate-pid-settings +# Calibrate PID: docs/Config_checks.md (Heading - Calibrate PID Settings) # - Example: PID_CALIBRATE HEATER=extruder TARGET=200 control: pid pid_kp: 30.356 pid_ki: 1.857 pid_kd: 124.081 -# Calibrate PA: https://www.klipper3d.org/Pressure_Advance.html +# Calibrate PA: docs/Pressure_Advance.md [heater_bed] heater_pin: PA7 @@ -112,7 +112,7 @@ sensor_type: EPCOS 100K B57560G104F sensor_pin: PC0 max_temp: 100 min_temp: 0 -# Calibrate PID: https://www.klipper3d.org/Config_checks.html#calibrate-pid-settings +# Calibrate PID: docs/Config_checks.md (Heading - Calibrate PID Settings) # - Example: PID_CALIBRATE HEATER=heater_bed TARGET=60 control: pid pid_kp: 64.230 diff --git a/config/printer-biqu-b1-se-plus-2022.cfg b/config/printer-biqu-b1-se-plus-2022.cfg index db7238c9..7890cf07 100644 --- a/config/printer-biqu-b1-se-plus-2022.cfg +++ b/config/printer-biqu-b1-se-plus-2022.cfg @@ -7,14 +7,14 @@ # You will need to check the chip on your board to identify which you have. # # The "make flash" command does not work on the SKR 2. Instead, -# after running "make", copy the generated "out/klipper.bin" file to a +# after running "make", copy the generated "out/kutter.bin" file to a # file named "firmware.bin" on an SD card and then restart the SKR 2 # with that SD card. # See docs/Config_Reference.md for a description of parameters. [mcu] -serial: /dev/serial/by-id/usb-Klipper_stm32f407xx_1D0039000F47393438343535-if00 +serial: /dev/serial/by-id/usb-Kutter_stm32f407xx_1D0039000F47393438343535-if00 ######################################## # Stepper X Pins and TMC2208 configuration @@ -82,7 +82,7 @@ step_pin: PD15 dir_pin: !PD14 enable_pin: !PC7 microsteps: 16 -rotation_distance: 34.2152 # Calibrar - ver https://www.klipper3d.org/Rotation_Distance.html +rotation_distance: 34.2152 # Calibrate - see docs/Rotation_Distance.md nozzle_diameter: 0.400 filament_diameter: 1.750 heater_pin: PB3 diff --git a/config/printer-biqu-bx-2021.cfg b/config/printer-biqu-bx-2021.cfg index 01225fb8..3da8eb2c 100644 --- a/config/printer-biqu-bx-2021.cfg +++ b/config/printer-biqu-bx-2021.cfg @@ -10,10 +10,10 @@ ###################################################################### # The "make flash" command does not work on the SKR SE BX. Instead, -# after running "make", copy the generated "out/klipper.bin" file to a +# after running "make", copy the generated "out/kutter.bin" file to a # file named "firmware.bin" on an SD card and then restart the SKR SE BX -# with that SD card. After klipper has been flashed once to the board, -# you can update klipper by leaving a microSD inserted and running the +# with that SD card. After kutter has been flashed once to the board, +# you can update kutter by leaving a microSD inserted and running the # scripts/flash-sd.sh script. # See docs/Config_Reference.md for a description of parameters. diff --git a/config/printer-creality-cr10-2017.cfg b/config/printer-creality-cr10-2017.cfg index cdbe1f47..e3faf7cf 100644 --- a/config/printer-creality-cr10-2017.cfg +++ b/config/printer-creality-cr10-2017.cfg @@ -4,10 +4,10 @@ # Note, a number of Melzi boards are shipped with a bootloader that # requires the following command to flash the board: -# avrdude -p atmega1284p -c arduino -b 57600 -P /dev/ttyUSB0 -U out/klipper.elf.hex +# avrdude -p atmega1284p -c arduino -b 57600 -P /dev/ttyUSB0 -U out/kutter.elf.hex # If the above command does not work and "make flash" does not work # then one may need to flash a bootloader to the board - see the -# Klipper docs/Bootloaders.md file for more information. +# Kutter docs/Bootloaders.md file for more information. # See docs/Config_Reference.md for a description of parameters. diff --git a/config/printer-creality-cr10-smart-pro-2022.cfg b/config/printer-creality-cr10-smart-pro-2022.cfg index 382ad34c..7e892072 100644 --- a/config/printer-creality-cr10-smart-pro-2022.cfg +++ b/config/printer-creality-cr10-smart-pro-2022.cfg @@ -5,13 +5,13 @@ # with a "64KiB bootloader" and serial (on USART1 PA10/PA9) # communication. Enable PA0 GPIO pin on startup. # -# Flash this firmware on the MCU by copying "out/klipper.bin" to an SD +# Flash this firmware on the MCU by copying "out/kutter.bin" to an SD # card and turning the printer on by pressing and holding the power # button with the card inserted for 10-20 seconds. The firmware # filename must end in ".bin" and must not match the last filename # that was flashed. # -# The machine itself includes a small router that can run a Klipper +# The machine itself includes a small router that can run Kutter # frontend. You don't need to buy a single-board computer. # # See docs/Config_Reference.md for a description of parameters. diff --git a/config/printer-creality-cr10mini-2017.cfg b/config/printer-creality-cr10mini-2017.cfg index 3971c088..75646050 100644 --- a/config/printer-creality-cr10mini-2017.cfg +++ b/config/printer-creality-cr10mini-2017.cfg @@ -4,10 +4,10 @@ # Note, a number of Melzi boards are shipped with a bootloader that # requires the following command to flash the board: -# avrdude -p atmega1284p -c arduino -b 57600 -P /dev/ttyUSB0 -U out/klipper.elf.hex +# avrdude -p atmega1284p -c arduino -b 57600 -P /dev/ttyUSB0 -U out/kutter.elf.hex # If the above command does not work and "make flash" does not work # then one may need to flash a bootloader to the board - see the -# Klipper docs/Bootloaders.md file for more information. +# Kutter docs/Bootloaders.md file for more information. # See docs/Config_Reference.md for a description of parameters. diff --git a/config/printer-creality-cr10s-pro-v2-2020.cfg b/config/printer-creality-cr10s-pro-v2-2020.cfg index e06cd82c..6ae40479 100644 --- a/config/printer-creality-cr10s-pro-v2-2020.cfg +++ b/config/printer-creality-cr10s-pro-v2-2020.cfg @@ -69,7 +69,7 @@ max_extrude_only_accel: 1000.0 heater_pin: PB4 #ar10 sensor_type: EPCOS 100K B57560G104F sensor_pin: PK5 #analog13 -control: pid #calibrated in Klipper, you will need to run this for your machine +control: pid #calibrated in kutter, you will need to run this for your machine pid_kp: 28.359 pid_ki: 1.616 pid_kd: 124.426 @@ -84,7 +84,7 @@ pin: PH6 #ar9 heater_pin: PH5 #ar8 sensor_type: EPCOS 100K B57560G104F sensor_pin: PK6 #analog14 -control: pid #calibrated in Klipper, you will need to run this for your machine +control: pid #calibrated in kutter, you will need to run this for your machine pid_kp: 70.936 pid_ki: 1.151 pid_kd: 1093.298 @@ -99,7 +99,7 @@ stow_on_each_sample: False # Be careful probe_with_touch_mode: True x_offset: -27 y_offset: -2 -z_offset: 2 # you will need to calibrate this in Klipper +z_offset: 2 # you will need to calibrate this in kutter speed: 4.0 samples: 2 sample_retract_dist: 3.0 diff --git a/config/printer-creality-cr30-2021.cfg b/config/printer-creality-cr30-2021.cfg index 1edc7531..4201f20e 100644 --- a/config/printer-creality-cr30-2021.cfg +++ b/config/printer-creality-cr30-2021.cfg @@ -8,7 +8,7 @@ # cable used for the LCD module as follows: # 3: Tx, 4: Rx, 9: GND, 10: VCC -# Flash this firmware by copying "out/klipper.bin" to a SD card and +# Flash this firmware by copying "out/kutter.bin" to a SD card and # turning on the printer with the card inserted. The firmware # filename must end in ".bin" and must not match the last filename # that was flashed. diff --git a/config/printer-creality-cr6se-2020.cfg b/config/printer-creality-cr6se-2020.cfg index 445c2ef0..2e7d56e8 100644 --- a/config/printer-creality-cr6se-2020.cfg +++ b/config/printer-creality-cr6se-2020.cfg @@ -4,7 +4,7 @@ # with a "28KiB bootloader" and serial (on USART1 PA10/PA9) # communication. -# Flash this firmware by copying "out/klipper.bin" to a SD card and +# Flash this firmware by copying "out/kutter.bin" to a SD card and # turning on the printer with the card inserted. The firmware # filename must end in ".bin" and must not match the last filename # that was flashed. diff --git a/config/printer-creality-cr6se-2021.cfg b/config/printer-creality-cr6se-2021.cfg index 883bf6a0..880ea19e 100644 --- a/config/printer-creality-cr6se-2021.cfg +++ b/config/printer-creality-cr6se-2021.cfg @@ -5,7 +5,7 @@ # with a "28KiB bootloader" and serial (on USART1 PA10/PA9) # communication. -# Flash this firmware by copying "out/klipper.bin" to a SD card and +# Flash this firmware by copying "out/kutter.bin" to a SD card and # turning on the printer with the card inserted. The firmware # filename must end in ".bin" and must not match the last filename # that was flashed. diff --git a/config/printer-creality-ender2-2017.cfg b/config/printer-creality-ender2-2017.cfg index 7b8b191d..aff15cac 100644 --- a/config/printer-creality-ender2-2017.cfg +++ b/config/printer-creality-ender2-2017.cfg @@ -4,10 +4,10 @@ # Note, a number of Melzi boards are shipped with a bootloader that # requires the following command to flash the board: -# avrdude -p atmega1284p -c arduino -b 57600 -P /dev/ttyUSB0 -U out/klipper.elf.hex +# avrdude -p atmega1284p -c arduino -b 57600 -P /dev/ttyUSB0 -U out/kutter.elf.hex # If the above command does not work and "make flash" does not work # then one may need to flash a bootloader to the board - see the -# Klipper docs/Bootloaders.md file for more information. +# Kutter docs/Bootloaders.md file for more information. # See docs/Config_Reference.md for a description of parameters. diff --git a/config/printer-creality-ender2pro-2021.cfg b/config/printer-creality-ender2pro-2021.cfg index b105622c..9a296ad3 100644 --- a/config/printer-creality-ender2pro-2021.cfg +++ b/config/printer-creality-ender2pro-2021.cfg @@ -9,7 +9,7 @@ # cable used for the LCD module as follows: # 3: Tx, 4: Rx, 9: GND, 10: VCC -# Flash this firmware by copying "out/klipper.bin" to a SD card and +# Flash this firmware by copying "out/kutter.bin" to a SD card and # turning on the printer with the card inserted. The firmware # filename must end in ".bin" and must not match the last filename # that was flashed. diff --git a/config/printer-creality-ender2pro-hc32-2022.cfg b/config/printer-creality-ender2pro-hc32-2022.cfg index 50f33aae..b7147219 100644 --- a/config/printer-creality-ender2pro-hc32-2022.cfg +++ b/config/printer-creality-ender2pro-hc32-2022.cfg @@ -2,7 +2,7 @@ # with the HC32F460. The board is CR-FDM-v2.5.S4.170 # To use this config, during "make menuconfig" select HC32F460 -# Flash this firmware by copying "out/klipper.bin" to a SD card +# Flash this firmware by copying "out/kutter.bin" to a SD card # as /user/firmware.bin # Turn on the printer with the card inserted. diff --git a/config/printer-creality-ender3-2018.cfg b/config/printer-creality-ender3-2018.cfg index 7dd243c4..059e3f89 100644 --- a/config/printer-creality-ender3-2018.cfg +++ b/config/printer-creality-ender3-2018.cfg @@ -4,10 +4,10 @@ # Note, a number of Melzi boards are shipped with a bootloader that # requires the following command to flash the board: -# avrdude -p atmega1284p -c arduino -b 57600 -P /dev/ttyUSB0 -U out/klipper.elf.hex +# avrdude -p atmega1284p -c arduino -b 57600 -P /dev/ttyUSB0 -U out/kutter.elf.hex # If the above command does not work and "make flash" does not work # then one may need to flash a bootloader to the board - see the -# Klipper docs/Bootloaders.md file for more information. +# Kutter docs/Bootloaders.md file for more information. # See docs/Config_Reference.md for a description of parameters. diff --git a/config/printer-creality-ender3-s1-2021.cfg b/config/printer-creality-ender3-s1-2021.cfg index 6929b4ca..b9863662 100644 --- a/config/printer-creality-ender3-s1-2021.cfg +++ b/config/printer-creality-ender3-s1-2021.cfg @@ -9,7 +9,7 @@ # (on USART2 PA3/PA2), which is on the 10 pin IDC cable used # for the LCD module as follows: 3: Tx, 4: Rx, 9: GND, 10: VCC -# Flash this firmware by copying "out/klipper.bin" to a SD card and +# Flash this firmware by copying "out/kutter.bin" to a SD card and # turning on the printer with the card inserted. The filename # must be changed to "firmware.bin" diff --git a/config/printer-creality-ender3-s1plus-2022.cfg b/config/printer-creality-ender3-s1plus-2022.cfg index d8708d42..0da13d97 100644 --- a/config/printer-creality-ender3-s1plus-2022.cfg +++ b/config/printer-creality-ender3-s1plus-2022.cfg @@ -9,7 +9,7 @@ # (on USART2 PA3/PA2), which is on the 10 pin IDC cable used # for the LCD module as follows: 3: Tx, 4: Rx, 9: GND, 10: VCC -# Flash this firmware by copying "out/klipper.bin" to a SD card and +# Flash this firmware by copying "out/kutter.bin" to a SD card and # turning on the printer with the card inserted. The filename # must be changed to "firmware.bin" diff --git a/config/printer-creality-ender3-v2-2020.cfg b/config/printer-creality-ender3-v2-2020.cfg index a0ca79cb..865dcaca 100644 --- a/config/printer-creality-ender3-v2-2020.cfg +++ b/config/printer-creality-ender3-v2-2020.cfg @@ -9,7 +9,7 @@ # cable used for the LCD module as follows: # 3: Tx, 4: Rx, 9: GND, 10: VCC -# Flash this firmware by copying "out/klipper.bin" to a SD card and +# Flash this firmware by copying "out/kutter.bin" to a SD card and # turning on the printer with the card inserted. The firmware # filename must end in ".bin" and must not match the last filename # that was flashed. diff --git a/config/printer-creality-ender3-v2-neo-2022.cfg b/config/printer-creality-ender3-v2-neo-2022.cfg index 0f141d23..91bc17c5 100644 --- a/config/printer-creality-ender3-v2-neo-2022.cfg +++ b/config/printer-creality-ender3-v2-neo-2022.cfg @@ -9,7 +9,7 @@ # cable used for the LCD module as follows: # 3: Tx, 4: Rx, 9: GND, 10: VCC -# Flash this firmware by copying "out/klipper.bin" to a SD card and +# Flash this firmware by copying "out/kutter.bin" to a SD card and # turning on the printer with the card inserted. The firmware # filename must end in ".bin" and must not match the last filename # that was flashed. @@ -149,7 +149,7 @@ speed: 200 screw_thread: CW-M4 # Use CW for Clockwise and CCW for Counter Clockwise # [display] -# The Ender 3 v2 Neo's 4.3" LCD display is not supported by klipper +# The Ender 3 v2 Neo's 4.3" LCD display is not supported by kutter [output_pin beeper] pin: PB13 diff --git a/config/printer-creality-ender3max-2021.cfg b/config/printer-creality-ender3max-2021.cfg index 5e51685d..3373eebc 100644 --- a/config/printer-creality-ender3max-2021.cfg +++ b/config/printer-creality-ender3max-2021.cfg @@ -15,7 +15,7 @@ # cable used for the LCD module as follows: # 3: Tx, 4: Rx, 9: GND, 10: VCC -# Flash this firmware by copying "out/klipper.bin" to a SD card and +# Flash this firmware by copying "out/kutter.bin" to a SD card and # turning on the printer with the card inserted. The firmware # filename must end in ".bin" and must not match the last filename # that was flashed. @@ -87,7 +87,7 @@ position_max: 340 # horizontal_move_z: 5 -# [gcode_macro G29] # If moving from marlin to klipper uncomment to mimic G29 +# [gcode_macro G29] # If moving from marlin to kutter uncomment to mimic G29 # gcode: # BED_MESH_CALIBRATE # G1 X0 Y0 Z10 F4000 @@ -98,7 +98,7 @@ step_pin: PB4 dir_pin: PB3 enable_pin: !PC3 microsteps: 16 -rotation_distance: 31.901 # Calibrate - see https://www.klipper3d.org/Rotation_Distance.html +rotation_distance: 31.901 # Calibrate - see docs/Rotation_Distance.md nozzle_diameter: 0.400 filament_diameter: 1.750 heater_pin: PA1 @@ -110,7 +110,7 @@ pid_Ki: 1.063 pid_Kd: 108.982 min_temp: 0 max_temp: 250 -pressure_advance: 0.0 # Calibrate - see https://www.klipper3d.org/Pressure_Advance.html +pressure_advance: 0.0 # Calibrate - see docs/Pressure_Advance.md [heater_bed] diff --git a/config/printer-creality-ender3pro-2020.cfg b/config/printer-creality-ender3pro-2020.cfg index b2bf0035..bfb59c88 100644 --- a/config/printer-creality-ender3pro-2020.cfg +++ b/config/printer-creality-ender3pro-2020.cfg @@ -15,7 +15,7 @@ # cable used for the LCD module as follows: # 3: Tx, 4: Rx, 9: GND, 10: VCC -# Flash this firmware by copying "out/klipper.bin" to a SD card and +# Flash this firmware by copying "out/kutter.bin" to a SD card and # turning on the printer with the card inserted. The firmware # filename must end in ".bin" and must not match the last filename # that was flashed. diff --git a/config/printer-creality-ender5-2019.cfg b/config/printer-creality-ender5-2019.cfg index cf0d4bed..8f5c2d70 100644 --- a/config/printer-creality-ender5-2019.cfg +++ b/config/printer-creality-ender5-2019.cfg @@ -4,12 +4,12 @@ # Note, a number of Melzi boards are shipped with a bootloader that # requires the following command to flash the board: -# avrdude -p atmega1284p -c arduino -b 57600 -P /dev/ttyUSB0 -U out/klipper.elf.hex +# avrdude -p atmega1284p -c arduino -b 57600 -P /dev/ttyUSB0 -U out/kutter.elf.hex # For v1.1.5 silent boards, the following command is used: -# avrdude -p atmega1284p -c arduino -P /dev/ttyUSB0 -b 115200 -U flash:w:out/klipper.elf.hex +# avrdude -p atmega1284p -c arduino -P /dev/ttyUSB0 -b 115200 -U flash:w:out/kutter.elf.hex # If the above command does not work and "make flash" does not work # then one may need to flash a bootloader to the board - see the -# Klipper docs/Bootloaders.md file for more information. +# Kutter docs/Bootloaders.md file for more information. # See docs/Config_Reference.md for a description of parameters. diff --git a/config/printer-creality-ender5-s1-2023.cfg b/config/printer-creality-ender5-s1-2023.cfg index 17bb2a46..dac6a3d7 100644 --- a/config/printer-creality-ender5-s1-2023.cfg +++ b/config/printer-creality-ender5-s1-2023.cfg @@ -6,7 +6,7 @@ # communication. # # Flash this firmware by creating a directory named "STM32F4_UPDATE" -# on an SD card, copying the "out/klipper.bin" to it and then turn +# on an SD card, copying the "out/kutter.bin" to it and then turn # on the printer with the card inserted. The firmware filename must # end in ".bin" and must not match the last filename that was flashed. # @@ -126,12 +126,11 @@ speed: 200 z_hop: 10 z_hop_speed: 10 -# Many Ender 5 S1 printers appear to suffer from a slight twist -# in the X axis. This twist can be measured, and compensated for -# using the AXIS_TWIST_COMPENSATION_CALIBRATE G-Code command. See -# https://www.klipper3d.org/Axis_Twist_Compensation.html for more -# information. This section provides the setup for this optional -# calibration step. +# Many Ender 5 S1 printers appear to suffer from a slight twist in the X axis. +# This twist can be measured, and compensated for using the +# AXIS_TWIST_COMPENSATION_CALIBRATE G-Code command. See +# docs/Axis_Twist_Compensation.md for more information. This section provides +# the setup for this optional calibration step. [axis_twist_compensation] calibrate_start_x: 3 calibrate_end_x: 207 diff --git a/config/printer-creality-ender5pro-2020.cfg b/config/printer-creality-ender5pro-2020.cfg index ded26b40..43ba3d09 100644 --- a/config/printer-creality-ender5pro-2020.cfg +++ b/config/printer-creality-ender5pro-2020.cfg @@ -9,7 +9,7 @@ # for the LCD module as follows: # 3: Tx, 4: Rx, 9: GND, 10: VCC -# Flash this firmware by copying "out/klipper.bin" to a SD card and +# Flash this firmware by copying "out/kutter.bin" to a SD card and # turning on the printer with the card inserted. The firmware # filename must end in ".bin" and must not match the last filename # that was flashed. diff --git a/config/printer-creality-ender6-2020.cfg b/config/printer-creality-ender6-2020.cfg index b4048cb7..61a3e943 100644 --- a/config/printer-creality-ender6-2020.cfg +++ b/config/printer-creality-ender6-2020.cfg @@ -15,7 +15,7 @@ # cable used for the LCD module as follows: # 3: Tx, 4: Rx, 9: GND, 10: VCC -# Flash this firmware by copying "out/klipper.bin" to a SD card and +# Flash this firmware by copying "out/kutter.bin" to a SD card and # turning on the printer with the card inserted. The firmware # filename must end in ".bin" and must not match the last filename # that was flashed. diff --git a/config/printer-creality-sermoonD1-2021.cfg b/config/printer-creality-sermoonD1-2021.cfg index b06abcf0..66b2e70f 100644 --- a/config/printer-creality-sermoonD1-2021.cfg +++ b/config/printer-creality-sermoonD1-2021.cfg @@ -5,7 +5,7 @@ # with a "28KiB bootloader" and serial (on USART1 PA10/PA9) # communication. -# Flash this firmware by copying "out/klipper.bin" to a SD card and +# Flash this firmware by copying "out/kutter.bin" to a SD card and # turning on the printer with the card inserted. The firmware # filename must end in ".bin" and must not match the last filename # that was flashed. diff --git a/config/printer-creality-sermoonV1-2022.cfg b/config/printer-creality-sermoonV1-2022.cfg index ca8a91a6..6f906946 100644 --- a/config/printer-creality-sermoonV1-2022.cfg +++ b/config/printer-creality-sermoonV1-2022.cfg @@ -11,7 +11,7 @@ # cable used for the LCD module as follows: # 3: Tx, 4: Rx, 9: GND, 10: VCC -# Flash this firmware by copying "out/klipper.bin" to a SD card and +# Flash this firmware by copying "out/kutter.bin" to a SD card and # turning on the printer with the card inserted. The firmware # filename must changed to "firmware.bin" diff --git a/config/printer-elegoo-neptune2-2021.cfg b/config/printer-elegoo-neptune2-2021.cfg index ed407774..bf3705f0 100644 --- a/config/printer-elegoo-neptune2-2021.cfg +++ b/config/printer-elegoo-neptune2-2021.cfg @@ -7,7 +7,7 @@ # - Select (Serial (on # USART3 PB11/PB10) for the communication interface. # Note that the "make flash" command does not work with ZNP Robin boards. After # running "make", run the following command: -# ./scripts/update_mks_robin.py out/klipper.bin out/elegoo.bin +# ./scripts/update_mks_robin.py out/kutter.bin out/elegoo.bin # # For the 1.3 board: # - Compile with the processor model STM32F407. @@ -16,7 +16,7 @@ # - Select (Serial (on # USART3 PB11/PB10) for the communication interface. # Note that the "make flash" command does not work with ZNP Robin boards. After # running "make", run the following command: -# cp out/klipper.bin out/elegoo.bin +# cp out/kutter.bin out/elegoo.bin # # Copy the file out/elegoo.bin to an SD card and then restart the printer with # that SD card. diff --git a/config/printer-elegoo-neptune3-pro-2023.cfg b/config/printer-elegoo-neptune3-pro-2023.cfg index c736544b..07f2ff7d 100644 --- a/config/printer-elegoo-neptune3-pro-2023.cfg +++ b/config/printer-elegoo-neptune3-pro-2023.cfg @@ -3,7 +3,7 @@ # "32KiB bootloader" and serial (on USART1 PA10/PA9) communication. # Note that the "make flash" command does not work with ZNP Robin boards. -# After running "make", rename the out/klipper.bin file to out/ZNP_ROBIN_NANO.bin +# After running "make", rename the out/kutter.bin file to out/ZNP_ROBIN_NANO.bin # Copy the file out/ZNP_ROBIN_NANO.bin to an SD card formatted to FAT32 # and then restart the printer with the SD card inserted. diff --git a/config/printer-flashforge-creator-pro-2018.cfg b/config/printer-flashforge-creator-pro-2018.cfg index 1ed04313..62c71fea 100644 --- a/config/printer-flashforge-creator-pro-2018.cfg +++ b/config/printer-flashforge-creator-pro-2018.cfg @@ -3,7 +3,7 @@ # the Atmel atmega2560. # Use the following command to flash the board: -# avrdude -c stk500v2 -p m2560 -P /dev/serial/by-id/usb-MakerBot_Industries_The_Replicator_557373136313514061A2-if00 -b 57600 -D -U out/klipper.elf.hex +# avrdude -c stk500v2 -p m2560 -P /dev/serial/by-id/usb-MakerBot_Industries_The_Replicator_557373136313514061A2-if00 -b 57600 -D -U out/kutter.elf.hex # See docs/Config_Reference.md for a description of parameters. diff --git a/config/printer-flsun-q5-2020.cfg b/config/printer-flsun-q5-2020.cfg index 59a44dca..c070cf7f 100644 --- a/config/printer-flsun-q5-2020.cfg +++ b/config/printer-flsun-q5-2020.cfg @@ -8,7 +8,7 @@ # Note that the "make flash" command does not work with MKS Robin # boards. After running "make", run the following command: -# ./scripts/update_mks_robin.py out/klipper.bin out/Robin_nano.bin +# ./scripts/update_mks_robin.py out/kutter.bin out/Robin_nano.bin # Copy the file out/Robin_nano.bin to an SD card and then restart the # printer with that SD card. diff --git a/config/printer-flsun-qqs-2020.cfg b/config/printer-flsun-qqs-2020.cfg index 8d885d08..afd1c1fc 100644 --- a/config/printer-flsun-qqs-2020.cfg +++ b/config/printer-flsun-qqs-2020.cfg @@ -8,11 +8,11 @@ # Note that the "make flash" command does not work with MKS Robin # boards. After running "make", run the following command: -# ./scripts/update_mks_robin.py out/klipper.bin out/Robin_mini.bin +# ./scripts/update_mks_robin.py out/kutter.bin out/Robin_mini.bin # Copy the file out/Robin_mini.bin to an SD card and then restart the # printer with that SD card. -# For more detailed instructions on how to set Klipper up for this printer, +# For more detailed instructions on how to set Kutter up for this printer, # follow this guide: https://github.com/CobraPi/Klipper-Firmware-FLSUN-QQ-S-Pro # See docs/Config_Reference.md for a description of parameters. diff --git a/config/printer-fokoos-odin5-f3-2021.cfg b/config/printer-fokoos-odin5-f3-2021.cfg index fc75d927..554a9cd1 100644 --- a/config/printer-fokoos-odin5-f3-2021.cfg +++ b/config/printer-fokoos-odin5-f3-2021.cfg @@ -1,7 +1,7 @@ # This file contains common configurations and pin mappings for the FOKOOS # Odin-5 F3, which uses the MKS Robin Nano v1.2 board. The printer's TFT -# touchscreen is not currently supported by Klipper, so the touchscreen will -# permanently display "Booting..." after the Klipper firmware is flashed; use +# touchscreen is not currently supported by Kutter, so the touchscreen will +# permanently display "Booting..." after the Kutter firmware is flashed; use # Fluidd, Mainsail, or OctoPrint etc. to control the printer. # To use this config, the firmware should be compiled for the STM32F103. When @@ -11,14 +11,14 @@ # Note that the "make flash" command does not work with MKS Robin # boards. After running "make", run the following command: -# ./scripts/update_mks_robin.py out/klipper.bin out/Robin_nano35.bin +# ./scripts/update_mks_robin.py out/kutter.bin out/Robin_nano35.bin # Copy the file out/Robin_nano35.bin to an SD card and then restart the # printer with that SD card. The firmware will automatically be flashed. # WARNING: The printer's Z endstop inductive sensor is not very accurate, so # stepper_z:position_endstop has been set to 0.0, for safety, below. This will # prevent the nozzle crashing into the bed when you first home Z. You must -# follow Klipper's instructions for manually calibrating the Z endstop offset +# follow Kutter's instructions for manually calibrating the Z endstop offset # before you print anything. Be sure to leave room for a margin of error when # you choose this parameter, i.e. choose a value 0.2-0.3mm smaller than the # output of the calibration. For example, you might find the actual Z endstop @@ -139,7 +139,7 @@ switch_pin: !PA4 # BLtouch. The correct wiring is to use the Robin Nano's BLtouch port for the # 3-wire connector (make sure you connect it the right way round) and the Z+ # endstop port for the 2-wire connector (use the innermost 2 pins, center is -# ground). Follow Klipper's instructions for installing and calibrating the +# ground). Follow Kutter's instructions for installing and calibrating the # BLtouch to set the correct x_offset, y_offset, and z_offset values below. # There are headers available for the BLtouch on the right hand side of the # toolhead, behind the fan cover. Check the connections carefully with a diff --git a/config/printer-geeetech-301-2019.cfg b/config/printer-geeetech-301-2019.cfg index 6889fae5..cb8c098a 100644 --- a/config/printer-geeetech-301-2019.cfg +++ b/config/printer-geeetech-301-2019.cfg @@ -6,7 +6,7 @@ # The "make flash" command does not work on the Geeetech 301. Instead, # after running "make", run the following command to flash the board: -# stm32flash -w out/klipper.bin -v -i rts,-dtr,dtr -b 115200 /dev/ttyUSB0 +# stm32flash -w out/kutter.bin -v -i rts,-dtr,dtr -b 115200 /dev/ttyUSB0 # See docs/Config_Reference.md for a description of parameters. diff --git a/config/printer-geeetech-A10T-A20T-2021.cfg b/config/printer-geeetech-A10T-A20T-2021.cfg index 7a2fb6ee..4e768d00 100644 --- a/config/printer-geeetech-A10T-A20T-2021.cfg +++ b/config/printer-geeetech-A10T-A20T-2021.cfg @@ -3,11 +3,11 @@ # For default Geeetech A10/A20 (1 extruder), # A10M/A20M (mixing 2 in 1 out), # A10T/A20T (mixing 3 in 1 out) printers -# Installation: https://www.klipper3d.org/Installation.html -# Always read for first start: https://www.klipper3d.org/Config_checks.html +# Installation: docs/Installation.md +# Always read for first start: docs/Config_checks.md [mcu] -# Might need to be changed: https://www.klipper3d.org/Installation.html +# Might need to be changed: docs/Installation.md serial: /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0 [printer] @@ -73,7 +73,7 @@ enable_pin: !PB6 dir_pin: PL5 step_pin: PL3 microsteps: 16 -rotation_distance: 8 # Needs to be optimized: https://www.klipper3d.org/Rotation_Distance.html#calibrating-rotation_distance-on-extruders +rotation_distance: 8 # Needs to be optimized: docs/Rotation_Distance.md nozzle_diameter: 0.4 filament_diameter: 1.750 heater_pin: PB4 @@ -83,7 +83,7 @@ min_temp: 0 max_temp: 250 max_extrude_only_distance: 200.0 # Parameters for stock hotend on A10M -# Please recalibrate according to https://www.klipper3d.org/Config_checks.html#calibrate-pid-settings +# Please recalibrate according to docs/Config_checks.md control: pid pid_kp: 54.722 pid_ki: 4.800 @@ -95,7 +95,7 @@ enable_pin: !PL1 dir_pin: PL2 step_pin: PL0 microsteps: 16 -rotation_distance: 8 # Needs to be optimized: https://www.klipper3d.org/Rotation_Distance.html#calibrating-rotation_distance-on-extruders +rotation_distance: 8 # Needs to be optimized: docs/Rotation_Distance.md [extruder_stepper extruder_2] extruder: @@ -103,7 +103,7 @@ enable_pin: !PG0 dir_pin: PL4 step_pin: PL6 microsteps: 16 -rotation_distance: 8 # Needs to be optimized: https://www.klipper3d.org/Rotation_Distance.html#calibrating-rotation_distance-on-extruders +rotation_distance: 8 # Needs to be optimized: docs/Rotation_Distance.md [heater_bed] heater_pin: PG5 @@ -112,7 +112,7 @@ sensor_pin: PK2 min_temp: 0 max_temp: 120 # Parameters for `SuperPlate` on A10M -# Please recalibrate according to https://www.klipper3d.org/Config_checks.html#calibrate-pid-settings +# Please recalibrate according to docs/Config_checks.md control: pid pid_kp: 70.936 pid_ki: 1.785 @@ -138,7 +138,7 @@ kick_start_time: 0.300 # for GT2560V4.1B with 12pin flat cable toward the display YHCB2004-06 ver3.0 -# the aip31068_spi driver was added to Klipper on 2024-12-02, commit aecb29d2 +# the aip31068_spi driver was added to Kutter on 2024-12-02, commit aecb29d2 [display] lcd_type: aip31068_spi latch_pin: PE3 diff --git a/config/printer-hiprecy-leo-2019.cfg b/config/printer-hiprecy-leo-2019.cfg index 5651916a..14860def 100644 --- a/config/printer-hiprecy-leo-2019.cfg +++ b/config/printer-hiprecy-leo-2019.cfg @@ -2,7 +2,7 @@ # The Self-levelling plate sensor is PINDA probe type ################################################################################ -# CAUTION: The Touchscreen is a DWIN T5UID1 and cannot be used with Klipper!!! # +# CAUTION: The Touchscreen is a DWIN T5UID1 and cannot be used with Kutter!!! # # You will lose all the display functionalities!!! # ################################################################################ @@ -49,7 +49,7 @@ step_pin: PA4 dir_pin: PA6 enable_pin: !PA2 microsteps: 16 -rotation_distance: 23.133 ### Based on default 415 steps/mm. See https://www.klipper3d.org/Rotation_Distance.html for fine tuning +rotation_distance: 23.133 ### Based on default 415 steps/mm. See docs/ for fine tuning gear_ratio: 50:17 nozzle_diameter: 0.400 filament_diameter: 1.750 diff --git a/config/printer-kingroon-kp3s-2020.cfg b/config/printer-kingroon-kp3s-2020.cfg index 99dd2f87..6c1d1da9 100644 --- a/config/printer-kingroon-kp3s-2020.cfg +++ b/config/printer-kingroon-kp3s-2020.cfg @@ -6,11 +6,11 @@ # USART3 PB11/PB10) communication. Also, select "Enable extra low-level # configuration options" and configure "GPIO pins to set at # micro-controller startup" to "!PC6,!PD13" to disable the LCD as it is not -# compatible with klipper +# compatible with kutter # Note that the "make flash" command does not work with MKS Robin # boards. After running "make", run the following command: -# ./scripts/update_mks_robin.py out/klipper.bin out/Robin_nano.bin +# ./scripts/update_mks_robin.py out/kutter.bin out/Robin_nano.bin # Copy the file out/Robin_nano.bin to an SD card and then restart the # printer with that SD card. diff --git a/config/printer-longer-lk4-pro-2019.cfg b/config/printer-longer-lk4-pro-2019.cfg index 2ef49cfb..6e00f9fb 100644 --- a/config/printer-longer-lk4-pro-2019.cfg +++ b/config/printer-longer-lk4-pro-2019.cfg @@ -111,4 +111,4 @@ max_accel: 3000 max_z_velocity: 5 max_z_accel: 100 -# Klipper doesn't able to working display at this time +# Kutter doesn't able to working display at this time diff --git a/config/printer-longer-lk4x-2022.cfg b/config/printer-longer-lk4x-2022.cfg index c5fb37d4..a4db81ed 100644 --- a/config/printer-longer-lk4x-2022.cfg +++ b/config/printer-longer-lk4x-2022.cfg @@ -3,7 +3,7 @@ # "make menuconfig" select the STM32F103 with a "32KiB bootloader" and # serial (on USART1 PA10/PA9) communication. -# Flash this firmware by copying "out/klipper.bin" to a SD card, +# Flash this firmware by copying "out/kutter.bin" to a SD card, # then rename it to "firmware.bin"and turning on the printer with # the card inserted. diff --git a/config/printer-lulzbot-taz6-dual-v3-2017.cfg b/config/printer-lulzbot-taz6-dual-v3-2017.cfg index f4b23fdb..add0aeae 100644 --- a/config/printer-lulzbot-taz6-dual-v3-2017.cfg +++ b/config/printer-lulzbot-taz6-dual-v3-2017.cfg @@ -194,7 +194,7 @@ horizontal_move_z: 5 [safe_z_home] #Needed to lift the Z to clear homing switch on bed -# ---> WARNING! - Z_MAX limit switch not monitored in Klipper! <--- +# ---> WARNING! - Z_MAX limit switch not monitored in Kutter! <--- # ---> This could potentially crash the toolhead if already at the top of Z travel! <--- home_xy_position: -19, 265 speed: 50.0 @@ -224,7 +224,7 @@ gcode: {% set MATERIAL_SOFTEN_TEMP_OFFSET = 35 %} {% set MATERIAL_WIPE_TEMP_OFFSET = 35 %} {% set MATERIAL_PROBE_TEMP_OFFSET = 35 %} - ;This profile is designed specifically for LulzBot TAZ6 3D Printer with the Yellowfin Dual running Klipper + ;This profile is designed specifically for LulzBot TAZ6 3D Printer with the Yellowfin Dual running Kutter M73 P0 ; clear GLCD progress bar M107 ; disable fans G90 ; absolute positioning diff --git a/config/printer-modix-big60-2020.cfg b/config/printer-modix-big60-2020.cfg index 2fc311cf..46c6817c 100644 --- a/config/printer-modix-big60-2020.cfg +++ b/config/printer-modix-big60-2020.cfg @@ -1,7 +1,7 @@ -# Klipper configuration for Modix Big60 w/ Duet 2 Wifi +# Kutter configuration for Modix Big60 w/ Duet 2 Wifi # Dual Volcano hotends, PT100 RTDs, BLtouch -# Klipper should be compiled for SAM4E8E for this printer. +# Kutter should be compiled for SAM4E8E for this printer. # See docs/Config_Reference.md for a description of parameters. @@ -9,7 +9,7 @@ # Printer configuration [mcu] -serial: /dev/serial/by-id/usb-Klipper_sam4e8e_1234567890-if00 +serial: /dev/serial/by-id/usb-Kutter_sam4e8e_1234567890-if00 [printer] kinematics: cartesian diff --git a/config/printer-monoprice-mini-delta-2017.cfg b/config/printer-monoprice-mini-delta-2017.cfg index b8cfc5e5..98af3039 100644 --- a/config/printer-monoprice-mini-delta-2017.cfg +++ b/config/printer-monoprice-mini-delta-2017.cfg @@ -12,7 +12,7 @@ # firmware instead. Follow this link for an example of the commands needed to # do this: https://github.com/arkorobotics/MiniDeltaBootloader # -# Note 2: Klipper does not currently support the LCD interface used on this +# Note 2: Kutter does not currently support the LCD interface used on this # printer. # # See docs/Config_Reference.md for a description of parameters. diff --git a/config/printer-monoprice-select-mini-v1-2016.cfg b/config/printer-monoprice-select-mini-v1-2016.cfg index 582f1f20..8757eb38 100644 --- a/config/printer-monoprice-select-mini-v1-2016.cfg +++ b/config/printer-monoprice-select-mini-v1-2016.cfg @@ -21,14 +21,14 @@ # PA8, PB1, PB11 in the GPIO pins deactivates the steppers until klippy # takes over. # -# Note 1: Prior to flashing klipper, if possible, make a copy of the default +# Note 1: Prior to flashing kutter, if possible, make a copy of the default # or current configuration values for the printer. Running an M503 command # will output these values. # -# Note 2: Klipper can be flashed by copying out/klipper.bin to the MPSMv1's +# Note 2: Kutter can be flashed by copying out/kutter.bin to the MPSMv1's # SDCard, renaming it to update.bin, and creating an empty file on the SD card # named fcupdate.flg. Insert the SDCard while the printer is off it on. After -# klipper is flashed, remove the SDCard and delete update.bin and fcupdate.flg +# kutter is flashed, remove the SDCard and delete update.bin and fcupdate.flg # to prevent the firmware from flashing on every subsequent power-on. # Returning to stock firmware without a programmer is possible as long as the # bootloader is not overwritten. @@ -37,7 +37,7 @@ # directions of the printer with M503 in the stock firmware and adjust the # dir_pins below accordingly. # -# Note 4: Klipper currently does not support the LCD-UI of this +# Note 4: Kutter currently does not support the LCD-UI of this # printer, which is connected via serial interface and controlled by an # esp8266 using a custom protocol. # diff --git a/config/printer-monoprice-select-mini-v2-2018.cfg b/config/printer-monoprice-select-mini-v2-2018.cfg index d285427f..2045190d 100644 --- a/config/printer-monoprice-select-mini-v2-2018.cfg +++ b/config/printer-monoprice-select-mini-v2-2018.cfg @@ -19,7 +19,7 @@ # # This will deactivate the steppers until klippy takes over. # -# Note 1: You can flash klipper by copying out/klipper.bin to the MPSMv2's +# Note 1: You can flash kutter by copying out/kutter.bin to the MPSMv2's # SDCard, inserting the SDCard while the printer is off and switching it on. # Returning to stock firmware without a programmer is possible, as long as you # do not overwrite the bootloader. @@ -28,7 +28,7 @@ # directions of your device with M503 in the stock firmware and adjust the # dir_pins below accordingly. # -# Note 3: Klipper currently does not support the LCD-UI of this +# Note 3: Kutter currently does not support the LCD-UI of this # printer, which is connected via serial interface and controlled by an # esp8266 using a custom protocol. But it is possible to use the original # rotary encoder & button with an extra display. An example of how to attach @@ -153,7 +153,7 @@ screw4: 98, 10 ###################################################################### #[mcu host] -#serial: /tmp/klipper_host_mcu +#serial: /tmp/kutter_host_mcu # #[display] #lcd_type: ssd1306 diff --git a/config/printer-prusa-mini-plus-2020.cfg b/config/printer-prusa-mini-plus-2020.cfg index e64a27ba..46d740ff 100644 --- a/config/printer-prusa-mini-plus-2020.cfg +++ b/config/printer-prusa-mini-plus-2020.cfg @@ -1,7 +1,7 @@ # This file contains common configurations and pin mappings for the Prusa # Mini+, which uses the Prusa Buddy board. The printer's LCD is not currently -# supported by Klipper, so the touchscreen will permanently display the -# bootloader screen after the Klipper firmware is flashed; use Fluidd, Mainsail, +# supported by Kutter, so the touchscreen will permanently display the +# bootloader screen after the Kutter firmware is flashed; use Fluidd, Mainsail, # or OctoPrint etc. to control the printer. # To use this config, the firmware should be compiled for the STM32F407. When @@ -14,12 +14,12 @@ # When flashing for the first time, you will need to break the "appendix" # on the Buddy board, then put the device into DFU mode by moving the jumper # on the 3-pin header (older boards) or shorting the 2-pin header (newer boards) -# and resetting, and finally use "make flash" to install Klipper. Once Klipper is +# and resetting, and finally use "make flash" to install Kutter. Once Kutter is # installed, you no longer need the jumper - just use "make flash" which will # automatically put the device into DFU mode. # Note that if you were previously running Prusa firmware, you must fully -# power cycle the board after flashing. Otherwise, Klipper will be unable to +# power cycle the board after flashing. Otherwise, Kutter will be unable to # communicate with the TMC2209s due to the abrupt change in the baud rate, # and will show this error: "Unable to read tmc uart register IFCNT". @@ -140,7 +140,7 @@ fan_speed: 0.5 # Part cooling fan. # The stock firmware uses control ranges of PWM 10-50%, RPM 500-5000. -# To match stock firmware, set the Klipper fan speed to 50%. This speed +# To match stock firmware, set the Kutter fan speed to 50%. This speed # can be safely increased to 100% for better part cooling. Measured speeds: # 50% PWM = 2500RPM (Prusa stock default speed) # 100% PWM = 5000RPM (better cooling, still quiet) @@ -173,7 +173,7 @@ switch_pin: ^PB4 pause_on_runout: True [mcu] -serial: /dev/serial/by-id/usb-Klipper_stm32f407xx_3100380013504E4E53353420-if00 +serial: /dev/serial/by-id/usb-Kutter_stm32f407xx_3100380013504E4E53353420-if00 restart_method: command [printer] diff --git a/config/printer-ratrig-v-minion-2021.cfg b/config/printer-ratrig-v-minion-2021.cfg index d50d6462..a4ee972e 100644 --- a/config/printer-ratrig-v-minion-2021.cfg +++ b/config/printer-ratrig-v-minion-2021.cfg @@ -7,7 +7,7 @@ # with a "32KiB bootloader", USB (on PA11/PA12) communication, and # a "12MHZ Crystal" # -# Flash this firmware on the MCU by copying "out/klipper.bin" to an SD +# Flash this firmware on the MCU by copying "out/kutter.bin" to an SD # card and turning the printer on with the card inserted. The firmware # filename must be named "firmware.bin" # diff --git a/config/printer-robo3d-r2-2017.cfg b/config/printer-robo3d-r2-2017.cfg index 89fe127b..f55d296f 100644 --- a/config/printer-robo3d-r2-2017.cfg +++ b/config/printer-robo3d-r2-2017.cfg @@ -139,7 +139,7 @@ serial: /dev/ttyACM0 # Uncomment the below if the host MCU is configured. #[mcu host] -#serial: /tmp/klipper_host_mcu +#serial: /tmp/kutter_host_mcu # # [filament_switch_sensor sensor0] # switch_pin: ^!host:gpio21 diff --git a/config/printer-sovol-sv05-2022.cfg b/config/printer-sovol-sv05-2022.cfg index 0ec03f84..d89693fe 100644 --- a/config/printer-sovol-sv05-2022.cfg +++ b/config/printer-sovol-sv05-2022.cfg @@ -5,7 +5,7 @@ # with a "28KiB bootloader" and serial (on USART1 PA10/PA9) # communication. # -# Flash this firmware by copying "out/klipper.bin" to a SD card and +# Flash this firmware by copying "out/kutter.bin" to a SD card and # turning on the printer with the card inserted. The firmware # filename must end in ".bin" and must not match the last filename # that was flashed. Might need a renaming if printer dosnt flash. diff --git a/config/printer-sovol-sv06-2022.cfg b/config/printer-sovol-sv06-2022.cfg index e9f179ee..1960b768 100644 --- a/config/printer-sovol-sv06-2022.cfg +++ b/config/printer-sovol-sv06-2022.cfg @@ -3,7 +3,7 @@ # STM32F103 with a "28KiB bootloader" and serial (on USART1 PA10/PA9) communication. # Also, since it is using the GD32F103, please select Disable SWD at startup # -# Flash this firmware by copying "out/klipper.bin" to a SD card and +# Flash this firmware by copying "out/kutter.bin" to a SD card and # turning on the printer with the card inserted. The firmware # filename must end in ".bin" and must not match the last filename # that was flashed. diff --git a/config/printer-sovol-sv06-plus-2023.cfg b/config/printer-sovol-sv06-plus-2023.cfg index 8c72192f..95d23b4d 100644 --- a/config/printer-sovol-sv06-plus-2023.cfg +++ b/config/printer-sovol-sv06-plus-2023.cfg @@ -3,12 +3,12 @@ # STM32F103 with a "28KiB bootloader" and serial (on USART1 PA10/PA9) communication. # Also, since it is using the GD32F103, please select Disable SWD at startup # -# Flash this firmware by copying "out/klipper.bin" to a SD card and +# Flash this firmware by copying "out/kutter.bin" to a SD card and # turning on the printer with the card inserted. The firmware # filename must end in ".bin" and must not match the last filename # that was flashed. # -# Note: The stock LCD display does not currently work with Klipper +# Note: The stock LCD display does not currently work with Kutter # # See docs/Config_Reference.md for a description of parameters. [mcu] diff --git a/config/printer-sunlu-t3-2022.cfg b/config/printer-sunlu-t3-2022.cfg index f9bf2624..3fb26242 100644 --- a/config/printer-sunlu-t3-2022.cfg +++ b/config/printer-sunlu-t3-2022.cfg @@ -7,7 +7,7 @@ # "GPIO pins to set at micro-controller startup" to "!PA14". # The "make flash" command does not work on the SUNLU Terminator T3 board. Instead, -# after running "make", copy the generated "out/klipper.bin" file to a +# after running "make", copy the generated "out/kutter.bin" file to a # file named "firmware.bin" on an SD card and then restart the board with that SD card. # See docs/Config_Reference.md for a description of parameters. @@ -20,7 +20,7 @@ [mcu] #obtain your MCU id using ls /dev/serial/by-path/* -serial: dev/serial/by-id/usb-Klipper_stm32f103xe_00000000000 +serial: dev/serial/by-id/usb-Kutter_stm32f103xe_00000000000 [printer] kinematics: cartesian diff --git a/config/printer-tronxy-crux1-2022.cfg b/config/printer-tronxy-crux1-2022.cfg index e3254d85..d31eae4f 100644 --- a/config/printer-tronxy-crux1-2022.cfg +++ b/config/printer-tronxy-crux1-2022.cfg @@ -1,4 +1,4 @@ -# Klipper configuration for the TronXY Crux1 printer +# Kutter configuration for the TronXY Crux1 printer # CXY-V10.1-220921 mainboard, GD32F4XX or STM32F446 MCU # # ======================= @@ -11,12 +11,12 @@ # Comms interface: Serial on USART1 PA10/PA9 # # Build the firmware with these options -# Rename the resulting klipper.bin into fmw_tronxy.bin +# Rename the resulting kutter.bin into fmw_tronxy.bin # Put the file into a directory called "update" on a FAT32 formatted SD card. # Turn off the printer, plug in the SD card and turn the printer back on # Flashing will start automatically and progress will be indicated on the LCD # Once the flashing is completed the display will get stuck on the white Tronxy logo bootscreen -# The LCD display will NOT work anymore after flashing Klipper onto this printer +# The LCD display will NOT work anymore after flashing Kutter onto this printer [mcu] serial: /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0 diff --git a/config/printer-tronxy-p802e-2020.cfg b/config/printer-tronxy-p802e-2020.cfg index 410c7666..e8a1f6e4 100644 --- a/config/printer-tronxy-p802e-2020.cfg +++ b/config/printer-tronxy-p802e-2020.cfg @@ -5,7 +5,7 @@ # Note that the "make flash" command does not work with Tronxy boards - # the boards are typically flashed with this command: -# avrdude -p atmega1284p -c arduino -b 57600 -P /dev/ttyUSB0 -U out/klipper.elf.hex +# avrdude -p atmega1284p -c arduino -b 57600 -P /dev/ttyUSB0 -U out/kutter.elf.hex # See docs/Config_Reference.md for a description of parameters. diff --git a/config/printer-tronxy-p802m-2020.cfg b/config/printer-tronxy-p802m-2020.cfg index 8828f7f0..a1365da7 100644 --- a/config/printer-tronxy-p802m-2020.cfg +++ b/config/printer-tronxy-p802m-2020.cfg @@ -5,7 +5,7 @@ # Note that the "make flash" command does not work with Tronxy boards - # the boards are typically flashed with this command: -# avrdude -p atmega1284p -c arduino -b 57600 -P /dev/ttyUSB0 -U out/klipper.elf.hex +# avrdude -p atmega1284p -c arduino -b 57600 -P /dev/ttyUSB0 -U out/kutter.elf.hex # See docs/Config_Reference.md for a description of parameters. diff --git a/config/printer-tronxy-x5s-2018.cfg b/config/printer-tronxy-x5s-2018.cfg index 148188ca..4420f137 100644 --- a/config/printer-tronxy-x5s-2018.cfg +++ b/config/printer-tronxy-x5s-2018.cfg @@ -4,10 +4,10 @@ # Note, a number of Melzi boards are shipped with a bootloader that # requires the following command to flash the board: -# avrdude -p atmega1284p -c arduino -b 57600 -P /dev/ttyUSB0 -U out/klipper.elf.hex +# avrdude -p atmega1284p -c arduino -b 57600 -P /dev/ttyUSB0 -U out/kutter.elf.hex # If the above command does not work and "make flash" does not work # then one may need to flash a bootloader to the board - see the -# Klipper docs/Bootloaders.md file for more information. +# Kutter docs/Bootloaders.md file for more information. # See docs/Config_Reference.md for a description of parameters. diff --git a/config/printer-tronxy-x5sa-pro-2020.cfg b/config/printer-tronxy-x5sa-pro-2020.cfg index 50bf2d1b..75f4def5 100644 --- a/config/printer-tronxy-x5sa-pro-2020.cfg +++ b/config/printer-tronxy-x5sa-pro-2020.cfg @@ -1,9 +1,9 @@ -# This is a Klipper configuration for TronXY X5SA Pro CoreXY Printer +# This is a Kutter configuration for TronXY X5SA Pro CoreXY Printer # 330x330x400 size with CXY-V6 motherboard, Tronxy blue self-levelling plate sensor # and stock Titan Extruder Clone. ########################################################### -# CAUTION: The Touchscreen cannot be used with Klipper!!! # +# CAUTION: The Touchscreen cannot be used with Kutter!!! # # You will lose all the display functionalities!!! # ########################################################### @@ -12,7 +12,7 @@ # at 0x8008800 (Chitu v6 Bootloader) and serial (on USART1 PA10/PA9) # communication. -# Use "./scripts/update_chitu.py ./out/klipper.bin ./out/update.cbd" +# Use "./scripts/update_chitu.py ./out/kutter.bin ./out/update.cbd" # after make to generate update.cbd. Put "update.cbd" file onto SD card, # and reboot the printer. # It will be automatically installed after you hear 2 beeps, diff --git a/config/printer-tronxy-x5sa-v6-2019.cfg b/config/printer-tronxy-x5sa-v6-2019.cfg index 424aa2cd..51e00e5d 100644 --- a/config/printer-tronxy-x5sa-v6-2019.cfg +++ b/config/printer-tronxy-x5sa-v6-2019.cfg @@ -1,4 +1,4 @@ -# This is a Klipper configuration for TronXY X5SA, with CXY-V6 +# This is a Kutter configuration for TronXY X5SA, with CXY-V6 # motherboard. # === FLASHING WITH STOCK BOOTLOADER === @@ -6,7 +6,7 @@ # at 0x8008800 (Chitu v6 Bootloader) and serial (on USART1 PA10/PA9) # communication. -# Use "./scripts/update_chitu.py ./out/klipper.bin ./out/update.cbd" +# Use "./scripts/update_chitu.py ./out/kutter.bin ./out/update.cbd" # after make to generate update.cbd. Put `update.cbd` onto SD card, # and reboot the printer. It will be automatically installed, and you # will be able to update it this way. diff --git a/config/printer-tronxy-x8-2018.cfg b/config/printer-tronxy-x8-2018.cfg index b261d2b0..7a6a9f4c 100644 --- a/config/printer-tronxy-x8-2018.cfg +++ b/config/printer-tronxy-x8-2018.cfg @@ -5,10 +5,10 @@ # Some Tronxy printers come without a bootloader present on the # board. In that case, use MCUDude MightyCore ATmega1284p bootloader # with TQFP44 Sanguino pinout. The package can be found at -# (https://github.com/MCUdude/MightyCore). Follow Klipper install +# (https://github.com/MCUdude/MightyCore). Follow Kutter install # instructions but instead of "make flash FLASH_DEVICE=/dev/ttyACM0", # use the following command: -# avrdude -p atmega1284p -c arduino -b 115200 -P /dev/ttyUSB0 -U out/klipper.elf.hex +# avrdude -p atmega1284p -c arduino -b 115200 -P /dev/ttyUSB0 -U out/kutter.elf.hex # See docs/Config_Reference.md for a description of parameters. diff --git a/config/printer-tronxy-xy-2-Pro-2020.cfg b/config/printer-tronxy-xy-2-Pro-2020.cfg index 247442a5..997fb8e6 100644 --- a/config/printer-tronxy-xy-2-Pro-2020.cfg +++ b/config/printer-tronxy-xy-2-Pro-2020.cfg @@ -1,4 +1,4 @@ -# This is a Klipper configuration for Tron XY-2 Pro, with +# This is a Kutter configuration for Tron XY-2 Pro, with # CXY-V6 motherboard. no-Titan, no-BMG. @@ -7,7 +7,7 @@ # at 0x8008800 (Chitu v6 Bootloader). Uncheck USB, and leave default # serial settings. # -# Use "./scripts/update_chitu.py ./out/klipper.bin ./out/update.cbd" after make to generate update.cbd. +# Use "./scripts/update_chitu.py ./out/kutter.bin ./out/update.cbd" after make to generate update.cbd. # Put `update.cbd` onto SD card, and reboot the printer. # It will be automatically installed, and you will be able to update it this way. diff --git a/config/printer-twotrees-sapphire-plus-sp-5-v1-2020.cfg b/config/printer-twotrees-sapphire-plus-sp-5-v1-2020.cfg index 02b39f92..3c6158d2 100644 --- a/config/printer-twotrees-sapphire-plus-sp-5-v1-2020.cfg +++ b/config/printer-twotrees-sapphire-plus-sp-5-v1-2020.cfg @@ -10,8 +10,8 @@ # INSTRUCTIONS FOR FLASHING, THE SCRIPT IS COMPULSORY OR IT WON'T WORK!!! # Note that the "make flash" command does not work with the Robin Nano! -# After running "make", run the following command in one row FROM THE KLIPPER FOLDER: -# ./scripts/update_mks_robin.py out/klipper.bin out/Robin_nano35.bin +# After running "make", run the following command in one row FROM THE KUTTER FOLDER: +# ./scripts/update_mks_robin.py out/kutter.bin out/Robin_nano35.bin # Copy the file out/Robin_nano35.bin (if you can't find the file the script was not executed) # to an SD card and then restart the printer with that SD card. # If you removed the LCD screen rename the file to "Robin_nano43.bin" for correct flashing. diff --git a/config/printer-twotrees-sapphire-plus-sp-5-v1.1-2021.cfg b/config/printer-twotrees-sapphire-plus-sp-5-v1.1-2021.cfg index 6c810e9c..09192dfd 100644 --- a/config/printer-twotrees-sapphire-plus-sp-5-v1.1-2021.cfg +++ b/config/printer-twotrees-sapphire-plus-sp-5-v1.1-2021.cfg @@ -10,8 +10,8 @@ # INSTRUCTIONS FOR FLASHING, THE SCRIPT IS COMPULSORY OR IT WON'T WORK!!! # Note that the "make flash" command does not work with the Robin Nano! -# After running "make", run the following command in one row FROM THE KLIPPER FOLDER: -# ./scripts/update_mks_robin.py out/klipper.bin out/Robin_nano35.bin +# After running "make", run the following command in one row FROM THE KUTTER FOLDER: +# ./scripts/update_mks_robin.py out/kutter.bin out/Robin_nano35.bin # Copy the file out/Robin_nano35.bin (if you can't find the file the script was not executed) # to an SD card and then restart the printer with that SD card. # If you removed the LCD screen rename the file to "Robin_nano43.bin" for correct flashing. diff --git a/config/printer-twotrees-sapphire-pro-sp-3-2020.cfg b/config/printer-twotrees-sapphire-pro-sp-3-2020.cfg index bacfcb8a..9de1c888 100644 --- a/config/printer-twotrees-sapphire-pro-sp-3-2020.cfg +++ b/config/printer-twotrees-sapphire-pro-sp-3-2020.cfg @@ -10,8 +10,8 @@ # INSTRUCTIONS FOR FLASHING, THE SCRIPT IS COMPULSORY OR IT WON'T WORK!!! # Note that the "make flash" command does not work with the Robin Nano! -# After running "make", run the following command in one row FROM THE KLIPPER FOLDER: -# ./scripts/update_mks_robin.py out/klipper.bin out/Robin_nano35.bin +# After running "make", run the following command in one row FROM THE KUTTER FOLDER: +# ./scripts/update_mks_robin.py out/kutter.bin out/Robin_nano35.bin # Copy the file out/Robin_nano35.bin (if you can't find the file the script was not executed) # to an SD card and then restart the printer with that SD card. # If you removed the LCD screen rename the file to "Robin_nano43.bin" for correct flashing. diff --git a/config/printer-wanhao-duplicator-i3-v2.1-2017.cfg b/config/printer-wanhao-duplicator-i3-v2.1-2017.cfg index 53d94ffe..6f831b25 100644 --- a/config/printer-wanhao-duplicator-i3-v2.1-2017.cfg +++ b/config/printer-wanhao-duplicator-i3-v2.1-2017.cfg @@ -7,27 +7,27 @@ # Note, a number of Melzi boards are shipped with a bootloader that # requires the following command to flash the board: -# avrdude -p atmega1284p -c arduino -b 57600 -P /dev/ttyUSB0 -U out/klipper.elf.hex +# avrdude -p atmega1284p -c arduino -b 57600 -P /dev/ttyUSB0 -U out/kutter.elf.hex # If the above command does not work and "make flash" does not work # then one may need to flash a bootloader to the board - see the -# Klipper docs/Bootloaders.md file for more information. +# Kutter docs/Bootloaders.md file for more information. # See docs/Config_Reference.md for a description of parameters. -# For best results with klipper and the Wanhao Duplicator i3, follow these +# For best results with Kutter and the Wanhao Duplicator i3, follow these # guidelines: # # - Locate the USB serial port for your printer in /dev/serial/by-id/ format. -# See https://www.klipper3d.org/FAQ.html#wheres-my-serial-port +# See docs/FAQ.md (Heading - Where's my serial port?) # It will be something like: # /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_ABCD1234-if00-port0 # -# - Configure klipper to compile firmware for the AVR atmega1284p +# - Configure kutter to compile firmware for the AVR atmega1284p # # - At this point, "make flash FLASH_DEVICE=..." should successfully # flash your printer board. Use the /dev/serial/by-id/ format for # FLASH_DEVICE to ensure consistent results. -# See https://www.klipper3d.org/FAQ.html#the-make-flash-command-doesnt-work +# See docs/FAQ.md (Heading - The "make flash" command doesn't work) # if you have problems. # # - Copy this sample file you are currently reading to ~/printer.cfg, @@ -42,9 +42,9 @@ # * [heater_bed] > PID parameters (pid_Kp, pid_Ki, pid_Kd) # # PID values from stock Wanhao firmware (Repetier) do not -# translate directly to klipper. You will need to run klipper's +# translate directly to kutter. You will need to run kutter's # PID autotune function for the extruder and bed. After getting the -# klipper firmware up and running, run the PID_CALIBRATE procedures +# kutter firmware up and running, run the PID_CALIBRATE procedures # by sending these commands via octoprint terminal (one per autotune): # # extruder: PID_CALIBRATE HEATER=extruder TARGET=<temp> @@ -79,11 +79,11 @@ # # - Issue the command "RESTART" via the Octoprint terminal tab (similar to # how you would send a manual gcode command, but send the word RESTART). -# This tells klipper to reload its config file and do an internal reset. +# This tells kutter to reload its config file and do an internal reset. # You should then see a status screen appear on the printer's LCD. # # - Be sure to follow these instructions before attempting any prints: -# https://www.klipper3d.org/Config_checks.html +# docs/Config_checks.html [stepper_x] step_pin: PD7 diff --git a/config/sample-bigtreetech-ebb-canbus-v1.0.cfg b/config/sample-bigtreetech-ebb-canbus-v1.0.cfg index 39097841..d1b49350 100644 --- a/config/sample-bigtreetech-ebb-canbus-v1.0.cfg +++ b/config/sample-bigtreetech-ebb-canbus-v1.0.cfg @@ -6,7 +6,7 @@ # See docs/Config_Reference.md for a description of parameters. [mcu EBBCan] -serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00 +serial: /dev/serial/by-id/usb-Kutter_Kutter_firmware_12345-if00 #canbus_uuid: 0e0d81e4210c [adxl345] diff --git a/config/sample-bigtreetech-ebb-canbus-v1.1.cfg b/config/sample-bigtreetech-ebb-canbus-v1.1.cfg index c84abf17..c990115f 100644 --- a/config/sample-bigtreetech-ebb-canbus-v1.1.cfg +++ b/config/sample-bigtreetech-ebb-canbus-v1.1.cfg @@ -6,7 +6,7 @@ # See docs/Config_Reference.md for a description of parameters. [mcu EBBCan] -serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00 +serial: /dev/serial/by-id/usb-Kutter_Kutter_firmware_12345-if00 #canbus_uuid: 0e0d81e4210c [adxl345] diff --git a/config/sample-bigtreetech-ebb-canbus-v1.2.cfg b/config/sample-bigtreetech-ebb-canbus-v1.2.cfg index 053b783c..00f886b5 100644 --- a/config/sample-bigtreetech-ebb-canbus-v1.2.cfg +++ b/config/sample-bigtreetech-ebb-canbus-v1.2.cfg @@ -6,7 +6,7 @@ # See docs/Config_Reference.md for a description of parameters. [mcu EBBCan] -serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00 +serial: /dev/serial/by-id/usb-Kutter_Kutter_firmware_12345-if00 #canbus_uuid: 0e0d81e4210c [adxl345] diff --git a/config/sample-bigtreetech-ebb-sb-canbus-v1.0.cfg b/config/sample-bigtreetech-ebb-sb-canbus-v1.0.cfg index 192d385e..d1cfab04 100644 --- a/config/sample-bigtreetech-ebb-sb-canbus-v1.0.cfg +++ b/config/sample-bigtreetech-ebb-sb-canbus-v1.0.cfg @@ -6,7 +6,7 @@ # See docs/Config_Reference.md for a description of parameters. [mcu EBBCan] -serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00 +serial: /dev/serial/by-id/usb-Kutter_Kutter_firmware_12345-if00 #canbus_uuid: 0e0d81e4210c [temperature_sensor EBB_NTC] diff --git a/config/sample-bigtreetech-hermit-crab-canbus.cfg b/config/sample-bigtreetech-hermit-crab-canbus.cfg index beec65b1..c7e5ff00 100644 --- a/config/sample-bigtreetech-hermit-crab-canbus.cfg +++ b/config/sample-bigtreetech-hermit-crab-canbus.cfg @@ -6,7 +6,7 @@ # See docs/Config_Reference.md for a description of parameters. [mcu HermitCrab] -serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00 +serial: /dev/serial/by-id/usb-Kutter_Kutter_firmware_12345-if00 #canbus_uuid: 0e0d81e4210c [adxl345] diff --git a/config/sample-huvud-v0.61.cfg b/config/sample-huvud-v0.61.cfg index 1a6c0ba0..c9153849 100644 --- a/config/sample-huvud-v0.61.cfg +++ b/config/sample-huvud-v0.61.cfg @@ -16,7 +16,7 @@ [mcu huvud] canbus_uuid: ac20f0bbda05 # Identify your canbus_uuid by running: -# ~/klippy-env/bin/python ~/klipper/scripts/canbus_query.py can0 +# scripts/canbus_query.py can0 [extruder] step_pin: huvud:PB3 diff --git a/config/sample-macros.cfg b/config/sample-macros.cfg index f5649d61..cb2c8f5a 100644 --- a/config/sample-macros.cfg +++ b/config/sample-macros.cfg @@ -1,4 +1,4 @@ -# This file provides examples of Klipper G-Code macros. The snippets +# This file provides examples of Kutter G-Code macros. The snippets # in this file may be copied into the main printer.cfg file and # customized. diff --git a/config/sample-mmu2s-diy.cfg b/config/sample-mmu2s-diy.cfg index 41fe669f..b6ac9194 100644 --- a/config/sample-mmu2s-diy.cfg +++ b/config/sample-mmu2s-diy.cfg @@ -14,7 +14,7 @@ # ######################################## [mcu mmboard] -serial: /dev/serial/by-id/usb-Klipper_stm32f103xe_33FFD8054E48363008771743-if00 +serial: /dev/serial/by-id/usb-Kutter_stm32f103xe_33FFD8054E48363008771743-if00 [respond] default_type: command diff --git a/config/sample-raspberry-pi.cfg b/config/sample-raspberry-pi.cfg index 77e5cdf8..e0aa01e5 100644 --- a/config/sample-raspberry-pi.cfg +++ b/config/sample-raspberry-pi.cfg @@ -8,7 +8,7 @@ # on non time-critical functions such as enclosure sensors, additional fan or # light sources [mcu host] -serial: /tmp/klipper_host_mcu +serial: /tmp/kutter_host_mcu # Example1: A led strip controlled by the GPIO20 on the RPi [output_pin caselight] |