mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 14:35:56 +08: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
@ -13,16 +13,6 @@
|
|||||||
|
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"machine_nozzle_size": { "default": 0.25 },
|
"machine_nozzle_size": { "default": 0.25 },
|
||||||
|
|
||||||
"layer_height": { "default": 0.06 },
|
|
||||||
"layer_height_0": { "default": 0.15 },
|
|
||||||
|
|
||||||
"infill_sparse_density": { "default": 12 },
|
|
||||||
"speed_print": { "default": 30 },
|
|
||||||
"speed_wall": { "inherit_function": "parent_value / 30 * 20" },
|
|
||||||
"speed_wall_x": { "inherit_function": "speed_print / 30 * 25" },
|
|
||||||
"speed_topbottom": { "inherit_function": "parent_value / 30 * 20" },
|
|
||||||
|
|
||||||
"coasting_volume": { "default": 0.1 },
|
"coasting_volume": { "default": 0.1 },
|
||||||
"coasting_min_volume": { "default": 0.17 }
|
"coasting_min_volume": { "default": 0.17 }
|
||||||
}
|
}
|
||||||
|
@ -12,9 +12,6 @@
|
|||||||
"variant": "0.4 mm",
|
"variant": "0.4 mm",
|
||||||
|
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"machine_nozzle_size": { "default": 0.40 },
|
"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" }
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -13,18 +13,6 @@
|
|||||||
|
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"machine_nozzle_size": { "default": 0.60 },
|
"machine_nozzle_size": { "default": 0.60 },
|
||||||
|
|
||||||
"layer_height": { "default": 0.15 },
|
|
||||||
"layer_height_0": { "default": 0.4 },
|
|
||||||
|
|
||||||
"shell_thickness": { "default": 1.8 },
|
|
||||||
|
|
||||||
"infill_sparse_density": { "default": 15 },
|
|
||||||
"speed_print": { "default": 55 },
|
|
||||||
"speed_wall": { "inherit_function": "parent_value / 55 * 25" },
|
|
||||||
"speed_wall_x": { "inherit_function": "speed_print / 55 * 40" },
|
|
||||||
"speed_topbottom": { "inherit_function": "parent_value / 55 * 20" },
|
|
||||||
|
|
||||||
"coasting_volume": { "default": 1.36 }
|
"coasting_volume": { "default": 1.36 }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -13,19 +13,6 @@
|
|||||||
|
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"machine_nozzle_size": { "default": 0.80 },
|
"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 }
|
"coasting_volume": { "default": 3.22 }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user