From df39465534dc8d0056774baceab8a3ee2676904a Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Fri, 3 Jun 2022 11:43:34 -0400 Subject: config: Rename sample-huvud-v0.61.cfg Signed-off-by: Kevin O'Connor --- config/sample-huvud-v0.61.cfg | 58 +++++++++++++++++++++++++++++++++++++++++++ config/sample-huvud-v0_61.cfg | 58 ------------------------------------------- 2 files changed, 58 insertions(+), 58 deletions(-) create mode 100644 config/sample-huvud-v0.61.cfg delete mode 100644 config/sample-huvud-v0_61.cfg diff --git a/config/sample-huvud-v0.61.cfg b/config/sample-huvud-v0.61.cfg new file mode 100644 index 00000000..ac783189 --- /dev/null +++ b/config/sample-huvud-v0.61.cfg @@ -0,0 +1,58 @@ +# This file contains common pin mappings for the Huvud V0.61 by Bondus. +# https://github.com/bondus/Klipperhuvudboard +# To use this config, copy the contents into your main config file. + +# The huvud is not capable of running a printer on it's own. It +# needs to be paired with another board that will control other +# aspects of the printer. + +# The firmware should be compiled for the STM32F103 with a "2KiB +# bootloader" and a "8MHz crystal" clock reference. +# Select CAN bus (on PB8/PB9) or USB under communication interface. +# Flash by running make flash FLASH_DEVICE=1209:beba + +# See docs/Config_Reference.md for a description of parameters. + +[mcu huvud] +canbus_uuid: ac20f0bbda05 +# Identify your canbus_uuid by running: +# ~/klippy-env/bin/python ~/klipper/scripts/canbus_query.py can0 + +[extruder] +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 +sensor_type: NTC 100K MGB18-104F39050L32 +sensor_pin: huvud: PA0 +pullup_resistor: 2200 +min_temp: 0 +max_temp: 300 +control: pid +pid_kp: 26.213 +pid_ki: 1.304 +pid_kd: 131.721 + +[tmc2209 extruder] +uart_pin: huvud: PA10 +tx_pin: huvud: PA9 +run_current: 0.35 + +[probe] +pin: huvud: PB12 +z_offset: 0 + +[fan] +pin: huvud: PA8 + +[heater_fan extruder_fan] +pin: huvud: PA7 + +[adxl345] +cs_pin: PB1 + +[led huvud_led] +blue_pin: huvud: PC13 diff --git a/config/sample-huvud-v0_61.cfg b/config/sample-huvud-v0_61.cfg deleted file mode 100644 index ac783189..00000000 --- a/config/sample-huvud-v0_61.cfg +++ /dev/null @@ -1,58 +0,0 @@ -# This file contains common pin mappings for the Huvud V0.61 by Bondus. -# https://github.com/bondus/Klipperhuvudboard -# To use this config, copy the contents into your main config file. - -# The huvud is not capable of running a printer on it's own. It -# needs to be paired with another board that will control other -# aspects of the printer. - -# The firmware should be compiled for the STM32F103 with a "2KiB -# bootloader" and a "8MHz crystal" clock reference. -# Select CAN bus (on PB8/PB9) or USB under communication interface. -# Flash by running make flash FLASH_DEVICE=1209:beba - -# See docs/Config_Reference.md for a description of parameters. - -[mcu huvud] -canbus_uuid: ac20f0bbda05 -# Identify your canbus_uuid by running: -# ~/klippy-env/bin/python ~/klipper/scripts/canbus_query.py can0 - -[extruder] -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 -sensor_type: NTC 100K MGB18-104F39050L32 -sensor_pin: huvud: PA0 -pullup_resistor: 2200 -min_temp: 0 -max_temp: 300 -control: pid -pid_kp: 26.213 -pid_ki: 1.304 -pid_kd: 131.721 - -[tmc2209 extruder] -uart_pin: huvud: PA10 -tx_pin: huvud: PA9 -run_current: 0.35 - -[probe] -pin: huvud: PB12 -z_offset: 0 - -[fan] -pin: huvud: PA8 - -[heater_fan extruder_fan] -pin: huvud: PA7 - -[adxl345] -cs_pin: PB1 - -[led huvud_led] -blue_pin: huvud: PC13 -- cgit v1.2.3-70-g09d2