From f9b792ef765d20ee48938021bf9044f6b7d0484d Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Tue, 6 Jun 2017 10:54:53 +0200 Subject: [PATCH] Set default for sanding flow to 10% 30% is way too much. 10% is a bit much too I think but it produces nice results in the long run. 5% is too little. Contributes to issue CURA-3903. --- 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 bb33433be0..545452f546 100755 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -5423,7 +5423,7 @@ "description": "The amount of material, relative to a normal skin line, to extrude during sanding. Keeping the nozzle filled helps filling some of the crevices of the top surface, but too much results in overextrusion and blips on the side of the surface.", "type": "float", "unit": "%", - "default_value": 30.0, + "default_value": 10.0, "minimum_value": "0", "maximum_value_warning": "50", "enabled": "sanding_enabled",