mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
Remove variant setting overrides from machine settings
These will be implemented by the new profiles. Contributes to issue CURA-892.
This commit is contained in:
parent
12bace54b1
commit
2aac62f55b
4 changed files with 1 additions and 39 deletions
|
@ -12,9 +12,6 @@
|
|||
"variant": "0.4 mm",
|
||||
|
||||
"overrides": {
|
||||
"machine_nozzle_size": { "default": 0.40 },
|
||||
|
||||
"wall_line_width_0": { "inherit_function": "parent_value * 0.875" },
|
||||
"skin_line_width": { "inherit_function": "parent_value * 0.875" }
|
||||
"machine_nozzle_size": { "default": 0.40 }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue