mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Remove unnecessary usage of value instead of default
This is not really a formula.
This commit is contained in:
parent
ffa4df6a06
commit
7bbe42eb42
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@
|
|||
},
|
||||
"material_diameter": {
|
||||
"enabled": false,
|
||||
"value": "1.75"
|
||||
"default_value": 1.75
|
||||
},
|
||||
"cool_fan_enabled": {
|
||||
"enabled": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue