config: Update example configs to use rotation_distance

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2020-12-14 09:09:19 -05:00
parent 5b31080e77
commit 49f1ee0207
104 changed files with 868 additions and 604 deletions

View File

@@ -26,7 +26,8 @@ homing_speed: 50
step_pin: PB12
dir_pin: PB11
enable_pin: !PB10
step_distance: .0175 # This is 57.14 steps per mm
microsteps: 16
rotation_distance: 56
endstop_pin: ^PC14
position_endstop: 125.00
arm_length: 120.8
@@ -37,21 +38,24 @@ arm_length: 120.8
step_pin: PB2
dir_pin: PB1
enable_pin: !PB10
step_distance: .0175 # This is 57.14 steps per mm
microsteps: 16
rotation_distance: 56
endstop_pin: ^PC15
[stepper_c]
step_pin: PB14
dir_pin: PB13
enable_pin: !PB10
step_distance: .0175 # This is 57.14 steps per mm
microsteps: 16
rotation_distance: 56
endstop_pin: ^PC13
[extruder]
step_pin: PA7
dir_pin: !PA6
enable_pin: !PB0
step_distance: .02062 # This is 48.50 steps per mm
microsteps: 16
rotation_distance: 65.984
nozzle_diameter: 0.400
filament_diameter: 1.750
heater_pin: PA1