mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00

This will determine which file formats a machine is able to save to. The setting is currently not yet used. It will be used to filter the output formats under the Save to File dialogue. Contributes to issue CURA-611.
94 lines
3.2 KiB
JSON
94 lines
3.2 KiB
JSON
{
|
|
"id": "ultimaker2",
|
|
"version": 1,
|
|
"name": "Ultimaker 2",
|
|
"manufacturer": "Ultimaker",
|
|
"author": "Ultimaker",
|
|
"icon": "icon_ultimaker2.png",
|
|
"platform": "ultimaker2_platform.obj",
|
|
"platform_texture": "Ultimaker2backplate.png",
|
|
|
|
"inherits": "fdmprinter.json",
|
|
|
|
|
|
"machine_extruder_trains": [
|
|
{
|
|
"machine_nozzle_heat_up_speed": {
|
|
"default": 2.0
|
|
},
|
|
"machine_nozzle_cool_down_speed": {
|
|
"default": 2.0
|
|
},
|
|
"machine_nozzle_tip_outer_diameter": {
|
|
"default": 1
|
|
},
|
|
"machine_nozzle_head_distance": {
|
|
"default": 3
|
|
},
|
|
"machine_nozzle_expansion_angle": {
|
|
"default": 45
|
|
},
|
|
"machine_heat_zone_length": {
|
|
"default": 16
|
|
}
|
|
}
|
|
],
|
|
"machine_settings": {
|
|
"machine_start_gcode" : { "default": "" },
|
|
"machine_end_gcode" : { "default": "" },
|
|
"machine_width": { "default": 230 },
|
|
"machine_depth": { "default": 225 },
|
|
"machine_height": { "default": 205 },
|
|
"machine_heated_bed": { "default": true },
|
|
|
|
"machine_head_with_fans_polygon":
|
|
{
|
|
"default": [
|
|
[
|
|
-42,
|
|
12
|
|
],
|
|
[
|
|
-42,
|
|
-32
|
|
],
|
|
[
|
|
62,
|
|
12
|
|
],
|
|
[
|
|
62,
|
|
-32
|
|
]
|
|
]
|
|
},
|
|
"machine_center_is_zero": { "default": false },
|
|
"machine_nozzle_size": { "default": 0.4, "min_value": "0.001", "description": "The inner diameter of the nozzle. If you are using an Olsson Block with a non-standard nozzle diameter, set this field to the diameter you are using." },
|
|
"machine_nozzle_heat_up_speed": { "default": 2.0 },
|
|
"machine_nozzle_cool_down_speed": { "default": 2.0 },
|
|
"gantry_height": { "default": 55 },
|
|
"machine_use_extruder_offset_to_offset_coords": { "default": true },
|
|
"machine_gcode_flavor": { "default": "UltiGCode" },
|
|
"machine_disallowed_areas": { "default": [
|
|
[[-115.0, 112.5], [ -82.0, 112.5], [ -84.0, 104.5], [-115.0, 104.5]],
|
|
[[ 115.0, 112.5], [ 115.0, 104.5], [ 110.0, 104.5], [ 108.0, 112.5]],
|
|
[[-115.0, -112.5], [-115.0, -104.5], [ -84.0, -104.5], [ -82.0, -112.5]],
|
|
[[ 115.0, -112.5], [ 108.0, -112.5], [ 110.0, -104.5], [ 115.0, -104.5]]
|
|
]},
|
|
"machine_platform_offset": { "default": [9.0, 0.0, 0.0] },
|
|
|
|
"machine_nozzle_tip_outer_diameter": { "default": 1.0 },
|
|
"machine_nozzle_head_distance": { "default": 3.0 },
|
|
"machine_nozzle_expansion_angle": { "default": 45 },
|
|
"machine_file_formats": {
|
|
"default": "text/x-gcode",
|
|
}
|
|
},
|
|
|
|
"overrides": {
|
|
"material_print_temperature": { "enabled": "False" },
|
|
"material_bed_temperature": { "enabled": "False" },
|
|
"material_diameter": { "enabled": "False" },
|
|
"material_flow": { "enabled": "False" }
|
|
}
|
|
}
|