aboutsummaryrefslogtreecommitdiffstats
path: root/config/generic-bigtreetech-skr-pico-v1.0.cfg
diff options
context:
space:
mode:
authorBigTreeTech <38851044+bigtreetech@users.noreply.github.com>2021-12-28 01:28:21 +0800
committerGitHub <noreply@github.com>2021-12-27 12:28:21 -0500
commitaa2ede4a8cd035f21a92e741bc0648bdf88c817c (patch)
tree2e78e2b97704b9b5cd10f85e9b0d44e95397a161 /config/generic-bigtreetech-skr-pico-v1.0.cfg
parent4d3198d44d76698f1728f48c805a1b8eda2952a7 (diff)
downloadkutter-aa2ede4a8cd035f21a92e741bc0648bdf88c817c.tar.gz
kutter-aa2ede4a8cd035f21a92e741bc0648bdf88c817c.tar.xz
kutter-aa2ede4a8cd035f21a92e741bc0648bdf88c817c.zip
config: Add BigTreeTech SKR Pico V1.0 board (#5022)
Signed-off-by: Alan.Ma from BigTreeTech <tech@biqu3d.com>
Diffstat (limited to 'config/generic-bigtreetech-skr-pico-v1.0.cfg')
-rw-r--r--config/generic-bigtreetech-skr-pico-v1.0.cfg132
1 files changed, 132 insertions, 0 deletions
diff --git a/config/generic-bigtreetech-skr-pico-v1.0.cfg b/config/generic-bigtreetech-skr-pico-v1.0.cfg
new file mode 100644
index 00000000..5130d283
--- /dev/null
+++ b/config/generic-bigtreetech-skr-pico-v1.0.cfg
@@ -0,0 +1,132 @@
+# This file contains common pin mappings for the BIGTREETECH SKR Pico V1.0
+# To use this config, the firmware should be compiled for the
+# RP2040 and USB / UART communication.
+
+# The "make flash" command does not work on the SKR Pico V1.0. Instead,
+# after running "make", copy the generated "out/klipper.uf2" file
+# to the mass storage device in RP2040 boot mode
+
+# See docs/Config_Reference.md for a description of parameters.
+
+[stepper_x]
+step_pin: gpio11
+dir_pin: !gpio10
+enable_pin: !gpio12
+microsteps: 16
+rotation_distance: 40
+endstop_pin: ^gpio4
+position_endstop: 0
+position_max: 235
+homing_speed: 50
+
+[tmc2209 stepper_x]
+uart_pin: gpio9
+tx_pin: gpio8
+uart_address: 0
+run_current: 0.580
+stealthchop_threshold: 999999
+
+[stepper_y]
+step_pin: gpio6
+dir_pin: !gpio5
+enable_pin: !gpio7
+microsteps: 16
+rotation_distance: 40
+endstop_pin: ^gpio3
+position_endstop: 0
+position_max: 235
+homing_speed: 50
+
+[tmc2209 stepper_y]
+uart_pin: gpio9
+tx_pin: gpio8
+uart_address: 2
+run_current: 0.580
+stealthchop_threshold: 999999
+
+[stepper_z]
+step_pin: gpio19
+dir_pin: gpio28
+enable_pin: !gpio2
+microsteps: 16
+rotation_distance: 8
+endstop_pin: ^gpio25
+position_endstop: 0.0
+position_max: 250
+
+[tmc2209 stepper_z]
+uart_pin: gpio9
+tx_pin: gpio8
+uart_address: 1
+run_current: 0.580
+stealthchop_threshold: 999999
+
+[extruder]
+step_pin: gpio14
+dir_pin: !gpio13
+enable_pin: !gpio15
+microsteps: 16
+rotation_distance: 33.500
+nozzle_diameter: 0.400
+filament_diameter: 1.750
+heater_pin: gpio23
+sensor_type: EPCOS 100K B57560G104F
+sensor_pin: gpio27
+control: pid
+pid_Kp: 21.527
+pid_Ki: 1.063
+pid_Kd: 108.982
+min_temp: 0
+max_temp: 250
+
+[tmc2209 extruder]
+uart_pin: gpio9
+tx_pin: gpio8
+uart_address: 3
+run_current: 0.650
+stealthchop_threshold: 999999
+
+[heater_bed]
+heater_pin: gpio21
+sensor_type: ATC Semitec 104GT-2
+sensor_pin: gpio26
+control: pid
+pid_Kp: 54.027
+pid_Ki: 0.770
+pid_Kd: 948.182
+min_temp: 0
+max_temp: 130
+
+[fan]
+pin: gpio17
+
+[heater_fan nozzle_cooling_fan]
+pin: gpio18
+
+[heater_fan controller_fan]
+pin: gpio20
+
+[mcu]
+serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00
+
+[printer]
+kinematics: cartesian
+max_velocity: 300
+max_accel: 3000
+max_z_velocity: 5
+max_z_accel: 100
+
+[neopixel board_neopixel]
+pin: gpio24
+chain_count: 1
+color_order: GRB
+initial_RED: 0.3
+initial_GREEN: 0.3
+initial_BLUE: 0.3
+
+#[bltouch]
+#sensor_pin: gpio22
+#control_pin: gpio29
+
+#[filament_switch_sensor runout_sensor]
+#switch_pin: ^gpio16