mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 07:15:03 -06:00
Hide some very difficult to explain (even to experts) settings.
It'll just confuse users. It confused _us_ (both developers and materials experts) a lot of the time :-D CURA-9357
This commit is contained in:
parent
bbcba0c7a0
commit
91ad5b8461
1 changed files with 4 additions and 2 deletions
|
@ -1236,7 +1236,8 @@
|
|||
"default_value": 50,
|
||||
"value": "max(1, min(99, 100 * (2 * min_even_wall_line_width - wall_line_width_0) / wall_line_width_0))",
|
||||
"minimum_value": "1",
|
||||
"maximum_value": "99"
|
||||
"maximum_value": "99",
|
||||
"enabled": false
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -1261,7 +1262,8 @@
|
|||
"default_value": 75,
|
||||
"value": "max(1, min(99, 100 * min_odd_wall_line_width / wall_line_width_x))",
|
||||
"minimum_value": "1",
|
||||
"maximum_value": "99"
|
||||
"maximum_value": "99",
|
||||
"enabled": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue