mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-03-04 17:44:36 -07:00
Merge pull request #1570 from fieldOfView/fix_spool_cost_limit
Up the limit of the maximum cost of a spool of filament
This commit is contained in:
commit
ba21a52827
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ TabView
|
|||
value: base.getMaterialPreferenceValue(properties.guid, "spool_cost")
|
||||
prefix: base.currency + " "
|
||||
decimals: 2
|
||||
maximumValue: 1000
|
||||
maximumValue: 100000000
|
||||
|
||||
onValueChanged: {
|
||||
base.setMaterialPreferenceValue(properties.guid, "spool_cost", parseFloat(value))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue