mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
Replace category stuff with the new setting overrides
As a test for the new functionality. Also cleans up the file a little.
This commit is contained in:
parent
82e4f04e27
commit
f9bf27c148
1 changed files with 5 additions and 17 deletions
|
@ -100,22 +100,10 @@
|
|||
"machine_nozzle_expansion_angle": { "default": 45 }
|
||||
},
|
||||
|
||||
"categories": {
|
||||
"material": {
|
||||
"settings": {
|
||||
"material_print_temperature": {
|
||||
"visible": false
|
||||
},
|
||||
"material_bed_temperature": {
|
||||
"visible": false
|
||||
},
|
||||
"material_diameter": {
|
||||
"visible": false
|
||||
},
|
||||
"material_flow": {
|
||||
"visible": false
|
||||
}
|
||||
}
|
||||
}
|
||||
"overrides": {
|
||||
"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