diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-09-13 12:19:16 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-09-13 12:19:16 -0400 |
commit | 1ac5c5535906a819320090f66ea13b41223f44ea (patch) | |
tree | fe77b665844b6caedab4e9623cfd37c02de7a145 | |
parent | 1d7f6e1c13cdeb300bc18ab05c4ba843e2165821 (diff) | |
download | kutter-1ac5c5535906a819320090f66ea13b41223f44ea.tar.gz kutter-1ac5c5535906a819320090f66ea13b41223f44ea.tar.xz kutter-1ac5c5535906a819320090f66ea13b41223f44ea.zip |
config: Update bigtreetech-skr-mini-e3 to be more similar to ender3 config
The SKR mini E3 is marketed as being for the Ender 3, so it makes
sense for the example electronics config to be more similar to the
Ender 3 config.
Reported by @TheDogee.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | config/generic-bigtreetech-skr-mini-e3.cfg | 39 |
1 files changed, 21 insertions, 18 deletions
diff --git a/config/generic-bigtreetech-skr-mini-e3.cfg b/config/generic-bigtreetech-skr-mini-e3.cfg index f429e380..14e9e54d 100644 --- a/config/generic-bigtreetech-skr-mini-e3.cfg +++ b/config/generic-bigtreetech-skr-mini-e3.cfg @@ -13,12 +13,12 @@ [stepper_x] step_pin: PB13 -dir_pin: PB12 +dir_pin: !PB12 enable_pin: !PB14 -step_distance: .0025 -endstop_pin: ^!PC0 +step_distance: .0125 +endstop_pin: ^PC0 position_endstop: 0 -position_max: 200 +position_max: 235 homing_speed: 50 [tmc2209 stepper_x] @@ -32,12 +32,12 @@ stealthchop_threshold: 250 [stepper_y] step_pin: PB10 -dir_pin: PB2 +dir_pin: !PB2 enable_pin: !PB11 -step_distance: .0025 -endstop_pin: ^!PC1 +step_distance: .0125 +endstop_pin: ^PC1 position_endstop: 0 -position_max: 200 +position_max: 235 homing_speed: 50 [tmc2209 stepper_y] @@ -53,10 +53,10 @@ stealthchop_threshold: 250 step_pin: PB0 dir_pin: PC5 enable_pin: !PB1 -step_distance: .0125 -endstop_pin: ^!PC2 -position_endstop: 0.5 -position_max: 200 +step_distance: .0025 +endstop_pin: ^PC2 +position_endstop: 0.0 +position_max: 250 [tmc2209 stepper_z] uart_pin: PC11 @@ -69,18 +69,18 @@ stealthchop_threshold: 5 [extruder] step_pin: PB3 -dir_pin: PB4 +dir_pin: !PB4 enable_pin: !PD2 -step_distance: .002 +step_distance: 0.010526 nozzle_diameter: 0.400 filament_diameter: 1.750 heater_pin: PC8 sensor_type: EPCOS 100K B57560G104F sensor_pin: PA0 control: pid -pid_Kp: 22.2 -pid_Ki: 1.08 -pid_Kd: 114 +pid_Kp: 21.527 +pid_Ki: 1.063 +pid_Kd: 108.982 min_temp: 0 max_temp: 250 @@ -97,7 +97,10 @@ stealthchop_threshold: 5 heater_pin: PC9 sensor_type: ATC Semitec 104GT-2 sensor_pin: PC3 -control: watermark +control: pid +pid_Kp: 54.027 +pid_Ki: 0.770 +pid_Kd: 948.182 min_temp: 0 max_temp: 130 |