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/kit-voron2-250mm.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/kit-voron2-250mm.cfg')
-rw-r--r-- | config/kit-voron2-250mm.cfg | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/config/kit-voron2-250mm.cfg b/config/kit-voron2-250mm.cfg index 2d0bcb47..faee7dfc 100644 --- a/config/kit-voron2-250mm.cfg +++ b/config/kit-voron2-250mm.cfg @@ -53,7 +53,8 @@ step_pin: ar54 dir_pin: !ar55 enable_pin: !ar38 # X on mcu_xye -step_distance: 0.0125 +microsteps: 16 +rotation_distance: 40 # 80 steps per mm - 1.8 deg - 1/16 microstepping endstop_pin: ^ar2 # X_MAX on mcu_xye @@ -69,7 +70,8 @@ step_pin: ar60 dir_pin: !ar61 enable_pin: !ar56 # Y on mcu_xye -step_distance: 0.0125 +microsteps: 16 +rotation_distance: 40 # 80 steps per mm - 1.8 deg - 1/16 microstepping endstop_pin: ^ar15 # Y_MAX on mcu_xye @@ -85,7 +87,8 @@ step_pin: z:ar54 dir_pin: !z:ar55 enable_pin: !z:ar38 # X on mcu_z -step_distance: 0.00250 +microsteps: 16 +rotation_distance: 8 # 400 steps per mm - 1.8 deg - 1/16 microstepping endstop_pin: ^!z:ar18 # Z_MIN on mcu_z @@ -104,7 +107,8 @@ step_pin: z:ar60 dir_pin: z:ar61 enable_pin: !z:ar56 # Y on mcu_z -step_distance: 0.00250 +microsteps: 16 +rotation_distance: 8 # 400 steps per mm - 1.8 deg - 1/16 microstepping [stepper_z2] @@ -113,7 +117,8 @@ step_pin: z:ar46 dir_pin: !z:ar48 enable_pin: !z:ar62 # Z on mcu_z -step_distance: 0.00250 +microsteps: 16 +rotation_distance: 8 # 400 steps per mm - 1.8 deg - 1/16 microstepping [stepper_z3] @@ -122,7 +127,8 @@ step_pin: z:ar26 dir_pin: z:ar28 enable_pin: !z:ar24 # E0 on mcu_z -step_distance: 0.00250 +microsteps: 16 +rotation_distance: 8 # 400 steps per mm - 1.8 deg - 1/16 microstepping [extruder] @@ -130,7 +136,8 @@ step_pin: ar26 dir_pin: ar28 enable_pin: !ar24 # E0 on mcu_xye -step_distance: 0.00180180 +microsteps: 16 +rotation_distance: 5.76576 # 555 steps per mm - 1.8 deg - 1/16 microstepping (Mobius2) nozzle_diameter: 0.400 filament_diameter: 1.750 |