mirror of
git://soft.sys114.com/klipper
synced 2026-02-04 16:50:36 +09:00
config: Update example configs to use rotation_distance
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -15,7 +15,8 @@
|
||||
step_pin: PC6
|
||||
dir_pin: !PB15
|
||||
enable_pin: !PC7
|
||||
step_distance: .0125
|
||||
microsteps: 16
|
||||
rotation_distance: 40
|
||||
endstop_pin: ^PC1
|
||||
position_endstop: 0
|
||||
position_max: 235
|
||||
@@ -25,7 +26,8 @@ homing_speed: 50
|
||||
step_pin: PB13
|
||||
dir_pin: !PB12
|
||||
enable_pin: !PB14
|
||||
step_distance: .0125
|
||||
microsteps: 16
|
||||
rotation_distance: 40
|
||||
endstop_pin: ^PC0
|
||||
position_endstop: 0
|
||||
position_max: 235
|
||||
@@ -35,7 +37,8 @@ homing_speed: 50
|
||||
step_pin: PB10
|
||||
dir_pin: PB2
|
||||
enable_pin: !PB11
|
||||
step_distance: .0025
|
||||
microsteps: 16
|
||||
rotation_distance: 8
|
||||
endstop_pin: ^PC15
|
||||
position_endstop: 0.0
|
||||
position_max: 250
|
||||
@@ -44,7 +47,8 @@ position_max: 250
|
||||
step_pin: PB0
|
||||
dir_pin: !PC5
|
||||
enable_pin: !PB1
|
||||
step_distance: 0.010526
|
||||
microsteps: 16
|
||||
rotation_distance: 33.500
|
||||
nozzle_diameter: 0.400
|
||||
filament_diameter: 1.750
|
||||
heater_pin: PC8
|
||||
@@ -91,28 +95,24 @@ pins: !PC13
|
||||
|
||||
#[tmc2208 stepper_x]
|
||||
#uart_pin: PC10
|
||||
#microsteps: 16
|
||||
#run_current: 0.580
|
||||
#hold_current: 0.500
|
||||
#stealthchop_threshold: 250
|
||||
|
||||
#[tmc2208 stepper_y]
|
||||
#uart_pin: PC11
|
||||
#microsteps: 16
|
||||
#run_current: 0.580
|
||||
#hold_current: 0.500
|
||||
#stealthchop_threshold: 250
|
||||
|
||||
#[tmc2208 stepper_z]
|
||||
#uart_pin: PC12
|
||||
#microsteps: 16
|
||||
#run_current: 0.580
|
||||
#hold_current: 0.500
|
||||
#stealthchop_threshold: 30
|
||||
|
||||
#[tmc2208 extruder]
|
||||
#uart_pin: PD2
|
||||
#microsteps: 16
|
||||
#run_current: 0.650
|
||||
#hold_current: 0.500
|
||||
#stealthchop_threshold: 5
|
||||
@@ -125,7 +125,6 @@ pins: !PC13
|
||||
#[tmc2130 stepper_x]
|
||||
#cs_pin: PC10
|
||||
#spi_bus: spi3
|
||||
#microsteps: 16
|
||||
#run_current: 0.580
|
||||
#hold_current: 0.500
|
||||
#stealthchop_threshold: 250
|
||||
@@ -133,7 +132,6 @@ pins: !PC13
|
||||
#[tmc2130 stepper_y]
|
||||
#cs_pin: PC11
|
||||
#spi_bus: spi3
|
||||
#microsteps: 16
|
||||
#run_current: 0.580
|
||||
#hold_current: 0.500
|
||||
#stealthchop_threshold: 250
|
||||
@@ -141,7 +139,6 @@ pins: !PC13
|
||||
#[tmc2130 stepper_z]
|
||||
#cs_pin: PC12
|
||||
#spi_bus: spi3
|
||||
#microsteps: 16
|
||||
#run_current: 0.580
|
||||
#hold_current: 0.450
|
||||
#stealthchop_threshold: 30
|
||||
@@ -149,7 +146,6 @@ pins: !PC13
|
||||
#[tmc2130 extruder]
|
||||
#cs_pin: PD2
|
||||
#spi_bus: spi3
|
||||
#microsteps: 16
|
||||
#run_current: 0.650
|
||||
#hold_current: 0.500
|
||||
#stealthchop_threshold: 5
|
||||
|
||||
Reference in New Issue
Block a user