From d3927a59e99ab5fc484934703d4eb08b0e728179 Mon Sep 17 00:00:00 2001 From: "xun.zhang" Date: Mon, 13 Jan 2025 15:33:31 +0800 Subject: [PATCH] ENH: modify nozzle diameter sequence jira:NONE Signed-off-by: xun.zhang Change-Id: Ia17f86e3f035ad9389d0f44f8378c822f8cc947e --- resources/profiles/BBL.json | 2 +- resources/profiles/BBL/machine/Bambu Lab H2D.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/profiles/BBL.json b/resources/profiles/BBL.json index 202562b32..e163a2584 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": "02.00.00.17", + "version": "02.00.00.18", "force_update": "0", "description": "the initial version of BBL configurations", "machine_model_list": [ diff --git a/resources/profiles/BBL/machine/Bambu Lab H2D.json b/resources/profiles/BBL/machine/Bambu Lab H2D.json index e544f5d62..7c72cf848 100644 --- a/resources/profiles/BBL/machine/Bambu Lab H2D.json +++ b/resources/profiles/BBL/machine/Bambu Lab H2D.json @@ -1,7 +1,7 @@ { "type": "machine_model", "name": "Bambu Lab H2D", - "nozzle_diameter": "0.2;0.4;0.6;0.8", + "nozzle_diameter": "0.4;0.2;0.6;0.8", "url": "http://www.bambulab.com/Parameters/printer_model/Bambu Lab X1.json", "bed_model": "bbl-3dp-H2D.stl", "bed_texture": "bbl-3dp-logo.svg",