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/printer-fokoos-odin5-f3-2021.cfg | |
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/printer-fokoos-odin5-f3-2021.cfg')
-rw-r--r-- | config/printer-fokoos-odin5-f3-2021.cfg | 10 |
1 files changed, 5 insertions, 5 deletions
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 |