NEW: add preset of 0.2 nozzle X1

Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: Ib5639a4f503f7c27023dd43d1a7e3929b51bdd77
This commit is contained in:
qing.zhang
2022-09-08 21:49:36 +08:00
committed by Lane.Wei
parent b957878ba0
commit b025de8746
13 changed files with 102 additions and 61 deletions
+13 -9
View File
@@ -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.02.00.00", "version": "01.02.00.01",
"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": [
@@ -213,10 +213,6 @@
"name": "Generic PETG @base", "name": "Generic PETG @base",
"sub_path": "filament/Generic PETG @base.json" "sub_path": "filament/Generic PETG @base.json"
}, },
{
"name": "Generic PETG @0.2 nozzle",
"sub_path": "filament/Generic PETG @0.2 nozzle.json"
},
{ {
"name": "Generic PETG", "name": "Generic PETG",
"sub_path": "filament/Generic PETG.json" "sub_path": "filament/Generic PETG.json"
@@ -261,6 +257,14 @@
"name": "Generic PC", "name": "Generic PC",
"sub_path": "filament/Generic PC.json" "sub_path": "filament/Generic PC.json"
}, },
{
"name": "Generic PVA @base",
"sub_path": "filament/Generic PVA @base.json"
},
{
"name": "Generic PVA @0.2 nozzle",
"sub_path": "filament/Generic PVA @0.2 nozzle.json"
},
{ {
"name": "Generic PVA", "name": "Generic PVA",
"sub_path": "filament/Generic PVA.json" "sub_path": "filament/Generic PVA.json"
@@ -277,10 +281,6 @@
"name": "Bambu TPU 95A @BBL X1C", "name": "Bambu TPU 95A @BBL X1C",
"sub_path": "filament/Bambu TPU 95A @BBL X1C.json" "sub_path": "filament/Bambu TPU 95A @BBL X1C.json"
}, },
{
"name": "Bambu TPU 95A @BBL X1C 0.2 nozzle",
"sub_path": "filament/Bambu TPU 95A @BBL X1C 0.2 nozzle.json"
},
{ {
"name": "Bambu TPU 95A @BBL X1", "name": "Bambu TPU 95A @BBL X1",
"sub_path": "filament/Bambu TPU 95A @BBL X1.json" "sub_path": "filament/Bambu TPU 95A @BBL X1.json"
@@ -399,6 +399,10 @@
"name": "Bambu Lab X1 0.4 nozzle", "name": "Bambu Lab X1 0.4 nozzle",
"sub_path": "machine/Bambu Lab X1 0.4 nozzle.json" "sub_path": "machine/Bambu Lab X1 0.4 nozzle.json"
}, },
{
"name": "Bambu Lab X1 0.2 nozzle",
"sub_path": "machine/Bambu Lab X1 0.2 nozzle.json"
},
{ {
"name": "Bambu Lab X1 0.8 nozzle", "name": "Bambu Lab X1 0.8 nozzle",
"sub_path": "machine/Bambu Lab X1 0.8 nozzle.json" "sub_path": "machine/Bambu Lab X1 0.8 nozzle.json"
@@ -6,9 +6,10 @@
"instantiation": "true", "instantiation": "true",
"inherits": "Bambu ABS @base", "inherits": "Bambu ABS @base",
"filament_max_volumetric_speed": [ "filament_max_volumetric_speed": [
"4" "2"
], ],
"compatible_printers": [ "compatible_printers": [
"Bambu Lab X1 Carbon 0.2 nozzle" "Bambu Lab X1 Carbon 0.2 nozzle",
"Bambu Lab X1 0.2 nozzle"
] ]
} }
@@ -12,6 +12,7 @@
"260" "260"
], ],
"compatible_printers": [ "compatible_printers": [
"Bambu Lab X1 Carbon 0.2 nozzle" "Bambu Lab X1 Carbon 0.2 nozzle",
"Bambu Lab X1 0.2 nozzle"
] ]
} }
@@ -6,9 +6,10 @@
"instantiation": "true", "instantiation": "true",
"inherits": "Bambu PLA Basic @base", "inherits": "Bambu PLA Basic @base",
"filament_max_volumetric_speed": [ "filament_max_volumetric_speed": [
"4" "2"
], ],
"compatible_printers": [ "compatible_printers": [
"Bambu Lab X1 Carbon 0.2 nozzle" "Bambu Lab X1 Carbon 0.2 nozzle",
"Bambu Lab X1 0.2 nozzle"
] ]
} }
@@ -6,9 +6,10 @@
"instantiation": "true", "instantiation": "true",
"inherits": "Bambu PLA Matte @base", "inherits": "Bambu PLA Matte @base",
"filament_max_volumetric_speed": [ "filament_max_volumetric_speed": [
"4" "2"
], ],
"compatible_printers": [ "compatible_printers": [
"Bambu Lab X1 Carbon 0.2 nozzle" "Bambu Lab X1 Carbon 0.2 nozzle",
"Bambu Lab X1 0.2 nozzle"
] ]
} }
@@ -6,9 +6,16 @@
"instantiation": "true", "instantiation": "true",
"inherits": "Bambu Support W @base", "inherits": "Bambu Support W @base",
"filament_max_volumetric_speed": [ "filament_max_volumetric_speed": [
"2" "0.5"
],
"nozzle_temperature_initial_layer": [
"240"
],
"nozzle_temperature": [
"240"
], ],
"compatible_printers": [ "compatible_printers": [
"Bambu Lab X1 Carbon 0.2 nozzle" "Bambu Lab X1 Carbon 0.2 nozzle",
"Bambu Lab X1 0.2 nozzle"
] ]
} }
@@ -1,14 +0,0 @@
{
"type": "filament",
"setting_id": "GFSU00_00",
"name": "Bambu TPU 95A @BBL X1C 0.2 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "Bambu TPU 95A @base",
"filament_max_volumetric_speed": [
"0.5"
],
"compatible_printers": [
"Bambu Lab X1 Carbon 0.2 nozzle"
]
}
@@ -1,14 +0,0 @@
{
"type": "filament",
"setting_id": "GFSG99_00",
"name": "Generic PETG @0.2 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "Generic PETG @base",
"filament_max_volumetric_speed": [
"1"
],
"compatible_printers": [
"Bambu Lab X1 Carbon 0.2 nozzle"
]
}
@@ -0,0 +1,15 @@
{
"type": "filament",
"setting_id": "GFSS99_00",
"name": "Generic PVA @0.2 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "Generic PVA @base",
"filament_max_volumetric_speed": [
"0.5"
],
"compatible_printers": [
"Bambu Lab X1 Carbon 0.2 nozzle",
"Bambu Lab X1 0.2 nozzle"
]
}
@@ -0,0 +1,20 @@
{
"type": "filament",
"filament_id": "GFS99",
"name": "Generic PVA @base",
"from": "system",
"instantiation": "false",
"inherits": "fdm_filament_pva",
"filament_flow_ratio": [
"0.95"
],
"filament_max_volumetric_speed": [
"16"
],
"slow_down_layer_time": [
"7"
],
"slow_down_min_speed": [
"20"
]
}
@@ -1,23 +1,10 @@
{ {
"type": "filament", "type": "filament",
"filament_id": "GFS99",
"setting_id": "GFSS99", "setting_id": "GFSS99",
"name": "Generic PVA", "name": "Generic PVA",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",
"inherits": "fdm_filament_pva", "inherits": "Generic PVA @base",
"filament_flow_ratio": [
"0.95"
],
"filament_max_volumetric_speed": [
"16"
],
"slow_down_layer_time": [
"7"
],
"slow_down_min_speed": [
"20"
],
"compatible_printers": [ "compatible_printers": [
"Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.4 nozzle",
"Bambu Lab X1 0.4 nozzle", "Bambu Lab X1 0.4 nozzle",
File diff suppressed because one or more lines are too long
@@ -3,7 +3,7 @@
"name": "Bambu Lab X1", "name": "Bambu Lab X1",
"model_id": "BL-P002", "model_id": "BL-P002",
"url": "http://www.bambulab.com/Parameters/printer_model/Bambu Lab X1.json", "url": "http://www.bambulab.com/Parameters/printer_model/Bambu Lab X1.json",
"nozzle_diameter": "0.4;0.6;0.8", "nozzle_diameter": "0.2;0.4;0.6;0.8",
"machine_tech": "FFF", "machine_tech": "FFF",
"family": "BBL-3DP", "family": "BBL-3DP",
"bed_model": "bbl-3dp-X1.stl", "bed_model": "bbl-3dp-X1.stl",