Update bbl profiles to 01.09.00.18 (#6271)

# Description

Copied files from BambuStudio after downloading updated profiles.

Add support for BambuLab PETG-HF  and Support for ABS. Fixes #6182

Also contains some changes to the default infill from crosshatch to
gyroid, and updated start g-code for A1.

# Tests

Copied all files to resources directory on install, and started.
Profiles showed up.
This commit is contained in:
SoftFever 2024-07-30 22:29:00 +08:00 committed by GitHub
commit abb62ca180
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
23 changed files with 545 additions and 18 deletions

View File

@ -1,7 +1,7 @@
{
"name": "Bambulab",
"url": "http://www.bambulab.com/Parameters/vendor/BBL.json",
"version": "01.09.00.14",
"version": "01.09.00.18",
"force_update": "0",
"description": "the initial version of BBL configurations",
"machine_model_list": [
@ -821,6 +821,10 @@
"name": "Generic PCTG @base",
"sub_path": "filament/Generic PCTG @base.json"
},
{
"name": "Bambu PETG HF @base",
"sub_path": "filament/Bambu PETG HF @base.json"
},
{
"name": "Bambu ABS @base",
"sub_path": "filament/Bambu ABS @base.json"
@ -837,6 +841,10 @@
"name": "Bambu ABS-GF @base",
"sub_path": "filament/Bambu ABS-GF @base.json"
},
{
"name": "Bambu Support for ABS @base",
"sub_path": "filament/Bambu Support for ABS @base.json"
},
{
"name": "Bambu PC @base",
"sub_path": "filament/Bambu PC @base.json"
@ -1869,6 +1877,42 @@
"name": "Bambu PETG Translucent @BBL A1",
"sub_path": "filament/Bambu PETG Translucent @BBL A1.json"
},
{
"name": "Bambu PETG HF @BBL X1C",
"sub_path": "filament/Bambu PETG HF @BBL X1C.json"
},
{
"name": "Bambu PETG HF @BBL X1C 0.2 nozzle",
"sub_path": "filament/Bambu PETG HF @BBL X1C 0.2 nozzle.json"
},
{
"name": "Bambu PETG HF @BBL X1C 0.8 nozzle",
"sub_path": "filament/Bambu PETG HF @BBL X1C 0.8 nozzle.json"
},
{
"name": "Bambu PETG HF @BBL A1",
"sub_path": "filament/Bambu PETG HF @BBL A1.json"
},
{
"name": "Bambu PETG HF @BBL A1 0.2 nozzle",
"sub_path": "filament/Bambu PETG HF @BBL A1 0.2 nozzle.json"
},
{
"name": "Bambu PETG HF @BBL A1 0.8 nozzle",
"sub_path": "filament/Bambu PETG HF @BBL A1 0.8 nozzle.json"
},
{
"name": "Bambu PETG HF @BBL A1M",
"sub_path": "filament/Bambu PETG HF @BBL A1M.json"
},
{
"name": "Bambu PETG HF @BBL A1M 0.2 nozzle",
"sub_path": "filament/Bambu PETG HF @BBL A1M 0.2 nozzle.json"
},
{
"name": "Bambu PETG HF @BBL A1M 0.8 nozzle",
"sub_path": "filament/Bambu PETG HF @BBL A1M 0.8 nozzle.json"
},
{
"name": "Generic PCTG @BBL X1C",
"sub_path": "filament/Generic PCTG @BBL X1C.json"
@ -1961,6 +2005,14 @@
"name": "Bambu ABS-GF @BBL A1",
"sub_path": "filament/Bambu ABS-GF @BBL A1.json"
},
{
"name": "Bambu Support for ABS @BBL X1C",
"sub_path": "filament/Bambu Support for ABS @BBL X1C.json"
},
{
"name": "Bambu Support for ABS @BBL A1",
"sub_path": "filament/Bambu Support for ABS @BBL A1.json"
},
{
"name": "Bambu PC @BBL X1C",
"sub_path": "filament/Bambu PC @BBL X1C.json"

View File

@ -0,0 +1,35 @@
{
"type": "filament",
"name": "Bambu PETG HF @BBL A1 0.2 nozzle",
"inherits": "Bambu PETG HF @base",
"from": "system",
"setting_id": "GFSG02_04",
"instantiation": "true",
"fan_cooling_layer_time": [
"15"
],
"fan_max_speed": [
"50"
],
"fan_min_speed": [
"30"
],
"filament_flow_ratio": [
"0.94"
],
"filament_max_volumetric_speed": [
"1"
],
"nozzle_temperature": [
"240"
],
"overhang_fan_speed": [
"100"
],
"slow_down_layer_time": [
"7"
],
"compatible_printers": [
"Bambu Lab A1 0.2 nozzle"
]
}

View File

@ -0,0 +1,36 @@
{
"type": "filament",
"name": "Bambu PETG HF @BBL A1 0.8 nozzle",
"inherits": "Bambu PETG HF @base",
"from": "system",
"setting_id": "GFSG02_05",
"instantiation": "true",
"fan_cooling_layer_time": [
"15"
],
"fan_max_speed": [
"50"
],
"fan_min_speed": [
"30"
],
"filament_flow_ratio": [
"0.94"
],
"filament_max_volumetric_speed": [
"18"
],
"nozzle_temperature": [
"240"
],
"overhang_fan_speed": [
"100"
],
"slow_down_layer_time": [
"7"
],
"compatible_printers": [
"Bambu Lab A1 0.6 nozzle",
"Bambu Lab A1 0.8 nozzle"
]
}

View File

@ -0,0 +1,35 @@
{
"type": "filament",
"name": "Bambu PETG HF @BBL A1",
"inherits": "Bambu PETG HF @base",
"from": "system",
"setting_id": "GFSG02_03",
"instantiation": "true",
"fan_cooling_layer_time": [
"15"
],
"fan_max_speed": [
"50"
],
"fan_min_speed": [
"30"
],
"filament_flow_ratio": [
"0.94"
],
"filament_max_volumetric_speed": [
"18"
],
"nozzle_temperature": [
"240"
],
"overhang_fan_speed": [
"100"
],
"slow_down_layer_time": [
"7"
],
"compatible_printers": [
"Bambu Lab A1 0.4 nozzle"
]
}

View File

@ -0,0 +1,35 @@
{
"type": "filament",
"name": "Bambu PETG HF @BBL A1M 0.2 nozzle",
"inherits": "Bambu PETG HF @base",
"from": "system",
"setting_id": "GFSG02_07",
"instantiation": "true",
"fan_cooling_layer_time": [
"15"
],
"fan_max_speed": [
"50"
],
"fan_min_speed": [
"30"
],
"filament_flow_ratio": [
"0.94"
],
"filament_max_volumetric_speed": [
"1"
],
"nozzle_temperature": [
"240"
],
"overhang_fan_speed": [
"100"
],
"slow_down_layer_time": [
"7"
],
"compatible_printers": [
"Bambu Lab A1 mini 0.2 nozzle"
]
}

View File

@ -0,0 +1,36 @@
{
"type": "filament",
"name": "Bambu PETG HF @BBL A1M 0.8 nozzle",
"inherits": "Bambu PETG HF @base",
"from": "system",
"setting_id": "GFSG02_08",
"instantiation": "true",
"fan_cooling_layer_time": [
"15"
],
"fan_max_speed": [
"50"
],
"fan_min_speed": [
"30"
],
"filament_flow_ratio": [
"0.94"
],
"filament_max_volumetric_speed": [
"18"
],
"nozzle_temperature": [
"240"
],
"overhang_fan_speed": [
"100"
],
"slow_down_layer_time": [
"7"
],
"compatible_printers": [
"Bambu Lab A1 mini 0.6 nozzle",
"Bambu Lab A1 mini 0.8 nozzle"
]
}

View File

@ -0,0 +1,35 @@
{
"type": "filament",
"name": "Bambu PETG HF @BBL A1M",
"inherits": "Bambu PETG HF @base",
"from": "system",
"setting_id": "GFSG02_06",
"instantiation": "true",
"fan_cooling_layer_time": [
"15"
],
"fan_max_speed": [
"50"
],
"fan_min_speed": [
"30"
],
"filament_flow_ratio": [
"0.94"
],
"filament_max_volumetric_speed": [
"18"
],
"nozzle_temperature": [
"240"
],
"overhang_fan_speed": [
"100"
],
"slow_down_layer_time": [
"7"
],
"compatible_printers": [
"Bambu Lab A1 mini 0.4 nozzle"
]
}

View File

@ -0,0 +1,33 @@
{
"type": "filament",
"name": "Bambu PETG HF @BBL X1C 0.2 nozzle",
"inherits": "Bambu PETG HF @base",
"from": "system",
"setting_id": "GFSG02_01",
"instantiation": "true",
"fan_cooling_layer_time": [
"20"
],
"fan_min_speed": [
"20"
],
"filament_max_volumetric_speed": [
"1"
],
"overhang_fan_speed": [
"100"
],
"slow_down_layer_time": [
"10"
],
"slow_down_min_speed": [
"20"
],
"compatible_printers": [
"Bambu Lab P1P 0.2 nozzle",
"Bambu Lab P1S 0.2 nozzle",
"Bambu Lab X1 0.2 nozzle",
"Bambu Lab X1 Carbon 0.2 nozzle",
"Bambu Lab X1E 0.2 nozzle"
]
}

View File

@ -0,0 +1,35 @@
{
"type": "filament",
"name": "Bambu PETG HF @BBL X1C 0.8 nozzle",
"inherits": "Bambu PETG HF @base",
"from": "system",
"setting_id": "GFSG02_02",
"instantiation": "true",
"fan_cooling_layer_time": [
"20"
],
"fan_min_speed": [
"20"
],
"overhang_fan_speed": [
"100"
],
"slow_down_layer_time": [
"10"
],
"slow_down_min_speed": [
"20"
],
"compatible_printers": [
"Bambu Lab P1P 0.6 nozzle",
"Bambu Lab P1P 0.8 nozzle",
"Bambu Lab P1S 0.6 nozzle",
"Bambu Lab P1S 0.8 nozzle",
"Bambu Lab X1 0.6 nozzle",
"Bambu Lab X1 0.8 nozzle",
"Bambu Lab X1 Carbon 0.6 nozzle",
"Bambu Lab X1 Carbon 0.8 nozzle",
"Bambu Lab X1E 0.6 nozzle",
"Bambu Lab X1E 0.8 nozzle"
]
}

View File

@ -0,0 +1,30 @@
{
"type": "filament",
"name": "Bambu PETG HF @BBL X1C",
"inherits": "Bambu PETG HF @base",
"from": "system",
"setting_id": "GFSG02_00",
"instantiation": "true",
"fan_cooling_layer_time": [
"20"
],
"fan_min_speed": [
"20"
],
"overhang_fan_speed": [
"100"
],
"slow_down_layer_time": [
"10"
],
"slow_down_min_speed": [
"20"
],
"compatible_printers": [
"Bambu Lab X1 Carbon 0.4 nozzle",
"Bambu Lab X1 0.4 nozzle",
"Bambu Lab P1S 0.4 nozzle",
"Bambu Lab P1P 0.4 nozzle",
"Bambu Lab X1E 0.4 nozzle"
]
}

View File

@ -0,0 +1,80 @@
{
"type": "filament",
"name": "Bambu PETG HF @base",
"inherits": "fdm_filament_pet",
"from": "system",
"filament_id": "GFG02",
"instantiation": "false",
"cool_plate_temp": [
"0"
],
"cool_plate_temp_initial_layer": [
"0"
],
"eng_plate_temp": [
"70"
],
"eng_plate_temp_initial_layer": [
"70"
],
"fan_cooling_layer_time": [
"30"
],
"fan_max_speed": [
"40"
],
"fan_min_speed": [
"10"
],
"filament_cost": [
"24.99"
],
"filament_density": [
"1.28"
],
"filament_flow_ratio": [
"0.95"
],
"filament_max_volumetric_speed": [
"21"
],
"filament_vendor": [
"Bambu Lab"
],
"hot_plate_temp": [
"70"
],
"hot_plate_temp_initial_layer": [
"70"
],
"nozzle_temperature": [
"245"
],
"nozzle_temperature_initial_layer": [
"230"
],
"nozzle_temperature_range_high": [
"270"
],
"nozzle_temperature_range_low": [
"230"
],
"overhang_fan_speed": [
"90"
],
"overhang_fan_threshold": [
"10%"
],
"slow_down_layer_time": [
"12"
],
"textured_plate_temp": [
"70"
],
"textured_plate_temp_initial_layer": [
"70"
],
"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}"
]
}

View File

@ -0,0 +1,13 @@
{
"type": "filament",
"name": "Bambu Support for ABS @BBL A1",
"inherits": "Bambu Support for ABS @base",
"from": "system",
"setting_id": "GFSS06_01",
"instantiation": "true",
"compatible_printers": [
"Bambu Lab A1 0.4 nozzle",
"Bambu Lab A1 0.6 nozzle",
"Bambu Lab A1 0.8 nozzle"
]
}

View File

@ -0,0 +1,25 @@
{
"type": "filament",
"name": "Bambu Support for ABS @BBL X1C",
"inherits": "Bambu Support for ABS @base",
"from": "system",
"setting_id": "GFSS06_00",
"instantiation": "true",
"compatible_printers": [
"Bambu Lab P1P 0.4 nozzle",
"Bambu Lab P1P 0.6 nozzle",
"Bambu Lab P1P 0.8 nozzle",
"Bambu Lab P1S 0.4 nozzle",
"Bambu Lab P1S 0.6 nozzle",
"Bambu Lab P1S 0.8 nozzle",
"Bambu Lab X1 0.4 nozzle",
"Bambu Lab X1 0.6 nozzle",
"Bambu Lab X1 0.8 nozzle",
"Bambu Lab X1 Carbon 0.4 nozzle",
"Bambu Lab X1 Carbon 0.6 nozzle",
"Bambu Lab X1 Carbon 0.8 nozzle",
"Bambu Lab X1E 0.4 nozzle",
"Bambu Lab X1E 0.6 nozzle",
"Bambu Lab X1E 0.8 nozzle"
]
}

View File

@ -0,0 +1,35 @@
{
"type": "filament",
"name": "Bambu Support for ABS @base",
"inherits": "fdm_filament_abs",
"from": "system",
"filament_id": "GFS06",
"instantiation": "false",
"fan_max_speed": [
"30"
],
"filament_cost": [
"29.98"
],
"filament_flow_ratio": [
"0.95"
],
"filament_is_support": [
"1"
],
"filament_max_volumetric_speed": [
"6"
],
"filament_vendor": [
"Bambu Lab"
],
"nozzle_temperature_range_high": [
"270"
],
"slow_down_layer_time": [
"12"
],
"temperature_vitrification": [
"90"
]
}

View File

@ -5,8 +5,14 @@
"from": "system",
"setting_id": "GFSN97_00",
"instantiation": "true",
"filament_type": [
"PPA-CF"
"fan_max_speed": [
"35"
],
"filament_max_volumetric_speed": [
"6.5"
],
"overhang_fan_threshold": [
"25%"
],
"compatible_printers": [
"Bambu Lab X1 Carbon 0.4 nozzle",

View File

@ -8,8 +8,14 @@
"chamber_temperatures": [
"60"
],
"filament_type": [
"PPA-CF"
"fan_max_speed": [
"35"
],
"filament_max_volumetric_speed": [
"6.5"
],
"overhang_fan_threshold": [
"25%"
],
"compatible_printers": [
"Bambu Lab X1E 0.4 nozzle",

File diff suppressed because one or more lines are too long

View File

@ -2,12 +2,12 @@
"type": "machine_model",
"name": "Bambu Lab A1",
"nozzle_diameter": "0.4;0.2;0.6;0.8",
"url": "http://www.bambulab.com/Parameters/printer_model/Bambu Lab X1.json",
"bed_model": "bbl-3dp-X1.stl",
"bed_texture": "bbl-3dp-logo.svg",
"default_bed_type": "Textured PEI Plate",
"family": "BBL-3DP",
"machine_tech": "FFF",
"model_id": "N2S",
"url": "http://www.bambulab.com/Parameters/printer_model/Bambu Lab X1.json",
"default_materials": "Bambu PLA Matte @BBL A1;Bambu PLA Basic @BBL A1;Bambu PLA Silk @BBL A1;Bambu Support For PA/PET @BBL A1;Bambu ABS @BBL A1;Bambu PETG Basic @BBL A1;Bambu TPU 95A @BBL A1;Bambu PLA Tough @BBL A1;Generic PLA @BBL A1;Generic PLA High Speed @BBL A1;Generic PETG @BBL A1;Generic PVA @BBL A1"
"default_materials": "Bambu PLA Matte @BBL A1;Bambu PLA Basic @BBL A1;Bambu PLA Silk @BBL A1;Bambu Support For PA/PET @BBL A1;Bambu ABS @BBL A1;Bambu TPU 95A @BBL A1;Bambu PLA Tough @BBL A1;Generic PLA @BBL A1;Generic PLA High Speed @BBL A1;Generic PETG @BBL A1;Generic PVA @BBL A1;Bambu PETG HF @BBL A1"
}

View File

@ -2,12 +2,12 @@
"type": "machine_model",
"name": "Bambu Lab P1P",
"nozzle_diameter": "0.4;0.2;0.6;0.8",
"url": "http://www.bambulab.com/Parameters/printer_model/Bambu Lab X1.json",
"bed_model": "bbl-3dp-X1.stl",
"bed_texture": "bbl-3dp-logo.svg",
"default_bed_type": "Textured PEI Plate",
"family": "BBL-3DP",
"machine_tech": "FFF",
"model_id": "C11",
"url": "http://www.bambulab.com/Parameters/printer_model/Bambu Lab X1.json",
"default_materials": "Bambu PLA Matte @BBL P1P;Bambu PLA Basic @BBL P1P;Bambu PLA-CF @BBL P1P;Bambu PETG Basic @BBL X1C;Bambu PETG-CF @BBL P1P;Bambu ABS @BBL P1P;Bambu PLA Silk @BBL P1P;Bambu PAHT-CF @BBL P1P;Bambu Support For PA/PET @BBL P1P;Bambu Support For PLA @BBL P1P;Generic PLA @BBL P1P;Generic PLA High Speed @BBL P1P;Generic PETG @BBL P1P"
"default_materials": "Bambu PLA Matte @BBL P1P;Bambu PLA Basic @BBL P1P;Bambu PLA-CF @BBL P1P;Bambu PETG-CF @BBL P1P;Bambu ABS @BBL P1P;Bambu PLA Silk @BBL P1P;Bambu PAHT-CF @BBL P1P;Bambu Support For PA/PET @BBL P1P;Bambu Support For PLA @BBL P1P;Generic PLA @BBL P1P;Generic PLA High Speed @BBL P1P;Generic PETG @BBL P1P;Bambu PETG HF @BBL X1C"
}

View File

@ -2,12 +2,12 @@
"type": "machine_model",
"name": "Bambu Lab P1S",
"nozzle_diameter": "0.4;0.2;0.6;0.8",
"url": "http://www.bambulab.com/Parameters/printer_model/Bambu Lab X1.json",
"bed_model": "bbl-3dp-X1.stl",
"bed_texture": "bbl-3dp-logo.svg",
"default_bed_type": "Textured PEI Plate",
"family": "BBL-3DP",
"machine_tech": "FFF",
"model_id": "C12",
"url": "http://www.bambulab.com/Parameters/printer_model/Bambu Lab X1.json",
"default_materials": "Bambu PLA Matte @BBL X1C;Bambu PLA Basic @BBL X1C;Bambu PLA-CF @BBL X1C;Bambu PETG Basic @BBL X1C;Bambu PETG-CF @BBL X1C;Bambu ABS @BBL X1C;Bambu PLA Silk @BBL X1C;Bambu PAHT-CF @BBL X1C;Bambu Support For PLA @BBL X1C;Bambu Support For PA/PET @BBL X1C;Generic PLA;Generic PLA High Speed @BBL X1C;Generic PETG"
"default_materials": "Bambu PLA Matte @BBL X1C;Bambu PLA Basic @BBL X1C;Bambu PLA-CF @BBL X1C;Bambu PETG-CF @BBL X1C;Bambu ABS @BBL X1C;Bambu PLA Silk @BBL X1C;Bambu PAHT-CF @BBL X1C;Bambu Support For PLA @BBL X1C;Bambu Support For PA/PET @BBL X1C;Generic PLA;Generic PLA High Speed @BBL X1C;Generic PETG;Bambu PETG HF @BBL X1C"
}

View File

@ -2,12 +2,12 @@
"type": "machine_model",
"name": "Bambu Lab X1 Carbon",
"nozzle_diameter": "0.4;0.2;0.6;0.8",
"url": "http://www.bambulab.com/Parameters/printer_model/Bambu Lab X1 Carbon.json",
"bed_model": "bbl-3dp-X1.stl",
"bed_texture": "bbl-3dp-logo.svg",
"default_bed_type": "Textured PEI Plate",
"family": "BBL-3DP",
"machine_tech": "FFF",
"model_id": "BL-P001",
"url": "http://www.bambulab.com/Parameters/printer_model/Bambu Lab X1 Carbon.json",
"default_materials": "Bambu PLA Matte @BBL X1C;Bambu PLA Basic @BBL X1C;Bambu PLA-CF @BBL X1C;Bambu PETG Basic @BBL X1C;Bambu PETG-CF @BBL X1C;Bambu ABS @BBL X1C;Bambu PC @BBL X1C;Bambu TPU 95A @BBL X1C;Bambu PAHT-CF @BBL X1C;Bambu Support For PLA @BBL X1C;Bambu Support For PA/PET @BBL X1C;Generic PLA;Generic PLA High Speed @BBL X1C"
"default_materials": "Bambu PLA Matte @BBL X1C;Bambu PLA Basic @BBL X1C;Bambu PLA-CF @BBL X1C;Bambu PETG-CF @BBL X1C;Bambu ABS @BBL X1C;Bambu PC @BBL X1C;Bambu TPU 95A @BBL X1C;Bambu PAHT-CF @BBL X1C;Bambu Support For PLA @BBL X1C;Bambu Support For PA/PET @BBL X1C;Generic PLA;Generic PLA High Speed @BBL X1C;Bambu PETG HF @BBL X1C"
}

View File

@ -2,12 +2,12 @@
"type": "machine_model",
"name": "Bambu Lab X1",
"nozzle_diameter": "0.4;0.2;0.6;0.8",
"url": "http://www.bambulab.com/Parameters/printer_model/Bambu Lab X1.json",
"bed_model": "bbl-3dp-X1.stl",
"bed_texture": "bbl-3dp-logo.svg",
"default_bed_type": "Textured PEI Plate",
"family": "BBL-3DP",
"machine_tech": "FFF",
"model_id": "BL-P002",
"url": "http://www.bambulab.com/Parameters/printer_model/Bambu Lab X1.json",
"default_materials": "Bambu PLA Matte @BBL X1;Bambu PLA Basic @BBL X1;Bambu PLA-CF @BBL X1C;Bambu PETG Basic @BBL X1C;Bambu PETG-CF @BBL X1C;Bambu ABS @BBL X1C;Bambu PLA Silk @BBL X1;Bambu PAHT-CF @BBL X1C;Bambu Support For PLA @BBL X1C;Bambu Support For PA/PET @BBL X1C;Generic PLA;Generic PLA High Speed @BBL X1C;Generic PETG"
"default_materials": "Bambu PLA Matte @BBL X1;Bambu PLA Basic @BBL X1;Bambu PLA-CF @BBL X1C;Bambu PETG-CF @BBL X1C;Bambu ABS @BBL X1C;Bambu PLA Silk @BBL X1;Bambu PAHT-CF @BBL X1C;Bambu Support For PLA @BBL X1C;Bambu Support For PA/PET @BBL X1C;Generic PLA;Generic PLA High Speed @BBL X1C;Generic PETG;Bambu PETG HF @BBL X1C"
}

View File

@ -2,12 +2,12 @@
"type": "machine_model",
"name": "Bambu Lab X1E",
"nozzle_diameter": "0.4;0.2;0.6;0.8",
"url": "http://www.bambulab.com/Parameters/printer_model/Bambu Lab X1 Carbon.json",
"bed_model": "bbl-3dp-X1.stl",
"bed_texture": "bbl-3dp-logo.svg",
"default_bed_type": "Textured PEI Plate",
"family": "BBL-3DP",
"machine_tech": "FFF",
"model_id": "C13",
"url": "http://www.bambulab.com/Parameters/printer_model/Bambu Lab X1 Carbon.json",
"default_materials": "Bambu PLA Matte @BBL X1C;Bambu PLA Basic @BBL X1C;Bambu PLA-CF @BBL X1C;Bambu PETG Basic @BBL X1C;Bambu PETG-CF @BBL X1C;Bambu ABS @BBL X1E;Bambu ASA @BBL X1E;Bambu PC @BBL X1E;Bambu PAHT-CF @BBL X1C;Bambu Support For PLA @BBL X1C;Bambu Support For PA/PET @BBL X1C;Generic PPA-CF @BBL X1E;Generic PPS @BBL X1E;Generic PPS-CF @BBL X1E"
"default_materials": "Bambu PLA Matte @BBL X1C;Bambu PLA Basic @BBL X1C;Bambu PLA-CF @BBL X1C;Bambu PETG-CF @BBL X1C;Bambu ABS @BBL X1E;Bambu ASA @BBL X1E;Bambu PC @BBL X1E;Bambu PAHT-CF @BBL X1C;Bambu Support For PLA @BBL X1C;Bambu Support For PA/PET @BBL X1C;Generic PPA-CF @BBL X1E;Generic PPS @BBL X1E;Generic PPS-CF @BBL X1E;Bambu PETG HF @BBL X1C"
}