From 407ea045a2b8d0d3c81bdb51a2dbb2ef6ec96f41 Mon Sep 17 00:00:00 2001 From: cochcoder <103969142+cochcoder@users.noreply.github.com> Date: Fri, 4 Oct 2024 19:48:26 -0400 Subject: [PATCH] Fix wrong max layer for K2 Plus 0.6 & 0.8 --- .../Creality/machine/Creality K2 Plus 0.6 nozzle.json | 4 ++-- .../Creality/machine/Creality K2 Plus 0.8 nozzle.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/profiles/Creality/machine/Creality K2 Plus 0.6 nozzle.json b/resources/profiles/Creality/machine/Creality K2 Plus 0.6 nozzle.json index 265f3b8c4d..b7f19e2835 100644 --- a/resources/profiles/Creality/machine/Creality K2 Plus 0.6 nozzle.json +++ b/resources/profiles/Creality/machine/Creality K2 Plus 0.6 nozzle.json @@ -84,7 +84,7 @@ "5" ], "max_layer_height": [ - "0.3" + "0.42" ], "min_layer_height": [ "0.08" @@ -131,4 +131,4 @@ "300x300", "96x96" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Creality/machine/Creality K2 Plus 0.8 nozzle.json b/resources/profiles/Creality/machine/Creality K2 Plus 0.8 nozzle.json index 470185258c..887aa84de3 100644 --- a/resources/profiles/Creality/machine/Creality K2 Plus 0.8 nozzle.json +++ b/resources/profiles/Creality/machine/Creality K2 Plus 0.8 nozzle.json @@ -84,7 +84,7 @@ "5" ], "max_layer_height": [ - "0.3" + "0.56" ], "min_layer_height": [ "0.08" @@ -131,4 +131,4 @@ "300x300", "96x96" ] -} \ No newline at end of file +}