mirror of
git://soft.sys114.com/klipper
synced 2026-02-12 05:10:25 +09:00
config: Update example configs to use rotation_distance
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -51,12 +51,13 @@ homing_speed: 15
|
||||
step_pin: PB14
|
||||
dir_pin: !PB15 #modify stepper direction if necessary
|
||||
enable_pin: !PA8
|
||||
# step_distance varies in the printer model. Check the correct step-rate of
|
||||
# your Select Mini in the original firmware (with M503) and calculate the
|
||||
# appropriate value for step_distance = 1/steps per unit. This has to be done
|
||||
# for all axis.
|
||||
# This config contains values for later MSPMv2 printers with 93 steps per mm.
|
||||
step_distance: .01075 # 93 steps/mm
|
||||
# rotation_distance varies in the printer model. Check the correct
|
||||
# step-rate of your Select Mini in the original firmware (with M503)
|
||||
# and calculate the appropriate value for rotation_distance. This has
|
||||
# to be done for all axes.
|
||||
# This config contains values for later MSPMv2 printers.
|
||||
microsteps: 16
|
||||
rotation_distance: 34.510 # 17 teeth on pulley; MXL belt (2.03 pitch)
|
||||
endstop_pin: ^!PB4
|
||||
position_endstop: 0
|
||||
position_max: 120
|
||||
@@ -67,7 +68,8 @@ homing_speed: 15
|
||||
step_pin: PB12
|
||||
dir_pin: PB13 #modify stepper direction if necessary
|
||||
enable_pin: !PA8
|
||||
step_distance: .010753 # 93 steps/mm. check comment in [stepper_x] section
|
||||
microsteps: 16
|
||||
rotation_distance: 34.510 # check comment in [stepper_x] section
|
||||
endstop_pin: ^!PA15
|
||||
position_endstop: 0
|
||||
position_max: 120
|
||||
@@ -78,7 +80,9 @@ homing_speed: 10
|
||||
step_pin: PB10
|
||||
dir_pin: PB2 #modify stepper direction if necessary
|
||||
enable_pin: !PB11
|
||||
step_distance: 0.000911 # 1097.5 steps/mm. check comment in [stepper_x] section
|
||||
microsteps: 16
|
||||
full_steps_per_rotation: 48
|
||||
rotation_distance: 0.7 # M4 rod. check comment in [stepper_x] section
|
||||
endstop_pin: ^!PB5
|
||||
position_endstop: 0.5
|
||||
position_max: 120
|
||||
@@ -88,7 +92,8 @@ position_max: 120
|
||||
step_pin: PB0
|
||||
dir_pin: !PC13 #modify stepper direction if necessary
|
||||
enable_pin: !PB1
|
||||
step_distance: 0.010301 # 97 steps/mm. check comment in [stepper_x] section
|
||||
microsteps: 16
|
||||
rotation_distance: 32.990 # 97 steps/mm. check comment in [stepper_x] section
|
||||
nozzle_diameter: 0.400
|
||||
filament_diameter: 1.750
|
||||
# heater
|
||||
|
||||
Reference in New Issue
Block a user