mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Adjust maximum value warning to a more appropriate value
CURA-7751
This commit is contained in:
parent
89c5698ad2
commit
e3e95d39d5
1 changed files with 1 additions and 1 deletions
|
|
@ -6136,7 +6136,7 @@
|
||||||
"default_value": 2000,
|
"default_value": 2000,
|
||||||
"minimum_value": "0",
|
"minimum_value": "0",
|
||||||
"minimum_value_warning": "500",
|
"minimum_value_warning": "500",
|
||||||
"maximum_value_warning": "100000",
|
"maximum_value_warning": "5000",
|
||||||
"settable_per_mesh": true
|
"settable_per_mesh": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue