feat: updated BBL profiles to 01.10.01.50

This commit is contained in:
Ferdinand Linnenberg
2024-12-01 11:03:33 +01:00
parent ebc573d956
commit c0ddf68070
231 changed files with 2257 additions and 221 deletions

View File

@@ -5,6 +5,7 @@
"from": "system",
"filament_id": "GFA11",
"instantiation": "false",
"description": "This filament is only used to print models with a low density usually, and some special parameters are required. To get better printing quality, please refer to this wiki: Instructions for printing RC model with foaming PLA (PLA Aero).",
"fan_min_speed": [
"30"
],
@@ -26,12 +27,21 @@
"filament_vendor": [
"Bambu Lab"
],
"nozzle_temperature_range_high": [
"260"
"filament_scarf_seam_type": [
"none"
],
"nozzle_temperature_range_low": [
"210"
],
"nozzle_temperature_range_high": [
"260"
],
"supertack_plate_temp": [
"0"
],
"supertack_plate_temp_initial_layer": [
"0"
],
"filament_start_gcode": [
"; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\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}"
]