mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
Fix saving Gcode for UM2 with Olsson printers
Add file_format parameter to ultimaker2 with olsson block machine definitions. Also removes some machine overrides that were also removed from um2+ profiles. Fixes CURA-980
This commit is contained in:
parent
bec897843d
commit
5cd1a760e7
10 changed files with 22 additions and 74 deletions
|
@ -7,26 +7,13 @@
|
|||
"platform": "ultimaker2_platform.obj",
|
||||
"platform_texture": "Ultimaker2backplate.png",
|
||||
"visible": false,
|
||||
|
||||
"file_formats": "text/x-gcode",
|
||||
"inherits": "ultimaker2_olsson.json",
|
||||
|
||||
"variant": "0.8 mm",
|
||||
|
||||
"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 }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue