Sync with latest bbl profiles

This commit is contained in:
Noisyfox
2025-10-09 20:37:31 +08:00
parent 95f90a32da
commit 6b4975da72
203 changed files with 3007 additions and 714 deletions

View File

@@ -41,9 +41,6 @@
"filament_vendor": [
"Polymaker"
],
"filament_adhesiveness_category": [
"800"
],
"hot_plate_temp": [
"70"
],
@@ -86,6 +83,9 @@
"textured_plate_temp_initial_layer": [
"70"
],
"filament_adhesiveness_category": [
"800"
],
"filament_start_gcode": [
"; filament start gcode\n{if (bed_temperature[current_extruder] >80)||(bed_temperature_initial_layer[current_extruder] >80)}M106 P3 S255\n{elsif (bed_temperature[current_extruder] >60)||(bed_temperature_initial_layer[current_extruder] >60)}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}"
]