mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-12-31 20:00:27 -07:00
Update generic-mellow-fly-d5.cfg
This commit is contained in:
parent
3f7856c9ed
commit
63ea71d928
1 changed files with 11 additions and 11 deletions
|
|
@ -22,14 +22,14 @@ dir_pin: !PC4
|
|||
enable_pin: !PB0
|
||||
microsteps: 64
|
||||
rotation_distance: 23.310912 #Only for BMG gears, replace it with your own extruder parameters. See https://www.klipper3d.org/Rotation_Distance.html
|
||||
gear_ratio: 50:10 #Same as above
|
||||
gear_ratio: 50:10 #Same as above
|
||||
heater_pin: PC6
|
||||
sensor_pin: PC1
|
||||
|
||||
#[tmc2209 extruder] #De-comment this section if using a TMC2209 stepper driver, replace it with your TMC model(e.g. tmc2240, tmc5160). Applies to the other [tmc2209] section.
|
||||
#[tmc2209 extruder] #Decomment this section if using a TMC2209 stepper driver, replace it with your TMC model. Applies to the other [tmc2209] section.
|
||||
#uart_pin: PA7
|
||||
#interpolate: True
|
||||
#run_current: 0.8
|
||||
#interpolate: True
|
||||
#run_current: 0.8
|
||||
#stealthchop_threshold: 0
|
||||
|
||||
[stepper_x]
|
||||
|
|
@ -51,7 +51,7 @@ step_pin: PA1
|
|||
dir_pin: PA0
|
||||
enable_pin: !PA2
|
||||
microsteps: 64
|
||||
rotation_distance: 40 #Same as above
|
||||
rotation_distance: 40 #Same as above
|
||||
endstop_pin: ^PB3
|
||||
|
||||
#[tmc2209 stepper_y]
|
||||
|
|
@ -74,12 +74,12 @@ endstop_pin: ^PD2
|
|||
#run_current: 0.8
|
||||
#stealthchop_threshold: 0
|
||||
|
||||
#[stepper_z1] #De-comment this when using dual Z motors.
|
||||
#[stepper_z1] #Decomment this when using dual Z motors.
|
||||
#step_pin: PB10
|
||||
#dir_pin: PB2
|
||||
#enable_pin: !PB11
|
||||
#microsteps: 64
|
||||
#rotation_distance: 8
|
||||
#rotation_distance: 8
|
||||
#[tmc2209 stepper_z1]
|
||||
#uart_pin: PB1
|
||||
#interpolate: True
|
||||
|
|
@ -92,10 +92,6 @@ endstop_pin: ^PD2
|
|||
|
||||
#[safe_z_home] #When using a probe for Z-endstop, it is recommended to use [safe_z_home] section to home the Z axis at the centre of your print bed.
|
||||
|
||||
[heater_bed]
|
||||
heater_pin: PC7
|
||||
sensor_pin: PC0
|
||||
|
||||
[fan]
|
||||
pin: PC8
|
||||
|
||||
|
|
@ -103,3 +99,7 @@ pin: PC8
|
|||
pin:PC9
|
||||
max_power:1
|
||||
shutdown_speed:0
|
||||
|
||||
[heater_bed]
|
||||
heater_pin: PC7
|
||||
sensor_pin: PC0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue