diff options
author | Derek Kaser <derek.kaser@gmail.com> | 2024-03-04 12:15:25 -0500 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2024-03-04 17:39:09 -0500 |
commit | 31de734d193dca3395803f7bd146476688547ebe (patch) | |
tree | 2b5955f77cbed1201a6918d325c0cbe3d55e8b25 | |
parent | b98375b360b45a92b2281005877ed7255d080a0c (diff) | |
download | kutter-31de734d193dca3395803f7bd146476688547ebe.tar.gz kutter-31de734d193dca3395803f7bd146476688547ebe.tar.xz kutter-31de734d193dca3395803f7bd146476688547ebe.zip |
config: update Kobra Plus build instructions and fan settings
Signed-off-by: Derek Kaser <derek.kaser@gmail.com>
-rw-r--r-- | config/printer-anycubic-kobra-plus-2022.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/printer-anycubic-kobra-plus-2022.cfg b/config/printer-anycubic-kobra-plus-2022.cfg index 96099797..3f71caab 100644 --- a/config/printer-anycubic-kobra-plus-2022.cfg +++ b/config/printer-anycubic-kobra-plus-2022.cfg @@ -14,6 +14,7 @@ # To build the firmware, use the following configuration: # - Micro-controller: Huada Semiconductor HC32F460 # - Communication interface: Serial (PA3 & PA2) - Anycube +# - Clock Speed: 200 MHz # # Installation: # 1. Rename the klipper bin to `firmware.bin` and copy it to an SD Card. @@ -144,10 +145,9 @@ max_temp: 120 pause_on_runout: True switch_pin: !PC13 -[heater_fan controller_fan] +[controller_fan controller_fan] pin: PA14 heater: heater_bed -heater_temp: 45.0 [heater_fan hotend_fan] pin: PA13 |