mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-19 20:19:10 +08: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
@ -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…
x
Reference in New Issue
Block a user