diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-12-14 09:09:19 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-12-18 10:38:49 -0500 |
commit | 49f1ee0207e8a4bf8bf91220370c0975807be473 (patch) | |
tree | b4cf2ec45fbd621f6aeb07ab88dc5adef0361a9f /config/printer-creality-ender3-v2-2020.cfg | |
parent | 5b31080e7787d3a41dd557b2c08c92a56840cd7f (diff) | |
download | kutter-49f1ee0207e8a4bf8bf91220370c0975807be473.tar.gz kutter-49f1ee0207e8a4bf8bf91220370c0975807be473.tar.xz kutter-49f1ee0207e8a4bf8bf91220370c0975807be473.zip |
config: Update example configs to use rotation_distance
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/printer-creality-ender3-v2-2020.cfg')
-rw-r--r-- | config/printer-creality-ender3-v2-2020.cfg | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/config/printer-creality-ender3-v2-2020.cfg b/config/printer-creality-ender3-v2-2020.cfg index 695b1d76..7efe5fe2 100644 --- a/config/printer-creality-ender3-v2-2020.cfg +++ b/config/printer-creality-ender3-v2-2020.cfg @@ -20,7 +20,8 @@ step_pin: PC2 dir_pin: PB9 enable_pin: !PC3 -step_distance: .0125 +microsteps: 16 +rotation_distance: 40 endstop_pin: ^PA5 position_endstop: 0 position_max: 235 @@ -30,7 +31,8 @@ homing_speed: 50 step_pin: PB8 dir_pin: PB7 enable_pin: !PC3 -step_distance: .0125 +microsteps: 16 +rotation_distance: 40 endstop_pin: ^PA6 position_endstop: 0 position_max: 235 @@ -40,7 +42,8 @@ homing_speed: 50 step_pin: PB6 dir_pin: !PB5 enable_pin: !PC3 -step_distance: .0025 +microsteps: 16 +rotation_distance: 8 endstop_pin: ^PA7 position_endstop: 0.0 position_max: 250 @@ -50,7 +53,8 @@ max_extrude_only_distance: 100.0 step_pin: PB4 dir_pin: PB3 enable_pin: !PC3 -step_distance: 0.010752 +microsteps: 16 +rotation_distance: 34.406 nozzle_diameter: 0.400 filament_diameter: 1.750 heater_pin: PA1 |