mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 23:37:51 -06:00
JSON: machine_settings ==> overrides (CURA-494)
This commit is contained in:
parent
11f7f521c9
commit
a390aa73a8
15 changed files with 25 additions and 45 deletions
|
@ -36,7 +36,7 @@
|
|||
}
|
||||
}
|
||||
],
|
||||
"machine_settings": {
|
||||
"overrides": {
|
||||
"machine_start_gcode" : { "default": "" },
|
||||
"machine_end_gcode" : { "default": "" },
|
||||
"machine_width": { "default": 230 },
|
||||
|
@ -82,10 +82,8 @@
|
|||
|
||||
"machine_nozzle_tip_outer_diameter": { "default": 1.0 },
|
||||
"machine_nozzle_head_distance": { "default": 3.0 },
|
||||
"machine_nozzle_expansion_angle": { "default": 45 }
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
"machine_nozzle_expansion_angle": { "default": 45 },
|
||||
|
||||
"material_print_temperature": { "enabled": "False" },
|
||||
"material_bed_temperature": { "enabled": "False" },
|
||||
"material_diameter": { "enabled": "False" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue