diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2023-02-03 15:50:17 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2023-02-03 15:50:17 -0500 |
commit | d479366242cadc43775f74e0772c9c961c597ec4 (patch) | |
tree | cf9520051f15506298ebde5c5ef507d92b7f3b77 /config/sample-huvud-v0.61.cfg | |
parent | f250bdfd8a86f7d440b7efcc706706ad7fe42e4b (diff) | |
download | kutter-d479366242cadc43775f74e0772c9c961c597ec4.tar.gz kutter-d479366242cadc43775f74e0772c9c961c597ec4.tar.xz kutter-d479366242cadc43775f74e0772c9c961c597ec4.zip |
config: Avoid spaces between mcu name and pin name
Prefer "option: mcu:pin" instead of "option: mcu: pin".
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/sample-huvud-v0.61.cfg')
-rw-r--r-- | config/sample-huvud-v0.61.cfg | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/config/sample-huvud-v0.61.cfg b/config/sample-huvud-v0.61.cfg index ac783189..1a6c0ba0 100644 --- a/config/sample-huvud-v0.61.cfg +++ b/config/sample-huvud-v0.61.cfg @@ -19,15 +19,15 @@ canbus_uuid: ac20f0bbda05 # ~/klippy-env/bin/python ~/klipper/scripts/canbus_query.py can0 [extruder] -step_pin: huvud: PB3 -dir_pin: huvud: PB4 -enable_pin: !huvud: PB5 +step_pin: huvud:PB3 +dir_pin: huvud:PB4 +enable_pin: !huvud:PB5 rotation_distance: 22.52453125 nozzle_diameter: 0.400 filament_diameter: 1.75 -heater_pin: huvud: PA6 +heater_pin: huvud:PA6 sensor_type: NTC 100K MGB18-104F39050L32 -sensor_pin: huvud: PA0 +sensor_pin: huvud:PA0 pullup_resistor: 2200 min_temp: 0 max_temp: 300 @@ -37,22 +37,22 @@ pid_ki: 1.304 pid_kd: 131.721 [tmc2209 extruder] -uart_pin: huvud: PA10 -tx_pin: huvud: PA9 +uart_pin: huvud:PA10 +tx_pin: huvud:PA9 run_current: 0.35 [probe] -pin: huvud: PB12 +pin: huvud:PB12 z_offset: 0 [fan] -pin: huvud: PA8 +pin: huvud:PA8 [heater_fan extruder_fan] -pin: huvud: PA7 +pin: huvud:PA7 [adxl345] cs_pin: PB1 [led huvud_led] -blue_pin: huvud: PC13 +blue_pin: huvud:PC13 |