From d3ee6995ed723d9e3aecf62450b4a2724991434d Mon Sep 17 00:00:00 2001 From: "xun.zhang" Date: Thu, 7 Nov 2024 19:27:50 +0800 Subject: [PATCH] ENH: modify plate params for support for pla-petg jira: NONE Signed-off-by: xun.zhang Change-Id: I8faf9239e8ac706b0e20c322582310e90c59c1e0 --- resources/profiles/BBL.json | 2 +- .../Bambu Support For PLA-PETG @base.json | 15 ++++++--------- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/resources/profiles/BBL.json b/resources/profiles/BBL.json index 4084c8dd3..7f06370aa 100644 --- a/resources/profiles/BBL.json +++ b/resources/profiles/BBL.json @@ -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": [ diff --git a/resources/profiles/BBL/filament/Bambu Support For PLA-PETG @base.json b/resources/profiles/BBL/filament/Bambu Support For PLA-PETG @base.json index 5bc7ce823..6eae3684b 100644 --- a/resources/profiles/BBL/filament/Bambu Support For PLA-PETG @base.json +++ b/resources/profiles/BBL/filament/Bambu Support For PLA-PETG @base.json @@ -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" ] } \ No newline at end of file