From af42340e68b98a6d7a075c7228f6d15772426219 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Wed, 17 Apr 2019 12:48:22 +0200 Subject: [PATCH] Slightly increase resolution by default Most Marlin installations should be able to handle a bit more. Contributes to issue CURA-6458. --- resources/definitions/fdmprinter.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 809ed79c9c..b64d72d78d 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -5853,7 +5853,7 @@ "description": "The minimum size of a line segment after slicing. If you increase this, the mesh will have a lower resolution. This may allow the printer to keep up with the speed it has to process g-code and will increase slice speed by removing details of the mesh that it can't process anyway.", "type": "float", "unit": "mm", - "default_value": 0.25, + "default_value": 0.20, "minimum_value": "0.001", "minimum_value_warning": "0.02", "maximum_value_warning": "2",