From c57f13b3d3f40c4472d9cbaf91cc913c5b8a8f49 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Mon, 8 Aug 2016 10:13:14 +0200 Subject: [PATCH] JSON fix: turn off flow equalization by default (CURA-2065) --- 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 00e3e73582..1a91bbea9c 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -1582,7 +1582,7 @@ "label": "Equalize Filament Flow", "description": "Print thinner than normal lines faster so that the amount of material extruded per second remains the same. Thin pieces in your model might require lines printed with smaller line width than provided in the settings. This setting controls the speed changes for such lines.", "type": "bool", - "default_value": true, + "default_value": false, "settable_per_mesh": false, "settable_per_extruder": true },