# This file contains common pin mappings for the BIGTREETECH SKR mini# E3 v2.0. To use this config, the firmware should be compiled for the# STM32F103 with a "28KiB bootloader" and USB communication. Also,# select "Enable extra low-level configuration options" and configure# "GPIO pins to set at micro-controller startup" to "!PA14".# The "make flash" command does not work on the SKR mini E3. Instead,# after running "make", copy the generated "out/klipper.bin" file to a# file named "firmware.bin" on an SD card and then restart the SKR# mini E3 with that SD card.# See docs/Config_Reference.md for a description of parameters.[stepper_x]step_pin:PB13dir_pin:!PB12enable_pin:!PB14microsteps:16rotation_distance:40endstop_pin:^PC0position_endstop:0position_max:235homing_speed:50[tmc2209 stepper_x]uart_pin:PC11tx_pin:PC10uart_address:0run_current:0.580stealthchop_threshold:999999[stepper_y]step_pin:PB10dir_pin:!PB2enable_pin:!PB11microsteps:16rotation_distance:40endstop_pin:^PC1position_endstop:0position_max:235homing_speed:50[tmc2209 stepper_y]uart_pin:PC11tx_pin:PC10uart_address:2run_current:0.580stealthchop_threshold:999999[stepper_z]step_pin:PB0dir_pin:PC5enable_pin:!PB1microsteps:16rotation_distance:8endstop_pin:^PC2position_endstop:0.0position_max:250[tmc2209 stepper_z]uart_pin:PC11tx_pin:PC10uart_address:1run_current:0.580stealthchop_threshold:999999[extruder]step_pin:PB3dir_pin:!PB4enable_pin:!PD2microsteps:16rotation_distance:33.500nozzle_diameter:0.400filament_diameter:1.750heater_pin:PC8sensor_type:EPCOS 100K B57560G104Fsensor_pin:PA0control:pidpid_Kp:21.527pid_Ki:1.063pid_Kd:108.982min_temp:0max_temp:250[tmc2209 extruder]uart_pin:PC11tx_pin:PC10uart_address:3run_current:0.650stealthchop_threshold:999999[heater_bed]heater_pin:PC9sensor_type:ATC Semitec 104GT-2sensor_pin:PC3control:pidpid_Kp:54.027pid_Ki:0.770pid_Kd:948.182min_temp:0max_temp:130[heater_fan heatbreak_cooling_fan]pin:PC7[fan]pin:PC6[mcu]serial:/dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00[printer]kinematics:cartesianmax_velocity:300max_accel:3000max_z_velocity:5max_z_accel:100[static_digital_output usb_pullup_enable]pins:!PA14[board_pins]aliases:# EXP1 headerEXP1_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># See the sample-lcd.cfg file for definitions of common LCD displays.
# This file contains common pin mappings for the BIGTREETECH SKR mini# E3 v2.0. To use this config, the firmware should be compiled for the# STM32F103 with a "28KiB bootloader" and USB communication. Also,# select "Enable extra low-level configuration options" and configure# "GPIO pins to set at micro-controller startup" to "!PA14".# The "make flash" command does not work on the SKR mini E3. Instead,# after running "make", copy the generated "out/klipper.bin" file to a# file named "firmware.bin" on an SD card and then restart the SKR# mini E3 with that SD card.# See docs/Config_Reference.md for a description of parameters.[stepper_x]step_pin:PB13dir_pin:!PB12enable_pin:!PB14microsteps:16rotation_distance:40endstop_pin:^PC0position_endstop:0position_max:235homing_speed:50[tmc2209 stepper_x]uart_pin:PC11tx_pin:PC10uart_address:0run_current:0.580stealthchop_threshold:999999[stepper_y]step_pin:PB10dir_pin:!PB2enable_pin:!PB11microsteps:16rotation_distance:40endstop_pin:^PC1position_endstop:0position_max:235homing_speed:50[tmc2209 stepper_y]uart_pin:PC11tx_pin:PC10uart_address:2run_current:0.580stealthchop_threshold:999999[stepper_z]step_pin:PB0dir_pin:PC5enable_pin:!PB1microsteps:16rotation_distance:8endstop_pin:^PC2position_endstop:0.0position_max:250[tmc2209 stepper_z]uart_pin:PC11tx_pin:PC10uart_address:1run_current:0.580stealthchop_threshold:999999[extruder]step_pin:PB3dir_pin:!PB4enable_pin:!PD2microsteps:16rotation_distance:33.500nozzle_diameter:0.400filament_diameter:1.750heater_pin:PC8sensor_type:EPCOS 100K B57560G104Fsensor_pin:PA0control:pidpid_Kp:21.527pid_Ki:1.063pid_Kd:108.982min_temp:0max_temp:250[tmc2209 extruder]uart_pin:PC11tx_pin:PC10uart_address:3run_current:0.650stealthchop_threshold:999999[mcu]serial:/dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00[static_digital_output usb_pullup_enable]pins:!PA14[board_pins]mcu:3msaliases:# EXP1 headerEXP1_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>
Stepper Configuration
Note
In the following examples, the Z stepper is not included. When creating a 3MS configuration, you can (and probably will) use the Z steppers.
Change any stepper sections to an extruder_stepper named 3ms0, 3ms1, 3ms2, etc. Example:
# This file contains common pin mappings for the BIGTREETECH SKR mini# E3 v2.0. To use this config, the firmware should be compiled for the# STM32F103 with a "28KiB bootloader" and USB communication. Also,# select "Enable extra low-level configuration options" and configure# "GPIO pins to set at micro-controller startup" to "!PA14".# The "make flash" command does not work on the SKR mini E3. Instead,# after running "make", copy the generated "out/klipper.bin" file to a# file named "firmware.bin" on an SD card and then restart the SKR# mini E3 with that SD card.# See docs/Config_Reference.md for a description of parameters.[stepper_x]step_pin:PB13dir_pin:!PB12enable_pin:!PB14microsteps:16rotation_distance:40endstop_pin:^PC0position_endstop:0position_max:235homing_speed:50[tmc2209 stepper_x]uart_pin:PC11tx_pin:PC10uart_address:0run_current:0.580stealthchop_threshold:999999[stepper_y]step_pin:PB10dir_pin:!PB2enable_pin:!PB11microsteps:16rotation_distance:40endstop_pin:^PC1position_endstop:0position_max:235homing_speed:50[tmc2209 stepper_y]uart_pin:PC11tx_pin:PC10uart_address:2run_current:0.580stealthchop_threshold:999999[stepper_z]step_pin:PB0dir_pin:PC5enable_pin:!PB1microsteps:16rotation_distance:8endstop_pin:^PC2position_endstop:0.0position_max:250[tmc2209 stepper_z]uart_pin:PC11tx_pin:PC10uart_address:1run_current:0.580stealthchop_threshold:999999[extruder]step_pin:PB3dir_pin:!PB4enable_pin:!PD2microsteps:16rotation_distance:33.500nozzle_diameter:0.400filament_diameter:1.750heater_pin:PC8sensor_type:EPCOS 100K B57560G104Fsensor_pin:PA0control:pidpid_Kp:21.527pid_Ki:1.063pid_Kd:108.982min_temp:0max_temp:250[tmc2209 extruder]uart_pin:PC11tx_pin:PC10uart_address:3run_current:0.650stealthchop_threshold:999999[mcu]serial:/dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00[static_digital_output usb_pullup_enable]pins:!PA14[board_pins]mcu:3msaliases:# EXP1 headerEXP1_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>
# This file contains common pin mappings for the BIGTREETECH SKR mini# E3 v2.0. To use this config, the firmware should be compiled for the# STM32F103 with a "28KiB bootloader" and USB communication. Also,# select "Enable extra low-level configuration options" and configure# "GPIO pins to set at micro-controller startup" to "!PA14".# The "make flash" command does not work on the SKR mini E3. Instead,# after running "make", copy the generated "out/klipper.bin" file to a# file named "firmware.bin" on an SD card and then restart the SKR# mini E3 with that SD card.# See docs/Config_Reference.md for a description of parameters.[extruder_stepper 3ms0]step_pin:PB13dir_pin:!PB12enable_pin:!PB14microsteps:16rotation_distance:40endstop_pin:^PC0position_endstop:0position_max:235homing_speed:50[tmc2209 extruder_stepper 3ms0]uart_pin:PC11tx_pin:PC10uart_address:0run_current:0.580stealthchop_threshold:999999[extruder_stepper 3ms1]step_pin:PB10dir_pin:!PB2enable_pin:!PB11microsteps:16rotation_distance:40endstop_pin:^PC1position_endstop:0position_max:235homing_speed:50[tmc2209 extruder_stepper 3ms1]uart_pin:PC11tx_pin:PC10uart_address:2run_current:0.580stealthchop_threshold:999999[extruder_stepper 3ms2]step_pin:PB0dir_pin:PC5enable_pin:!PB1microsteps:16rotation_distance:8endstop_pin:^PC2position_endstop:0.0position_max:250[tmc2209 extruder_stepper 3ms2]uart_pin:PC11tx_pin:PC10uart_address:1run_current:0.580stealthchop_threshold:999999[extruder_stepper 3ms3]step_pin:PB3dir_pin:!PB4enable_pin:!PD2microsteps:16rotation_distance:33.500[tmc2209 extruder_stepper 3ms3]uart_pin:PC11tx_pin:PC10uart_address:3run_current:0.650stealthchop_threshold:999999[mcu]serial:/dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00[static_digital_output usb_pullup_enable]pins:!PA14[board_pins]mcu:3msaliases:# EXP1 headerEXP1_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>
Final Important Details
Remove all homing/endstop-related parameters from the stepper configuration sections. Example:
# This file contains common pin mappings for the BIGTREETECH SKR mini# E3 v2.0. To use this config, the firmware should be compiled for the# STM32F103 with a "28KiB bootloader" and USB communication. Also,# select "Enable extra low-level configuration options" and configure# "GPIO pins to set at micro-controller startup" to "!PA14".# The "make flash" command does not work on the SKR mini E3. Instead,# after running "make", copy the generated "out/klipper.bin" file to a# file named "firmware.bin" on an SD card and then restart the SKR# mini E3 with that SD card.# See docs/Config_Reference.md for a description of parameters.[extruder_stepper 3ms0]step_pin:PB13dir_pin:!PB12enable_pin:!PB14microsteps:16rotation_distance:40endstop_pin:^PC0position_endstop:0position_max:235homing_speed:50[tmc2209 extruder_stepper 3ms0]uart_pin:PC11tx_pin:PC10uart_address:0run_current:0.580stealthchop_threshold:999999[extruder_stepper 3ms1]step_pin:PB10dir_pin:!PB2enable_pin:!PB11microsteps:16rotation_distance:40endstop_pin:^PC1position_endstop:0position_max:235homing_speed:50[tmc2209 extruder_stepper 3ms1]uart_pin:PC11tx_pin:PC10uart_address:2run_current:0.580stealthchop_threshold:999999[extruder_stepper 3ms2]step_pin:PB0dir_pin:PC5enable_pin:!PB1microsteps:16rotation_distance:8endstop_pin:^PC2position_endstop:0.0position_max:250[tmc2209 extruder_stepper 3ms2]uart_pin:PC11tx_pin:PC10uart_address:1run_current:0.580stealthchop_threshold:999999[extruder_stepper 3ms3]step_pin:PB3dir_pin:!PB4enable_pin:!PD2microsteps:16rotation_distance:33.500nozzle_diameter:0.400filament_diameter:1.750[tmc2209 extruder_stepper 3ms3]uart_pin:PC11tx_pin:PC10uart_address:3run_current:0.650stealthchop_threshold:999999[mcu]serial:/dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00[static_digital_output usb_pullup_enable]pins:!PA14[board_pins]mcu:3msaliases:# EXP1 headerEXP1_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>
# This file contains common pin mappings for the BIGTREETECH SKR mini# E3 v2.0. To use this config, the firmware should be compiled for the# STM32F103 with a "28KiB bootloader" and USB communication. Also,# select "Enable extra low-level configuration options" and configure# "GPIO pins to set at micro-controller startup" to "!PA14".# The "make flash" command does not work on the SKR mini E3. Instead,# after running "make", copy the generated "out/klipper.bin" file to a# file named "firmware.bin" on an SD card and then restart the SKR# mini E3 with that SD card.# See docs/Config_Reference.md for a description of parameters.[extruder_stepper 3ms0]extruder:extruderstep_pin:3ms: PB13dir_pin:!3ms: PB12enable_pin:!3ms: PB14microsteps:16rotation_distance:40[tmc2209 extruder_stepper 3ms0]uart_pin:3ms: PC11tx_pin:3ms: PC10uart_address:0run_current:0.580stealthchop_threshold:999999[extruder_stepper 3ms1]extruder:extruderstep_pin:3ms: PB10dir_pin:!3ms: PB2enable_pin:!3ms: PB11microsteps:16rotation_distance:40[tmc2209 extruder_stepper 3ms1]uart_pin:3ms: PC11tx_pin:3ms: PC10uart_address:2run_current:0.580stealthchop_threshold:999999[extruder_stepper 3ms2]extruder:extruderstep_pin:3ms: PB0dir_pin:3ms: PC5enable_pin:!3ms: PB1microsteps:16rotation_distance:8[tmc2209 extruder_stepper 3ms2]uart_pin:3ms: PC11tx_pin:3ms: PC10uart_address:1run_current:0.580stealthchop_threshold:999999[extruder_stepper 3ms3]extruder:extruderstep_pin:3ms: PB3dir_pin:!3ms: PB4enable_pin:!3ms: PD2microsteps:16rotation_distance:33.500[tmc2209 extruder_stepper 3ms3]uart_pin:3ms: PC11tx_pin:3ms: PC10uart_address:3run_current:0.650stealthchop_threshold:999999[mcu]serial:/dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00[static_digital_output usb_pullup_enable]pins:!PA14[board_pins]mcu:3msaliases:# EXP1 headerEXP1_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>