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

@ -13,19 +13,6 @@
"overrides": {
"machine_nozzle_size": { "default": 0.80 },
"layer_height": { "default": 0.2 },
"layer_height_0": { "default": 0.5 },
"shell_thickness": { "default": 2.4 },
"top_bottom_thickness": { "inherit_function": "parent_value / 2" },
"infill_sparse_density": { "default": 16 },
"speed_print": { "default": 40 },
"speed_wall": { "inherit_function": "parent_value / 40 * 20" },
"speed_wall_x": { "inherit_function": "speed_print / 40 * 30" },
"speed_topbottom": { "inherit_function": "parent_value / 40 * 20" },
"coasting_volume": { "default": 3.22 }
}
}