mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 13:29:00 +08: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
@ -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…
x
Reference in New Issue
Block a user