ENH:add support for ASA and PLA Aero
Change-Id: I1d4be3cbfce5115bd06b310c947b8aa13960b43b
This commit is contained in:
parent
a12e1f2568
commit
fb5a9062ff
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "Bambulab",
|
"name": "Bambulab",
|
||||||
"url": "http://www.bambulab.com/Parameters/vendor/BBL.json",
|
"url": "http://www.bambulab.com/Parameters/vendor/BBL.json",
|
||||||
"version": "01.06.00.06",
|
"version": "01.06.00.08",
|
||||||
"force_update": "0",
|
"force_update": "0",
|
||||||
"description": "the initial version of BBL configurations",
|
"description": "the initial version of BBL configurations",
|
||||||
"machine_model_list": [
|
"machine_model_list": [
|
||||||
|
@ -900,6 +900,46 @@
|
||||||
{
|
{
|
||||||
"name": "Bambu Support For PA/PET @BBL X1C",
|
"name": "Bambu Support For PA/PET @BBL X1C",
|
||||||
"sub_path": "filament/Bambu Support For PA PET @BBL X1C.json"
|
"sub_path": "filament/Bambu Support For PA PET @BBL X1C.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Bambu PLA Aero @base",
|
||||||
|
"sub_path": "filament/Bambu PLA Aero @base.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Bambu PLA Aero @BBL X1",
|
||||||
|
"sub_path": "filament/Bambu PLA Aero @BBL X1.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Bambu PLA Aero @BBL X1C",
|
||||||
|
"sub_path": "filament/Bambu PLA Aero @BBL X1C.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Bambu PLA Aero @BBL P1P",
|
||||||
|
"sub_path": "filament/P1P/Bambu PLA Aero @BBL P1P.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Bambu ASA @base",
|
||||||
|
"sub_path": "filament/Bambu ASA @base.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Bambu ASA @BBL X1 0.2 nozzle",
|
||||||
|
"sub_path": "filament/Bambu ASA @BBL X1 0.2 nozzle.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Bambu ASA @BBL X1 0.6 nozzle",
|
||||||
|
"sub_path": "filament/Bambu ASA @BBL X1 0.6 nozzle.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Bambu ASA @BBL X1C",
|
||||||
|
"sub_path": "filament/Bambu ASA @BBL X1C.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Bambu ASA @BBL X1C 0.2 nozzle",
|
||||||
|
"sub_path": "filament/Bambu ASA @BBL X1C 0.2 nozzle.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Bambu ASA @BBL X1C 0.4 nozzle",
|
||||||
|
"sub_path": "filament/Bambu ASA @BBL X1C 0.4 nozzle.json"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"machine_list": [
|
"machine_list": [
|
||||||
|
|
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"name": "Bambu ASA @BBL X1 0.2 nozzle",
|
||||||
|
"type": "filament",
|
||||||
|
"instantiation": "true",
|
||||||
|
"from": "system",
|
||||||
|
"inherits": "Bambu ASA @base",
|
||||||
|
"setting_id": "GFSB01_03",
|
||||||
|
"fan_max_speed": [
|
||||||
|
"80"
|
||||||
|
],
|
||||||
|
"filament_max_volumetric_speed": [
|
||||||
|
"2"
|
||||||
|
],
|
||||||
|
"compatible_printers": [
|
||||||
|
"Bambu Lab X1 0.2 nozzle"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,20 @@
|
||||||
|
{
|
||||||
|
"name": "Bambu ASA @BBL X1 0.6 nozzle",
|
||||||
|
"type": "filament",
|
||||||
|
"instantiation": "true",
|
||||||
|
"from": "system",
|
||||||
|
"inherits": "Bambu ASA @base",
|
||||||
|
"setting_id": "GFSB01_04",
|
||||||
|
"fan_max_speed": [
|
||||||
|
"90"
|
||||||
|
],
|
||||||
|
"fan_min_speed": [
|
||||||
|
"25"
|
||||||
|
],
|
||||||
|
"filament_retraction_speed": [
|
||||||
|
"0.4"
|
||||||
|
],
|
||||||
|
"compatible_printers": [
|
||||||
|
"Bambu Lab X1 0.6 nozzle"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"name": "Bambu ASA @BBL X1C 0.2 nozzle",
|
||||||
|
"type": "filament",
|
||||||
|
"instantiation": "true",
|
||||||
|
"from": "system",
|
||||||
|
"inherits": "Bambu ASA @base",
|
||||||
|
"setting_id": "GFSB01_01",
|
||||||
|
"filament_max_volumetric_speed": [
|
||||||
|
"2"
|
||||||
|
],
|
||||||
|
"compatible_printers": [
|
||||||
|
"Bambu Lab X1 Carbon 0.2 nozzle",
|
||||||
|
"Bambu Lab P1P 0.2 nozzle"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"name": "Bambu ASA @BBL X1C 0.4 nozzle",
|
||||||
|
"type": "filament",
|
||||||
|
"instantiation": "true",
|
||||||
|
"from": "system",
|
||||||
|
"inherits": "Bambu ASA @base",
|
||||||
|
"setting_id": "GFSB01_02",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Bambu Lab X1 Carbon 0.4 nozzle",
|
||||||
|
"Bambu Lab X1 0.4 nozzle",
|
||||||
|
"Bambu Lab P1P 0.4 nozzle",
|
||||||
|
"Bambu Lab P1P 0.8 nozzle"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"name": "Bambu ASA @BBL X1C",
|
||||||
|
"type": "filament",
|
||||||
|
"instantiation": "true",
|
||||||
|
"from": "system",
|
||||||
|
"inherits": "Bambu ASA @base",
|
||||||
|
"setting_id": "GFSB01_00",
|
||||||
|
"fan_min_speed": [
|
||||||
|
"25"
|
||||||
|
],
|
||||||
|
"fan_max_speed": [
|
||||||
|
"90"
|
||||||
|
],
|
||||||
|
"compatible_printers": [
|
||||||
|
"Bambu Lab X1 Carbon 0.6 nozzle",
|
||||||
|
"Bambu Lab X1 Carbon 0.8 nozzle",
|
||||||
|
"Bambu Lab X1 0.8 nozzle"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,29 @@
|
||||||
|
{
|
||||||
|
"name": "Bambu ASA @base",
|
||||||
|
"type": "filament",
|
||||||
|
"instantiation": "false",
|
||||||
|
"from": "system",
|
||||||
|
"inherits": "fdm_filament_asa",
|
||||||
|
"filament_density": [
|
||||||
|
"1.05"
|
||||||
|
],
|
||||||
|
"filament_cost": [
|
||||||
|
"31.99"
|
||||||
|
],
|
||||||
|
"filament_id": "GFB01",
|
||||||
|
"nozzle_temperature_initial_layer": [
|
||||||
|
"270"
|
||||||
|
],
|
||||||
|
"nozzle_temperature": [
|
||||||
|
"270"
|
||||||
|
],
|
||||||
|
"filament_flow_ratio": [
|
||||||
|
"0.95"
|
||||||
|
],
|
||||||
|
"fan_max_speed": [
|
||||||
|
"50"
|
||||||
|
],
|
||||||
|
"filament_max_volumetric_speed": [
|
||||||
|
"18"
|
||||||
|
]
|
||||||
|
}
|
|
@ -79,5 +79,8 @@
|
||||||
],
|
],
|
||||||
"nozzle_temperature": [
|
"nozzle_temperature": [
|
||||||
"270"
|
"270"
|
||||||
|
],
|
||||||
|
"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}"
|
||||||
]
|
]
|
||||||
}
|
}
|
|
@ -66,6 +66,6 @@
|
||||||
"270"
|
"270"
|
||||||
],
|
],
|
||||||
"filament_start_gcode": [
|
"filament_start_gcode": [
|
||||||
"; filament start gcode\n{if (bed_temperature[current_extruder] >60)||(bed_temperature_initial_layer[current_extruder] >60)}M106 P3 S255\n{elsif (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S180\n{endif}"
|
"; 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}"
|
||||||
]
|
]
|
||||||
}
|
}
|
|
@ -73,5 +73,8 @@
|
||||||
],
|
],
|
||||||
"slow_down_layer_time": [
|
"slow_down_layer_time": [
|
||||||
"6"
|
"6"
|
||||||
|
],
|
||||||
|
"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}"
|
||||||
]
|
]
|
||||||
}
|
}
|
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"name": "Bambu PLA Aero @BBL X1",
|
||||||
|
"type": "filament",
|
||||||
|
"instantiation": "true",
|
||||||
|
"from": "system",
|
||||||
|
"inherits": "Bambu PLA Aero @base",
|
||||||
|
"setting_id": "GFSA11_00",
|
||||||
|
"slow_down_layer_time": [
|
||||||
|
"8"
|
||||||
|
],
|
||||||
|
"compatible_printers": [
|
||||||
|
"Bambu Lab X1 0.4 nozzle",
|
||||||
|
"Bambu Lab X1 0.6 nozzle",
|
||||||
|
"Bambu Lab X1 0.8 nozzle"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"name": "Bambu PLA Aero @BBL X1C",
|
||||||
|
"type": "filament",
|
||||||
|
"instantiation": "true",
|
||||||
|
"from": "system",
|
||||||
|
"inherits": "Bambu PLA Aero @base",
|
||||||
|
"setting_id": "GFSA11_01",
|
||||||
|
"slow_down_layer_time": [
|
||||||
|
"4"
|
||||||
|
],
|
||||||
|
"compatible_printers": [
|
||||||
|
"Bambu Lab X1 Carbon 0.4 nozzle",
|
||||||
|
"Bambu Lab X1 Carbon 0.6 nozzle",
|
||||||
|
"Bambu Lab X1 Carbon 0.8 nozzle"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,29 @@
|
||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"name": "Bambu PLA Aero @base",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "false",
|
||||||
|
"inherits": "fdm_filament_pla",
|
||||||
|
"filament_id": "GFA11",
|
||||||
|
"filament_flow_ratio": [
|
||||||
|
"0.6"
|
||||||
|
],
|
||||||
|
"filament_cost": [
|
||||||
|
"44.99"
|
||||||
|
],
|
||||||
|
"filament_density": [
|
||||||
|
"1.21"
|
||||||
|
],
|
||||||
|
"filament_vendor": [
|
||||||
|
"Bambu Lab"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_range_low": [
|
||||||
|
"210"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_range_high": [
|
||||||
|
"260"
|
||||||
|
],
|
||||||
|
"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}"
|
||||||
|
]
|
||||||
|
}
|
|
@ -40,5 +40,8 @@
|
||||||
],
|
],
|
||||||
"filament_type": [
|
"filament_type": [
|
||||||
"PLA-CF"
|
"PLA-CF"
|
||||||
|
],
|
||||||
|
"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}"
|
||||||
]
|
]
|
||||||
}
|
}
|
|
@ -25,5 +25,8 @@
|
||||||
],
|
],
|
||||||
"slow_down_layer_time": [
|
"slow_down_layer_time": [
|
||||||
"8"
|
"8"
|
||||||
|
],
|
||||||
|
"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}"
|
||||||
]
|
]
|
||||||
}
|
}
|
|
@ -25,5 +25,8 @@
|
||||||
],
|
],
|
||||||
"slow_down_layer_time": [
|
"slow_down_layer_time": [
|
||||||
"8"
|
"8"
|
||||||
|
],
|
||||||
|
"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}"
|
||||||
]
|
]
|
||||||
}
|
}
|
|
@ -73,5 +73,8 @@
|
||||||
],
|
],
|
||||||
"slow_down_layer_time": [
|
"slow_down_layer_time": [
|
||||||
"6"
|
"6"
|
||||||
|
],
|
||||||
|
"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}"
|
||||||
]
|
]
|
||||||
}
|
}
|
|
@ -25,5 +25,8 @@
|
||||||
],
|
],
|
||||||
"additional_cooling_fan_speed": [
|
"additional_cooling_fan_speed": [
|
||||||
"0"
|
"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}"
|
||||||
]
|
]
|
||||||
}
|
}
|
|
@ -0,0 +1,34 @@
|
||||||
|
{
|
||||||
|
"name": "Bambu PLA Aero @BBL P1P",
|
||||||
|
"type": "filament",
|
||||||
|
"instantiation": "true",
|
||||||
|
"from": "system",
|
||||||
|
"inherits": "Bambu PLA Aero @base",
|
||||||
|
"setting_id": "GFSA11_02",
|
||||||
|
"hot_plate_temp_initial_layer": [
|
||||||
|
"65"
|
||||||
|
],
|
||||||
|
"hot_plate_temp": [
|
||||||
|
"65"
|
||||||
|
],
|
||||||
|
"textured_plate_temp_initial_layer": [
|
||||||
|
"65"
|
||||||
|
],
|
||||||
|
"textured_plate_temp": [
|
||||||
|
"65"
|
||||||
|
],
|
||||||
|
"fan_min_speed": [
|
||||||
|
"50"
|
||||||
|
],
|
||||||
|
"fan_cooling_layer_time": [
|
||||||
|
"80"
|
||||||
|
],
|
||||||
|
"slow_down_layer_time": [
|
||||||
|
"8"
|
||||||
|
],
|
||||||
|
"compatible_printers": [
|
||||||
|
"Bambu Lab P1P 0.4 nozzle",
|
||||||
|
"Bambu Lab P1P 0.6 nozzle",
|
||||||
|
"Bambu Lab P1P 0.8 nozzle"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue