Add Afinia 3d printer and update tree_support_tip_diameter option for Tiertime printers (#10705)

Add Afinia 3d printer and update tree_support_tip_diameter option for 0.6 and 0.8 nozzle

Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
GuoGeTiertime
2025-09-21 21:07:43 +08:00
committed by GitHub
parent b56cefc4b7
commit 0f17a2c45c
197 changed files with 2688 additions and 841 deletions

View File

@@ -82,4 +82,4 @@
"filament_start_gcode": [
"; filament start gcode\n{if (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S255\n{elsif(bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S180\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}"
]
}
}