JSON fix: turn off flow equalization by default (CURA-2065)

This commit is contained in:
Tim Kuipers 2016-08-08 10:13:14 +02:00
parent 0ca2985293
commit c57f13b3d3

View file

@ -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
},