From 5c2d3c911218b8b3cd3fb732d2248d470a0456cb Mon Sep 17 00:00:00 2001 From: Bernhard Koppensteiner Date: Mon, 29 Apr 2024 22:20:51 +0200 Subject: [PATCH] initial layer height was wrong --- .../profiles/Prusa/process/0.15mm Standard @MINIIS 0.25.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/profiles/Prusa/process/0.15mm Standard @MINIIS 0.25.json b/resources/profiles/Prusa/process/0.15mm Standard @MINIIS 0.25.json index 425cdbd0d0..af926d3a61 100644 --- a/resources/profiles/Prusa/process/0.15mm Standard @MINIIS 0.25.json +++ b/resources/profiles/Prusa/process/0.15mm Standard @MINIIS 0.25.json @@ -6,7 +6,7 @@ "instantiation": "true", "inherits": "process_detail_miniis", "layer_height": "0.15", - "initial_layer_print_height": "0.15", + "initial_layer_print_height": "0.20", "top_shell_thickness": "0.7", "top_shell_layers": "5", "bottom_shell_thickness": "0.5",