Reduce default bridge flows to 50%.

This commit is contained in:
Mark Burton 2018-02-15 10:45:24 +00:00
parent 15a0ec1ef1
commit 2f8f42aa64

View file

@ -6258,7 +6258,7 @@
"label": "Bridge Skin Flow",
"description": "Flow compensation: the amount of material extruded when bridging skin is multiplied by this value.",
"unit": "%",
"default_value": 100,
"default_value": 50,
"type": "float",
"minimum_value": "5",
"minimum_value_warning": "50",
@ -6271,7 +6271,7 @@
"label": "Bridge Wall Flow",
"description": "Flow compensation: the amount of material extruded when bridging walls is multiplied by this value.",
"unit": "%",
"default_value": 100,
"default_value": 50,
"type": "float",
"minimum_value": "5",
"minimum_value_warning": "50",