mirror of
git://soft.sys114.com/klipper
synced 2026-02-11 03:28:07 +09:00
config: Update example configs to use rotation_distance
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
step_pin: PC0
|
||||
dir_pin: !PL1
|
||||
enable_pin: !PA7
|
||||
step_distance: .01
|
||||
microsteps: 16
|
||||
rotation_distance: 32
|
||||
endstop_pin: ^PB6
|
||||
#endstop_pin: ^PA2
|
||||
position_endstop: 0
|
||||
@@ -19,7 +20,8 @@ homing_speed: 50
|
||||
step_pin: PC1
|
||||
dir_pin: PL0
|
||||
enable_pin: !PA6
|
||||
step_distance: .01
|
||||
microsteps: 16
|
||||
rotation_distance: 32
|
||||
endstop_pin: ^PB5
|
||||
#endstop_pin: ^PA1
|
||||
position_endstop: 0
|
||||
@@ -30,7 +32,8 @@ homing_speed: 50
|
||||
step_pin: PC2
|
||||
dir_pin: PL2
|
||||
enable_pin: !PA5
|
||||
step_distance: .00125
|
||||
microsteps: 16
|
||||
rotation_distance: 4
|
||||
endstop_pin: probe:z_virtual_endstop
|
||||
#endstop_pin: ^PC7
|
||||
#position_endstop: 0.5
|
||||
@@ -40,7 +43,8 @@ position_max: 225
|
||||
step_pin: PC3
|
||||
dir_pin: PL6
|
||||
enable_pin: !PA4
|
||||
step_distance: .0102
|
||||
microsteps: 16
|
||||
rotation_distance: 32.640
|
||||
nozzle_diameter: 0.400
|
||||
filament_diameter: 1.750
|
||||
heater_pin: PH6
|
||||
@@ -60,7 +64,8 @@ max_temp: 275
|
||||
#enable_pin: !PA3
|
||||
#heater_pin: PH4
|
||||
#sensor_pin: PF1
|
||||
#step_distance: .0102
|
||||
#microsteps: 16
|
||||
#rotation_distance: 32.640
|
||||
#nozzle_diameter: 0.400
|
||||
#filament_diameter: 1.750
|
||||
#sensor_type: ATC Semitec 104GT-2
|
||||
|
||||
Reference in New Issue
Block a user