aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2021-06-08 21:29:52 -0400
committerKevin O'Connor <kevin@koconnor.net>2021-06-08 21:29:52 -0400
commitf00281d1e670e00ebcef06076abf2116c3f2d461 (patch)
treede5c7d3459c16e2adf808aa7fd7e54cbb95948fb /config
parenta3455168405c2f544bba849445ee2346d8b14a35 (diff)
downloadkutter-f00281d1e670e00ebcef06076abf2116c3f2d461.tar.gz
kutter-f00281d1e670e00ebcef06076abf2116c3f2d461.tar.xz
kutter-f00281d1e670e00ebcef06076abf2116c3f2d461.zip
config: Fixes for generic-th3d-ezboard-lite-v1.2.cfg
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config')
-rw-r--r--config/generic-th3d-ezboard-lite-v1.2.cfg34
1 files changed, 16 insertions, 18 deletions
diff --git a/config/generic-th3d-ezboard-lite-v1.2.cfg b/config/generic-th3d-ezboard-lite-v1.2.cfg
index 67b8b656..49661361 100644
--- a/config/generic-th3d-ezboard-lite-v1.2.cfg
+++ b/config/generic-th3d-ezboard-lite-v1.2.cfg
@@ -7,11 +7,10 @@
# file named "firmware.bin" on an SD card and then restart the board
# with that SD card.
-
# See docs/Config_Reference.md for a description of parameters.
[mcu]
-serial: /dev/serial/by-id/usb-Klipper_lpc1768_1BB0FF16871C4AAF0F5D7C5DC62000F5-if00
+serial: /dev/serial/by-id/usb-Klipper_lpc1768_00000000000000000000000000000000-if00
[printer]
kinematics: cartesian
@@ -24,7 +23,8 @@ max_z_accel: 100
step_pin: P2.0
dir_pin: P1.16
enable_pin: !P1.17
-rotation_distance: 72
+microsteps: 16
+rotation_distance: 40
endstop_pin: ^P1.24
position_endstop: 0
position_max: 350
@@ -40,7 +40,8 @@ stealthchop_threshold: 999999
step_pin: P2.1
dir_pin: P1.10
enable_pin: !P1.9
-rotation_distance: 72
+microsteps: 16
+rotation_distance: 40
endstop_pin: ^P1.25
position_endstop: 0
position_max: 350
@@ -56,8 +57,9 @@ stealthchop_threshold: 999999
step_pin: P2.2
dir_pin: P1.15
enable_pin: !P1.14
-rotation_distance: 16
-endstop_pin: probe:z_virtual_endstop
+microsteps: 16
+rotation_distance: 8
+endstop_pin: ^P1.26
position_endstop: 0.5
position_max: 400
@@ -72,7 +74,8 @@ stealthchop_threshold: 999999
step_pin: P2.3
dir_pin: P1.4
enable_pin: !P1.8
-roration_distance: 13.5744
+microsteps: 16
+rotation_distance: 34.406
nozzle_diameter: 0.400
filament_diameter: 1.750
heater_pin: P2.7
@@ -97,7 +100,6 @@ heater_pin: P2.5
sensor_type: EPCOS 100K B57560G104F
sensor_pin: P0.24
control: pid
-# tuned for stock hardware with 50 degree Celsius target
pid_Kp: 54.027
pid_Ki: 0.770
pid_Kd: 948.182
@@ -107,12 +109,6 @@ max_temp: 130
[fan]
pin: P2.6
-#[safe_z_home]
-# home_xy_position: 175,175 # Change coordinates to the center of your print bed
-# speed: 50
-# z_hop: 10
-# z_hop_speed: 5
-
#[bltouch]
#sensor_pin: P1.26
#control_pin: P2.4
@@ -120,12 +116,14 @@ pin: P2.6
#[filament_switch_sensor my_sensor]
#switch_pin: P1.27
-######################################################################
-# 128x64 Full Graphic Creality CR10 / ENDER 3 stockdisplay
-######################################################################
+########################################
+# EXP1 / EXP2 (display) pins
+########################################
[board_pins]
aliases:
# EXP1 header
EXP1_1=P1.31, EXP1_3=P3.26, EXP1_5=P3.25, EXP1_7=P0.16, EXP1_9=<GND>,
- EXP1_2=P1.30, EXP1_4=<RST>, EXP1_6=P0.15, EXP1_8=P0.18, EXP1_10=<5V>
+ EXP1_2=P1.30, EXP1_4=<RST>, EXP1_6=P0.15, EXP1_8=P0.18, EXP1_10=<5V>
+
+# See the sample-lcd.cfg file for definitions of common LCD displays.