mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Reduce default bridge flows to 50%.
This commit is contained in:
parent
15a0ec1ef1
commit
2f8f42aa64
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue