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-anet-a8-2017.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-anet-a8-2017.cfg')
-rw-r--r-- | config/printer-anet-a8-2017.cfg | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/config/printer-anet-a8-2017.cfg b/config/printer-anet-a8-2017.cfg index 04203a1c..9baf01b1 100644 --- a/config/printer-anet-a8-2017.cfg +++ b/config/printer-anet-a8-2017.cfg @@ -12,7 +12,8 @@ step_pin: PD7 dir_pin: PC5 enable_pin: !PD6 -step_distance: .01 +microsteps: 16 +rotation_distance: 32 endstop_pin: ^!PC2 position_endstop: -30 position_max: 220 @@ -23,7 +24,8 @@ homing_speed: 50 step_pin: PC6 dir_pin: PC7 enable_pin: !PD6 -step_distance: .01 +microsteps: 16 +rotation_distance: 32 endstop_pin: ^!PC3 position_endstop: -8 position_min: -8 @@ -34,7 +36,8 @@ homing_speed: 50 step_pin: PB3 dir_pin: !PB2 enable_pin: !PA5 -step_distance: .0025 +microsteps: 16 +rotation_distance: 8 endstop_pin: ^!PC4 position_endstop: 0.5 position_max: 240 @@ -44,7 +47,8 @@ homing_speed: 20 step_pin: PB1 dir_pin: PB0 enable_pin: !PD6 -step_distance: .0105 +microsteps: 16 +rotation_distance: 33.600 nozzle_diameter: 0.400 filament_diameter: 1.750 heater_pin: PD5 |