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-lulzbot-taz6-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-lulzbot-taz6-2017.cfg')
-rw-r--r-- | config/printer-lulzbot-taz6-2017.cfg | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/config/printer-lulzbot-taz6-2017.cfg b/config/printer-lulzbot-taz6-2017.cfg index 543a67f4..ca086970 100644 --- a/config/printer-lulzbot-taz6-2017.cfg +++ b/config/printer-lulzbot-taz6-2017.cfg @@ -10,7 +10,8 @@ step_pin: PC0 dir_pin: PL1 enable_pin: !PA7 -step_distance: .010000 +microsteps: 16 +rotation_distance: 32 endstop_pin: ^PB6 position_endstop: -20 position_min: -20 @@ -21,7 +22,8 @@ homing_speed: 50 step_pin: PC1 dir_pin: !PL0 enable_pin: !PA6 -step_distance: .010000 +microsteps: 16 +rotation_distance: 32 endstop_pin: ^PA1 position_endstop: 306 position_min: -20 @@ -32,7 +34,8 @@ homing_speed: 50 step_pin: PC2 dir_pin: PL2 enable_pin: !PA5 -step_distance: 0.000625 +microsteps: 16 +rotation_distance: 2 endstop_pin: ^!PB4 position_endstop: -0.7 position_min: -1.5 @@ -44,7 +47,8 @@ homing_speed: 1 step_pin: PC3 dir_pin: !PL6 enable_pin: !PA4 -step_distance: 0.001182 +microsteps: 16 +rotation_distance: 3.782 nozzle_diameter: 0.400 filament_diameter: 2.920 heater_pin: PH6 @@ -63,7 +67,8 @@ min_extrude_temp: 140 #step_pin: PC3 #dir_pin: !PL6 #enable_pin: !PA4 -#step_distance: 0.002381 +#microsteps: 16 +#rotation_distance: 7.619 #nozzle_diameter: 0.400 #filament_diameter: 2.920 #heater_pin: PH6 |