From c1ecf4fe655831eae1d4954851378cd7e17b0a36 Mon Sep 17 00:00:00 2001 From: "xun.zhang" Date: Tue, 13 May 2025 20:56:15 +0800 Subject: [PATCH] FIX: wrong layer height limit jira:STUDIO-11831 Signed-off-by: xun.zhang Change-Id: Ifda3711dd5a89bfe73b5dfb4daf2fb643afd96f6 (cherry picked from commit 59a18ad837c5b19159b71df3921f49941eedf912) --- .../profiles/BBL/machine/Bambu Lab H2D 0.2 nozzle.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/resources/profiles/BBL/machine/Bambu Lab H2D 0.2 nozzle.json b/resources/profiles/BBL/machine/Bambu Lab H2D 0.2 nozzle.json index c32673d9e5..05b634c0b5 100644 --- a/resources/profiles/BBL/machine/Bambu Lab H2D 0.2 nozzle.json +++ b/resources/profiles/BBL/machine/Bambu Lab H2D 0.2 nozzle.json @@ -15,6 +15,14 @@ "Bambu PLA Basic @BBL H2D 0.2 nozzle" ], "default_print_profile": "0.10mm Standard @BBL H2D 0.2 nozzle", + "max_layer_height": [ + "0.14", + "0.14" + ], + "min_layer_height": [ + "0.04", + "0.04" + ], "retraction_length": [ "0.4", "0.4",