aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorRui Caridade <rui.mcbc@gmail.com>2019-01-13 21:42:10 +0000
committerKevin O'Connor <kevin@koconnor.net>2019-01-16 09:40:15 -0500
commit275df53b2ed673d9bcc8bc75186bb514035c63ae (patch)
treee0f068117fd16a438c1460946aa309fdc61cf2ac /config
parentd3ec103816a5bbab60422557e4610aa2d5fe9435 (diff)
downloadkutter-275df53b2ed673d9bcc8bc75186bb514035c63ae.tar.gz
kutter-275df53b2ed673d9bcc8bc75186bb514035c63ae.tar.xz
kutter-275df53b2ed673d9bcc8bc75186bb514035c63ae.zip
config: Generic board BIGTREETECH SKR V1.1 config
Signed-off-by: Rui Caridade <rui.mcbc@gmail.com> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config')
-rw-r--r--config/generic-bigtreetech-skr-v1.1.cfg84
1 files changed, 84 insertions, 0 deletions
diff --git a/config/generic-bigtreetech-skr-v1.1.cfg b/config/generic-bigtreetech-skr-v1.1.cfg
new file mode 100644
index 00000000..5bdd1ec6
--- /dev/null
+++ b/config/generic-bigtreetech-skr-v1.1.cfg
@@ -0,0 +1,84 @@
+# This file contains common pin mappings for the BIGTREETECH SKR V1.1
+# board. To use this config, the firmware should be compiled for the
+# LPC176x.
+
+# The "make flash" command does not work on the SKR. 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 BIGTREETECH
+# SKR V1.1 with that SD card.
+
+# See the example.cfg file for a description of available parameters.
+
+[stepper_x]
+step_pin: P0.4
+dir_pin: !P0.5
+enable_pin: !P4.28
+step_distance: .0025
+endstop_pin: P1.29
+position_endstop: 0
+position_max: 200
+homing_speed: 50
+
+[stepper_y]
+step_pin: P2.1
+dir_pin: P2.2
+enable_pin: !P2.0
+step_distance: .0025
+endstop_pin: P1.27
+position_endstop: 0
+position_max: 200
+homing_speed: 50
+
+[stepper_z]
+step_pin: P0.20
+dir_pin: P0.21
+enable_pin: !P0.19
+step_distance: .0125
+endstop_pin: !P1.25
+position_endstop: 0.5
+position_max: 200
+
+#[stepper_z1]
+#step_pin: P0.1
+#dir_pin: P0.0
+#enable_pin: !P0.10
+#position_endstop: 0.5
+#position_max: 200
+
+[extruder]
+step_pin: P0.11
+dir_pin: P2.13
+enable_pin: !P2.12
+step_distance: .002
+nozzle_diameter: 0.400
+filament_diameter: 1.750
+heater_pin: P2.7
+sensor_type: EPCOS 100K B57560G104F
+sensor_pin: P0.24
+control: pid
+pid_Kp: 22.2
+pid_Ki: 1.08
+pid_Kd: 114
+min_temp: 0
+max_temp: 250
+
+[heater_bed]
+heater_pin: P2.5
+sensor_type: ATC Semitec 104GT-2
+sensor_pin: P0.23
+control: watermark
+min_temp: 0
+max_temp: 130
+
+[fan]
+pin: P2.3
+
+[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