mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-01-25 06:27:33 -07:00
Removes the maximum_value line and modifies the maximum_value_warning from "line_width * 2" to "line_width * 4".
CURA-11227
This commit is contained in:
parent
052b1c7ece
commit
f3172cb10b
1 changed files with 1 additions and 2 deletions
|
|
@ -4795,8 +4795,7 @@
|
|||
"minimum_value": "0.001",
|
||||
"value": "line_width * 2",
|
||||
"default_value": 0.8,
|
||||
"maximum_value": "line_width * 4",
|
||||
"maximum_value_warning": "line_width * 2",
|
||||
"maximum_value_warning": "line_width * 4",
|
||||
"type": "float",
|
||||
"enabled": "support_z_seam_away_from_model and support_enable",
|
||||
"settable_per_mesh": false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue