diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2022-06-03 11:43:34 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2022-06-03 11:43:34 -0400 |
commit | df39465534dc8d0056774baceab8a3ee2676904a (patch) | |
tree | 8733aabff9486a3ec81f6dbcbef74d616a25f09c /config/sample-huvud-v0.61.cfg | |
parent | 79d6b37ac9752f5b06e59cc7cf11c77e4f98f9bd (diff) | |
download | kutter-df39465534dc8d0056774baceab8a3ee2676904a.tar.gz kutter-df39465534dc8d0056774baceab8a3ee2676904a.tar.xz kutter-df39465534dc8d0056774baceab8a3ee2676904a.zip |
config: Rename sample-huvud-v0.61.cfg
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 | 58 |
1 files changed, 58 insertions, 0 deletions
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 |