diff --git a/resources/profiles/BBL.json b/resources/profiles/BBL.json index a8ea993a4..0cb74090d 100644 --- a/resources/profiles/BBL.json +++ b/resources/profiles/BBL.json @@ -1,7 +1,7 @@ { "name": "Bambulab", "url": "http://www.bambulab.com/Parameters/vendor/BBL.json", - "version": "01.05.00.14", + "version": "01.05.00.15", "force_update": "0", "description": "the initial version of BBL configurations", "machine_model_list": [ @@ -657,6 +657,10 @@ "name":"Generic PLA @BBL P1P", "sub_path":"filament/P1P/Generic PLA @BBL P1P.json" }, + { + "name":"Generic PLA Silk @BBL P1P", + "sub_path":"filament/P1P/Generic PLA Silk @BBL P1P.json" + }, { "name": "Generic ABS @BBL P1P 0.2 nozzle", "sub_path": "filament/P1P/Generic ABS @BBL P1P 0.2 nozzle.json" diff --git a/resources/profiles/BBL/filament/P1P/Generic PLA Silk @BBL P1P.json b/resources/profiles/BBL/filament/P1P/Generic PLA Silk @BBL P1P.json new file mode 100644 index 000000000..a6498fb75 --- /dev/null +++ b/resources/profiles/BBL/filament/P1P/Generic PLA Silk @BBL P1P.json @@ -0,0 +1,19 @@ +{ + "type": "filament", + "setting_id": "GFSL99_12", + "name": "Generic PLA Silk @BBL P1P", + "from": "system", + "instantiation": "true", + "inherits": "Generic PLA @BBL P1P", + "filament_max_volumetric_speed": [ + "7.5" + ], + "filament_retraction_length": [ + "0.5" + ], + "compatible_printers": [ + "Bambu Lab P1P 0.4 nozzle", + "Bambu Lab P1P 0.6 nozzle", + "Bambu Lab P1P 0.8 nozzle" + ] +} diff --git a/resources/profiles/BBL/machine/Bambu Lab P1P.json b/resources/profiles/BBL/machine/Bambu Lab P1P.json index c08537f87..c48372c5d 100644 --- a/resources/profiles/BBL/machine/Bambu Lab P1P.json +++ b/resources/profiles/BBL/machine/Bambu Lab P1P.json @@ -9,5 +9,5 @@ "bed_model": "bbl-3dp-X1.stl", "bed_texture": "bbl-3dp-logo.svg", "hotend_model": "bbl-3dp-hotend.stl", - "default_materials": "Generic PLA @BBL P1P;Bambu PLA Matte @BBL P1P;Bambu PLA Basic @BBL P1P;Bambu ABS @BBL P1P;Bambu PC @BBL P1P;Bambu Support W @BBL P1P;Bambu TPU 95A @BBL P1P;PolyTerra PLA @BBL P1P;PolyLite PLA @BBL P1P;" + "default_materials": "Generic PLA @BBL P1P;Generic PLA Silk @BBL P1P;Bambu PLA Matte @BBL P1P;Bambu PLA Basic @BBL P1P;Bambu ABS @BBL P1P;Bambu PC @BBL P1P;Bambu Support W @BBL P1P;Bambu TPU 95A @BBL P1P;PolyTerra PLA @BBL P1P;PolyLite PLA @BBL P1P;" }