autotune and various other things
This commit is contained in:
parent
dedcecd944
commit
1ead643899
|
@ -50,10 +50,17 @@ max_delta: 5
|
|||
sensor_type: temperature_host
|
||||
min_temp: 15
|
||||
max_temp: 80
|
||||
target_temp: 35
|
||||
target_temp: 45
|
||||
max_power: 0.5
|
||||
shutdown_speed: 0
|
||||
|
||||
|
||||
|
||||
[fan_generic bed_fans]
|
||||
# Print Cooling Fan - CNC_FAN0
|
||||
pin: PF6
|
||||
hardware_pwm: false
|
||||
|
||||
[fan_generic exhaust]
|
||||
pin: PF9
|
||||
hardware_pwm: false
|
||||
|
@ -82,6 +89,13 @@ retries: 5
|
|||
retry_tolerance: 0.025
|
||||
max_adjust: 10
|
||||
|
||||
|
||||
[output_pin daylight]
|
||||
pin: PA0
|
||||
pwm: True
|
||||
cycle_time: 0.01
|
||||
|
||||
|
||||
[board_pins]
|
||||
aliases:
|
||||
# EXP1 header
|
||||
|
|
|
@ -1,27 +1,3 @@
|
|||
[motor_constants 17hs19-2004s-ab]
|
||||
# Coil resistance, Ohms
|
||||
resistance: 1.30
|
||||
# Coil inductance, Henries
|
||||
inductance: 0.0027
|
||||
# Holding torque, Nm
|
||||
holding_torque: 0.67
|
||||
# Nominal rated current, Amps
|
||||
max_current: 2.00
|
||||
# Steps per revolution (1.8deg motors use 200, 0.9deg motors use 400)
|
||||
steps_per_revolution: 200
|
||||
|
||||
[motor_constants 17hs19-2004s-c]
|
||||
# Coil resistance, Ohms
|
||||
resistance: 1.30
|
||||
# Coil inductance, Henries
|
||||
inductance: 0.003
|
||||
# Holding torque, Nm
|
||||
holding_torque: 0.59
|
||||
# Nominal rated current, Amps
|
||||
max_current: 2.00
|
||||
# Steps per revolution (1.8deg motors use 200, 0.9deg motors use 400)
|
||||
steps_per_revolution: 200
|
||||
|
||||
#####################################################################
|
||||
# X/Y Stepper Settings
|
||||
#####################################################################
|
||||
|
@ -38,7 +14,7 @@ endstop_pin: tmc2209_stepper_x:virtual_endstop
|
|||
position_min: 0
|
||||
position_endstop: 350
|
||||
position_max: 350
|
||||
homing_speed: 150 #Max 100
|
||||
homing_speed: 100 #Max 100
|
||||
homing_retract_dist: 5
|
||||
homing_positive_dir: true
|
||||
|
||||
|
@ -74,7 +50,7 @@ full_steps_per_rotation:200 #set to 400 for 0.9 degree stepper
|
|||
position_min: 0
|
||||
position_endstop: 350
|
||||
position_max: 350
|
||||
homing_speed: 150 #Max 100
|
||||
homing_speed: 100 #Max 100
|
||||
homing_retract_dist: 5
|
||||
homing_positive_dir: true
|
||||
|
||||
|
|
Loading…
Reference in New Issue