mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
Change setting value defaults for maximum resolution to use deviation
All profiles that use maximum resolution should use maximum deviation instead, and halve it. Contributes to issue CURA-6458.
This commit is contained in:
parent
60777b72fc
commit
6325a5f1c2
2 changed files with 12 additions and 3 deletions
|
@ -173,8 +173,8 @@
|
|||
"minimum_polygon_circumference": {
|
||||
"value": "0.1"
|
||||
},
|
||||
"meshfix_maximum_resolution": {
|
||||
"value": "0.005"
|
||||
"meshfix_maximum_deviation": {
|
||||
"value": "0.003"
|
||||
},
|
||||
"skin_outline_count": {
|
||||
"value": 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue