printer.cfg modified - 22/08/25 - 00:48:58

This commit is contained in:
miguel 2025-08-22 00:49:05 +01:00
parent cab9ad5c43
commit 6fa5a5a7bc

View file

@ -226,9 +226,9 @@ stealthchop_threshold: 0
# Heater - HE0 # Heater - HE0
# Thermistor - T0 # Thermistor - T0
[extruder] [extruder]
step_pin: PE2 step_pin: nhk:gpio23
dir_pin: PE3 dir_pin: nhk:gpio24
enable_pin: !PD4 enable_pin: !nhk:gpio25
## Update value below when you perform extruder calibration ## Update value below when you perform extruder calibration
## If you ask for 100mm of filament, but in reality it is 98mm: ## If you ask for 100mm of filament, but in reality it is 98mm:
## rotation_distance = <previous_rotation_distance> * <actual_extrude_distance> / 100 ## rotation_distance = <previous_rotation_distance> * <actual_extrude_distance> / 100
@ -244,11 +244,12 @@ microsteps: 32
full_steps_per_rotation: 200 #200 for 1.8 degree, 400 for 0.9 degree full_steps_per_rotation: 200 #200 for 1.8 degree, 400 for 0.9 degree
nozzle_diameter: 0.400 nozzle_diameter: 0.400
filament_diameter: 1.75 filament_diameter: 1.75
heater_pin: nhk:gpio9 #-----------------------------------------------------------------------------------------------------------------------------------------Heater Issue heater_pin: nhk:gpio9
## Check what thermistor type you have. See https://www.klipper3d.org/Config_Reference.html#common-thermistors for common thermistor types. ## Check what thermistor type you have. See https://www.klipper3d.org/Config_Reference.html#common-thermistors for common thermistor types.
## Use "Generic 3950" for NTC 100k 3950 thermistors ## Use "Generic 3950" for NTC 100k 3950 thermistors
sensor_type: ATC Semitec 104NT-4-R025H42G #-----------------------------------------------------------------------------------------------------------------------------------------Thermistor Issue sensor_type: ATC Semitec 104NT-4-R025H42G
sensor_pin: nhk:gpio29 sensor_pin: nhk:gpio29
pullup_resistor: 2200
min_temp: 10 min_temp: 10
max_temp: 280 max_temp: 280
max_power: 1.0 max_power: 1.0
@ -266,10 +267,11 @@ pressure_advance_smooth_time: 0.040
## E0 on MOTOR6 ## E0 on MOTOR6
## Make sure to update below for your relevant driver (2208 or 2209) ## Make sure to update below for your relevant driver (2208 or 2209)
[tmc2209 extruder] [tmc2209 extruder]
uart_pin: PE1 uart_pin: nhk:gpio0
tx_pin: nhk:gpio1
interpolate: false interpolate: false
run_current: 0.5 run_current: 0.5
sense_resistor: 0.110 sense_resistor: 0.100 #previously 0.110
stealthchop_threshold: 0 stealthchop_threshold: 0
@ -350,7 +352,7 @@ samples_tolerance_retries: 3
[fan] [fan]
## Print Cooling Fan - FAN0 ## Print Cooling Fan - FAN0
pin: PA8 # Output pin controlling the fan. This parameter must be provided. pin: PA8 # Output pin controlling the fan. This parameter must be provided.
max_power: 0.6 max_power: 0.4
# This should be set to 0.8 on most motherboards to give full range of control to your slicer. # This should be set to 0.8 on most motherboards to give full range of control to your slicer.
# Anything above 80% duty cycle will be full power on this particular brushless driver. # Anything above 80% duty cycle will be full power on this particular brushless driver.
# To fine-tune the max_power parameter for your particular motherboard, set max_power to 1.0, go into the Klipper dashboard, and increase fan speed 1% at a time until the actual fan speed stops increasing as you increase the fan speed. Divide the fan speed at this point by 100 and enter it into the max_power parameter. # To fine-tune the max_power parameter for your particular motherboard, set max_power to 1.0, go into the Klipper dashboard, and increase fan speed 1% at a time until the actual fan speed stops increasing as you increase the fan speed. Divide the fan speed at this point by 100 and enter it into the max_power parameter.