ENH: add h2d in upward machines
jira: NONE Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: I4168311dd5e5779f1b3930c733c1b682a8c67fed
This commit is contained in:
parent
28bdf64fef
commit
7e5b6c4274
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Bambulab",
|
||||
"url": "http://www.bambulab.com/Parameters/vendor/BBL.json",
|
||||
"version": "02.00.00.72",
|
||||
"version": "02.00.00.73",
|
||||
"force_update": "0",
|
||||
"description": "the initial version of BBL configurations",
|
||||
"machine_model_list": [
|
||||
|
|
|
@ -20,5 +20,7 @@
|
|||
"0.04"
|
||||
],
|
||||
"default_print_profile": "0.10mm Standard @BBL A1 0.2 nozzle",
|
||||
"upward_compatible_machine": []
|
||||
"upward_compatible_machine": [
|
||||
"Bambu Lab H2D 0.2 nozzle"
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -20,5 +20,7 @@
|
|||
"min_layer_height": [
|
||||
"0.12"
|
||||
],
|
||||
"upward_compatible_machine": []
|
||||
"upward_compatible_machine": [
|
||||
"Bambu Lab H2D 0.6 nozzle"
|
||||
]
|
||||
}
|
|
@ -20,5 +20,7 @@
|
|||
"min_layer_height": [
|
||||
"0.16"
|
||||
],
|
||||
"upward_compatible_machine": []
|
||||
"upward_compatible_machine": [
|
||||
"Bambu Lab H2D 0.8 nozzle"
|
||||
]
|
||||
}
|
|
@ -29,6 +29,7 @@
|
|||
"Bambu Lab X1 0.2 nozzle",
|
||||
"Bambu Lab X1 Carbon 0.2 nozzle",
|
||||
"Bambu Lab X1E 0.2 nozzle",
|
||||
"Bambu Lab A1 0.2 nozzle"
|
||||
"Bambu Lab A1 0.2 nozzle",
|
||||
"Bambu Lab H2D 0.2 nozzle"
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -35,6 +35,7 @@
|
|||
"Bambu Lab X1 0.6 nozzle",
|
||||
"Bambu Lab X1 Carbon 0.6 nozzle",
|
||||
"Bambu Lab X1E 0.6 nozzle",
|
||||
"Bambu Lab A1 0.6 nozzle"
|
||||
"Bambu Lab A1 0.6 nozzle",
|
||||
"Bambu Lab H2D 0.6 nozzle"
|
||||
]
|
||||
}
|
|
@ -35,6 +35,7 @@
|
|||
"Bambu Lab X1 0.8 nozzle",
|
||||
"Bambu Lab X1 Carbon 0.8 nozzle",
|
||||
"Bambu Lab X1E 0.8 nozzle",
|
||||
"Bambu Lab A1 0.8 nozzle"
|
||||
"Bambu Lab A1 0.8 nozzle",
|
||||
"Bambu Lab H2D 0.8 nozzle"
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue