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:
xun.zhang 2024-11-07 19:27:50 +08:00 committed by Lane.Wei
parent 8b7ef47197
commit d3ee6995ed
2 changed files with 7 additions and 10 deletions

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.10.00.18", "version": "01.10.00.19",
"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": [

View File

@ -27,6 +27,9 @@
"filament_max_volumetric_speed": [ "filament_max_volumetric_speed": [
"6" "6"
], ],
"filament_scarf_seam_type": [
"none"
],
"filament_vendor": [ "filament_vendor": [
"Bambu Lab" "Bambu Lab"
], ],
@ -45,19 +48,13 @@
"slow_down_layer_time": [ "slow_down_layer_time": [
"8" "8"
], ],
"supertack_plate_temp_initial_layer": [
"0"
],
"textured_plate_temp": [ "textured_plate_temp": [
"60" "60"
], ],
"textured_plate_temp_initial_layer": [ "textured_plate_temp_initial_layer": [
"60" "60"
],
"supertack_plate_temp": [
"60"
],
"supertack_plate_temp_initial_layer": [
"0"
],
"filament_scarf_seam_type": [
"none"
] ]
} }