From 7bb437eb0f98aa13267bb2ceb53b08baa2354edd Mon Sep 17 00:00:00 2001 From: Bernhard Koppensteiner Date: Thu, 18 Apr 2024 13:17:19 +0200 Subject: [PATCH] retraction speeds according to prusa slicer --- .../Prusa/machine/Prusa MINIIS 0.25 nozzle.json | 12 ++++++++++++ .../Prusa/machine/Prusa MINIIS 0.4 nozzle.json | 3 +++ .../Prusa/machine/Prusa MINIIS 0.6 nozzle.json | 12 ++++++++++++ .../Prusa/machine/Prusa MINIIS 0.8 nozzle.json | 17 ++++++++++++++++- 4 files changed, 43 insertions(+), 1 deletion(-) diff --git a/resources/profiles/Prusa/machine/Prusa MINIIS 0.25 nozzle.json b/resources/profiles/Prusa/machine/Prusa MINIIS 0.25 nozzle.json index f7833d3596..97e63d54c0 100644 --- a/resources/profiles/Prusa/machine/Prusa MINIIS 0.25 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa MINIIS 0.25 nozzle.json @@ -14,5 +14,17 @@ "default_print_profile": "0.12mm Standard @MINIIS", "nozzle_diameter": [ "0.25" + ], + "max_layer_height": [ + "0.15" + ], + "min_layer_height": [ + "0.05" + ], + "retraction_length": [ + "2.5" + ], + "retraction_minimum_travel": [ + "1.0" ] } diff --git a/resources/profiles/Prusa/machine/Prusa MINIIS 0.4 nozzle.json b/resources/profiles/Prusa/machine/Prusa MINIIS 0.4 nozzle.json index c3cf15a8c3..2457711175 100644 --- a/resources/profiles/Prusa/machine/Prusa MINIIS 0.4 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa MINIIS 0.4 nozzle.json @@ -89,6 +89,9 @@ "retraction_speed": [ "70" ], + "deretraction_speed": [ + "40" + ], "z_hop": [ "0.2" ], diff --git a/resources/profiles/Prusa/machine/Prusa MINIIS 0.6 nozzle.json b/resources/profiles/Prusa/machine/Prusa MINIIS 0.6 nozzle.json index c4cf0f8b44..b3df3dff2b 100644 --- a/resources/profiles/Prusa/machine/Prusa MINIIS 0.6 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa MINIIS 0.6 nozzle.json @@ -14,5 +14,17 @@ "default_print_profile": "0.25mm Standard @MINIIS", "nozzle_diameter": [ "0.6" + ], + "max_layer_height": [ + "0.4" + ], + "min_layer_height": [ + "0.15" + ], + "retraction_length": [ + "2.8" + ], + "retraction_speed": [ + "70" ] } diff --git a/resources/profiles/Prusa/machine/Prusa MINIIS 0.8 nozzle.json b/resources/profiles/Prusa/machine/Prusa MINIIS 0.8 nozzle.json index 3bf2d9a70d..c6c0fad3b9 100644 --- a/resources/profiles/Prusa/machine/Prusa MINIIS 0.8 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa MINIIS 0.8 nozzle.json @@ -14,5 +14,20 @@ "default_print_profile": "0.40mm Standard @MINIIS", "nozzle_diameter": [ "0.8" - ] + ], + "max_layer_height": [ + "0.55" + ], + "min_layer_height": [ + "0.2" + ] , + "retraction_length": [ + "2.8" + ], + "retraction_speed": [ + "45" + ], + "deretraction_speed": [ + "20" +] }