Created
March 14, 2021 08:19
-
-
Save rugyoga/5d6dc01e9c62e611f8c26c8df737d221 to your computer and use it in GitHub Desktop.
Klipper config for SKR Mini v2 running on Ender 6 by Guy Argo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[stepper_x] | |
step_pin: PB13 | |
dir_pin: !PB12 | |
enable_pin: !PB14 | |
microsteps: 16 | |
rotation_distance: 40 | |
endstop_pin: ^PC0 | |
position_endstop: 0 | |
position_min: 0 | |
position_max: 268 | |
homing_speed: 100 | |
[tmc2209 stepper_x] | |
uart_pin: PC11 | |
tx_pin: PC10 | |
uart_address: 0 | |
run_current: 0.580 | |
hold_current: 0.400 | |
stealthchop_threshold: 250 | |
[stepper_y] | |
step_pin: PB10 | |
dir_pin: PB2 | |
enable_pin: !PB11 | |
microsteps: 16 | |
rotation_distance: 40 | |
endstop_pin: ^PC1 | |
position_endstop: 268 | |
position_min: 0 | |
position_max: 268 | |
homing_speed: 100 | |
[tmc2209 stepper_y] | |
uart_pin: PC11 | |
tx_pin: PC10 | |
uart_address: 2 | |
run_current: 0.580 | |
hold_current: 0.400 | |
stealthchop_threshold: 250 | |
[stepper_z] | |
step_pin: PB0 | |
dir_pin: !PC5 | |
enable_pin: !PB1 | |
microsteps: 16 | |
rotation_distance: 8 | |
endstop_pin: ^PC2 | |
position_endstop: 0.0 | |
position_max: 400 | |
[tmc2209 stepper_z] | |
uart_pin: PC11 | |
tx_pin: PC10 | |
uart_address: 1 | |
run_current: 0.700 | |
hold_current: 0.400 | |
stealthchop_threshold: 50 | |
[extruder] | |
step_pin: PB3 | |
dir_pin: !PB4 | |
enable_pin: !PD2 | |
microsteps: 16 | |
rotation_distance: 33.500 | |
nozzle_diameter: 0.400 | |
filament_diameter: 1.750 | |
heater_pin: PC8 | |
sensor_type: EPCOS 100K B57560G104F | |
sensor_pin: PA0 | |
control: pid | |
pid_Kp: 21.527 | |
pid_Ki: 1.063 | |
pid_Kd: 108.982 | |
min_temp: 0 | |
max_temp: 315 | |
[tmc2209 extruder] | |
uart_pin: PC11 | |
tx_pin: PC10 | |
uart_address: 3 | |
run_current: 0.520 | |
hold_current: 0.300 | |
stealthchop_threshold: 50 | |
[heater_bed] | |
heater_pin: PC9 | |
sensor_type: EPCOS 100K B57560G104F | |
sensor_pin: PC3 | |
#control: pid | |
#pid_Kp: 67.524 | |
#pid_Ki: 0.786 | |
#pid_Kd: 1450.924 | |
min_temp: 0 | |
max_temp: 130 | |
[heater_fan nozzle_cooling_fan] | |
pin: PC7 | |
[fan] | |
pin: PC6 | |
[mcu] | |
serial: /dev/ttyACM0 | |
[printer] | |
kinematics: corexy | |
max_velocity: 500 | |
max_accel: 2000 | |
max_z_velocity: 10 | |
max_z_accel: 100 | |
[static_digital_output usb_pullup_enable] | |
pins: !PA14 | |
[board_pins] | |
aliases: | |
# EXP1 header | |
EXP1_1=PB5, EXP1_3=PA9, EXP1_5=PA10, EXP1_7=PB8, EXP1_9=<GND>, | |
EXP1_2=PA15, EXP1_4=<RST>, EXP1_6=PB9, EXP1_8=PB15, EXP1_10=<5V> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment