mirror of
git://soft.sys114.com/klipper
synced 2026-02-12 09:40:26 +09:00
config: Update example configs to use rotation_distance
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user