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:
Ghostkeeper 2016-02-22 14:20:35 +01:00
parent 12bace54b1
commit 2aac62f55b
4 changed files with 1 additions and 39 deletions

View file

@ -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 }
}
}