From 46bb322d0b407a8bc51c53fec9c226933390e675 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Fri, 12 Oct 2018 15:56:13 +0200 Subject: [PATCH] initial layer flow is now a multiplier on top of the material_flow that's because we should override the per-feature flow settings with one global material_flow_layer_0 setting to rule them all. The flow per feature is more accurate to these features, so the initial layer should expand all these seaprately. --- resources/definitions/fdmprinter.def.json | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 07f16b5cc2..36363afb5d 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -2425,7 +2425,6 @@ "description": "Flow compensation for the first layer: the amount of material extruded on the initial layer is multiplied by this value.", "unit": "%", "default_value": 100, - "value": "material_flow", "type": "float", "minimum_value": "0.0001", "minimum_value_warning": "50",