NEW: 0.2mm Strength process preset

Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: I9b3c1393912ae3dc748363aef15167591588915e
This commit is contained in:
qing.zhang 2022-10-11 11:28:19 +08:00 committed by Lane.Wei
parent e863d1054a
commit 62ae445f97
4 changed files with 29 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
"name": "Bambulab",
"url": "http://www.bambulab.com/Parameters/vendor/BBL.json",
"version": "01.04.00.02",
"version": "01.04.00.05",
"force_update": "0",
"description": "the initial version of BBL configurations",
"machine_model_list": [
@ -75,6 +75,10 @@
"name": "0.20mm Standard @BBL X1C",
"sub_path": "process/0.20mm Standard @BBL X1C.json"
},
{
"name":"0.20mm Strength @BBL X1C",
"sub_path":"process/0.20mm Strength @BBL X1C.json"
},
{
"name": "0.24mm Draft @BBL X1C",
"sub_path": "process/0.24mm Draft @BBL X1C.json"

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,16 @@
{
"type": "process",
"setting_id": "GP013",
"name": "0.20mm Strength @BBL X1C",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_bbl_0.20",
"outer_wall_speed": "40",
"sparse_infill_speed": "100",
"wall_loops": "6",
"sparse_infill_density": "60%",
"compatible_printers": [
"Bambu Lab X1 Carbon 0.4 nozzle",
"Bambu Lab X1 0.4 nozzle"
]
}