mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 01:59:02 +08:00
Set enabled property to false instead of visible for material settings in UM2
This commit is contained in:
parent
251ce2f73d
commit
2d92bd660f
@ -87,9 +87,9 @@
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
"material_print_temperature": { "visible": false },
|
||||
"material_bed_temperature": { "visible": false },
|
||||
"material_diameter": { "visible": false },
|
||||
"material_flow": { "visible": false }
|
||||
"material_print_temperature": { "enabled": "False" },
|
||||
"material_bed_temperature": { "enabled": "False" },
|
||||
"material_diameter": { "enabled": "False" },
|
||||
"material_flow": { "enabled": "False" }
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user