mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-26 04:11:07 -07: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
1 changed files with 14 additions and 1 deletions
|
|
@ -38,7 +38,20 @@
|
||||||
|
|
||||||
"categories": {
|
"categories": {
|
||||||
"material": {
|
"material": {
|
||||||
|
"settings": {
|
||||||
|
"material_print_temperature": {
|
||||||
|
"visible": false
|
||||||
|
},
|
||||||
|
"material_bed_temperature": {
|
||||||
|
"visible": false
|
||||||
|
},
|
||||||
|
"material_diameter": {
|
||||||
|
"visible": false
|
||||||
|
},
|
||||||
|
"material_flow": {
|
||||||
"visible": false
|
"visible": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue