diff options
author | TronskiFPV <troyboy162@hotmail.com> | 2018-12-05 13:43:14 -0800 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2018-12-05 16:43:14 -0500 |
commit | ef4f84e3aecc469486e6560db27e94d9ab37f123 (patch) | |
tree | 0136be8f18b8544a34b9577d922aa29a9cc2c375 | |
parent | 76b57ba05a5b89b291d43dfe1a6c2e3e5f1c661e (diff) | |
download | kutter-ef4f84e3aecc469486e6560db27e94d9ab37f123.tar.gz kutter-ef4f84e3aecc469486e6560db27e94d9ab37f123.tar.xz kutter-ef4f84e3aecc469486e6560db27e94d9ab37f123.zip |
config: Update printer-creality-ender3-2018.cfg (#959)
Added options necessary for basic extruder calibration expected of a new install. Fixed bed size to correct 235x235. Removed 0.5 position_endstop setting as this crashes hot end into the bed on stock Ender 3's.
Signed-off-by: Troy nadeau <troyboy162@hotmail.com>
-rw-r--r-- | config/printer-creality-ender3-2018.cfg | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/printer-creality-ender3-2018.cfg b/config/printer-creality-ender3-2018.cfg index 7d87a6be..da2a6043 100644 --- a/config/printer-creality-ender3-2018.cfg +++ b/config/printer-creality-ender3-2018.cfg @@ -18,7 +18,7 @@ enable_pin: !PD6 step_distance: .0125 endstop_pin: ^PC2 position_endstop: 0 -position_max: 220 +position_max: 235 homing_speed: 50 [stepper_y] @@ -28,7 +28,7 @@ enable_pin: !PD6 step_distance: .0125 endstop_pin: ^PC3 position_endstop: 0 -position_max: 220 +position_max: 235 homing_speed: 50 [stepper_z] @@ -37,11 +37,11 @@ dir_pin: PB2 enable_pin: !PA5 step_distance: .0025 endstop_pin: ^PC4 -# If you don't like the 0.5 you should change this to 0.0 -position_endstop: 0.5 +position_endstop: 0.0 position_max: 250 [extruder] +max_extrude_only_distance: 100.0 step_pin: PB1 dir_pin: !PB0 enable_pin: !PD6 |