mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06: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": {
|
||||
"material": {
|
||||
"visible": false
|
||||
"settings": {
|
||||
"material_print_temperature": {
|
||||
"visible": false
|
||||
},
|
||||
"material_bed_temperature": {
|
||||
"visible": false
|
||||
},
|
||||
"material_diameter": {
|
||||
"visible": false
|
||||
},
|
||||
"material_flow": {
|
||||
"visible": false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue