mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 07:19:05 +08:00
Do not hide the entire material category for UM2 but just the unused settings
Fixes #55
This commit is contained in:
parent
86dae6768f
commit
6ef82c57b6
@ -38,7 +38,20 @@
|
||||
|
||||
"categories": {
|
||||
"material": {
|
||||
"visible": false
|
||||
"settings": {
|
||||
"material_print_temperature": {
|
||||
"visible": false
|
||||
},
|
||||
"material_bed_temperature": {
|
||||
"visible": false
|
||||
},
|
||||
"material_diameter": {
|
||||
"visible": false
|
||||
},
|
||||
"material_flow": {
|
||||
"visible": false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user