mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 14:25:55 +08:00
Remove unnecessary usage of value instead of default
This is not really a formula.
This commit is contained in:
parent
ffa4df6a06
commit
7bbe42eb42
@ -136,7 +136,7 @@
|
|||||||
},
|
},
|
||||||
"material_diameter": {
|
"material_diameter": {
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"value": "1.75"
|
"default_value": 1.75
|
||||||
},
|
},
|
||||||
"cool_fan_enabled": {
|
"cool_fan_enabled": {
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user