From 63ea71d928ba55b6469171fe21b9be8d0cbd8469 Mon Sep 17 00:00:00 2001 From: EagleJinWt Date: Tue, 25 Feb 2025 18:22:46 +0100 Subject: [PATCH] Update generic-mellow-fly-d5.cfg --- config/generic-mellow-fly-d5.cfg | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/config/generic-mellow-fly-d5.cfg b/config/generic-mellow-fly-d5.cfg index a5c0af11a..e9a9c3edd 100644 --- a/config/generic-mellow-fly-d5.cfg +++ b/config/generic-mellow-fly-d5.cfg @@ -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