ENH: modify plate params for support for pla-petg
jira: NONE Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: I8faf9239e8ac706b0e20c322582310e90c59c1e0
This commit is contained in:
parent
8b7ef47197
commit
d3ee6995ed
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Bambulab",
|
||||
"url": "http://www.bambulab.com/Parameters/vendor/BBL.json",
|
||||
"version": "01.10.00.18",
|
||||
"version": "01.10.00.19",
|
||||
"force_update": "0",
|
||||
"description": "the initial version of BBL configurations",
|
||||
"machine_model_list": [
|
||||
|
|
|
@ -27,6 +27,9 @@
|
|||
"filament_max_volumetric_speed": [
|
||||
"6"
|
||||
],
|
||||
"filament_scarf_seam_type": [
|
||||
"none"
|
||||
],
|
||||
"filament_vendor": [
|
||||
"Bambu Lab"
|
||||
],
|
||||
|
@ -45,19 +48,13 @@
|
|||
"slow_down_layer_time": [
|
||||
"8"
|
||||
],
|
||||
"supertack_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"60"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"60"
|
||||
],
|
||||
"supertack_plate_temp": [
|
||||
"60"
|
||||
],
|
||||
"supertack_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"filament_scarf_seam_type": [
|
||||
"none"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue