Basement fan is controller fan
This commit is contained in:
parent
6a099a98ca
commit
b684a0d078
3 changed files with 9 additions and 7 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
printer-*.cfg
|
||||
.theme
|
||||
*.bkp
|
||||
|
|
|
@ -173,7 +173,7 @@ gcode:
|
|||
|
||||
[gcode_macro TEST_Z_UP_MIDDLE]
|
||||
gcode:
|
||||
TESTZ Z=-+
|
||||
TESTZ Z=+
|
||||
|
||||
[gcode_macro TEST_Z_DOWN_MIDDLE]
|
||||
gcode:
|
||||
|
|
13
printer.cfg
13
printer.cfg
|
@ -93,7 +93,7 @@ fade_target: 0
|
|||
pin: PC15
|
||||
x_offset: 0.0
|
||||
y_offset: 34.5
|
||||
z_offset = 6.500
|
||||
z_offset = 6.300
|
||||
speed: 25
|
||||
samples_result: median
|
||||
samples_tolerance: 0.05
|
||||
|
@ -130,13 +130,13 @@ uart_address: 3
|
|||
run_current: 0.6
|
||||
interpolate: False
|
||||
|
||||
[heater_fan basement_fan]
|
||||
[controller_fan basement_fan]
|
||||
pin: PC14
|
||||
max_power: 1
|
||||
kick_start_time: 0.200
|
||||
shutdown_speed: 0
|
||||
heater: heater_bed
|
||||
heater_temp: 40.0
|
||||
idle_timeout: 30
|
||||
idle_speed: .3
|
||||
fan_speed: 0.6
|
||||
|
||||
[heater_bed]
|
||||
|
@ -202,7 +202,7 @@ cs_pin: rpi:None
|
|||
kinematics: corexz
|
||||
max_velocity: 200
|
||||
max_accel: 7000
|
||||
max_accel_to_decel: 2500
|
||||
max_accel_to_decel: 3500
|
||||
max_z_velocity: 70
|
||||
max_z_accel: 7000
|
||||
square_corner_velocity: 8.0
|
||||
|
@ -248,6 +248,7 @@ probe_points:
|
|||
|
||||
[input_shaper]
|
||||
shaper_type_x = mzv
|
||||
shaper_freq_x = 54.0
|
||||
shaper_freq_x = 51.0
|
||||
shaper_type_y = mzv
|
||||
shaper_freq_y = 48.8
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue