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:
Jaime van Kessel 2017-03-24 09:53:42 +01:00 committed by GitHub
commit ba21a52827

View File

@ -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))