mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 01:49:03 +08:00
Translate definition for Ultimaker2
The extruder trains setting has been moved to dual_extrusion_printer.json. It must be merged into fdmprinter later. Contributes to issue CURA-1278.
This commit is contained in:
parent
f15445b1a3
commit
de7fe1185e
108
resources/definitions/ultimaker2.def.json
Normal file
108
resources/definitions/ultimaker2.def.json
Normal file
@ -0,0 +1,108 @@
|
|||||||
|
{
|
||||||
|
"id": "ultimaker2",
|
||||||
|
"version": 2,
|
||||||
|
"name": "Ultimaker 2",
|
||||||
|
"inherits": "ultimaker",
|
||||||
|
"metadata": {
|
||||||
|
"author": "Ultimaker",
|
||||||
|
"manufacturer": "Ultimaker",
|
||||||
|
"file_formats": "text/x-gcode",
|
||||||
|
"icon": "icon_ultimaker2.png",
|
||||||
|
"platform": "ultimaker2_platform.obj",
|
||||||
|
"platform_texture": "Ultimaker2backplate.png"
|
||||||
|
},
|
||||||
|
"overrides": {
|
||||||
|
"machine_start_gcode" : {
|
||||||
|
"default": ""
|
||||||
|
},
|
||||||
|
"machine_end_gcode" : {
|
||||||
|
"default": ""
|
||||||
|
},
|
||||||
|
"machine_width": {
|
||||||
|
"default": 223
|
||||||
|
},
|
||||||
|
"machine_depth": {
|
||||||
|
"default": 223
|
||||||
|
},
|
||||||
|
"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"
|
||||||
|
},
|
||||||
|
"machine_nozzle_heat_up_speed": {
|
||||||
|
"default": 2
|
||||||
|
},
|
||||||
|
"machine_nozzle_cool_down_speed": {
|
||||||
|
"default": 2
|
||||||
|
},
|
||||||
|
"gantry_height": {
|
||||||
|
"default": 55
|
||||||
|
},
|
||||||
|
"machine_use_extruder_offset_to_offset_coords": {
|
||||||
|
"default": true
|
||||||
|
},
|
||||||
|
"machine_gcode_flavor": {
|
||||||
|
"default": "UltiGCode"
|
||||||
|
},
|
||||||
|
"machine_disallowed_areas": {
|
||||||
|
"default": [
|
||||||
|
[[-115, 112.5], [ -82, 112.5], [ -84, 102.5], [-115, 102.5]],
|
||||||
|
[[ 115, 112.5], [ 115, 102.5], [ 110, 102.5], [ 108, 112.5]],
|
||||||
|
[[-115, -112.5], [-115, -104.5], [ -84, -104.5], [ -82, -112.5]],
|
||||||
|
[[ 115, -112.5], [ 108, -112.5], [ 110, -104.5], [ 115, -104.5]]
|
||||||
|
]},
|
||||||
|
"machine_platform_offset": {
|
||||||
|
"default": [9, 0, 0]
|
||||||
|
},
|
||||||
|
"machine_nozzle_tip_outer_diameter": {
|
||||||
|
"default": 1
|
||||||
|
},
|
||||||
|
"machine_nozzle_head_distance": {
|
||||||
|
"default": 3
|
||||||
|
},
|
||||||
|
"machine_nozzle_expansion_angle": {
|
||||||
|
"default": 45
|
||||||
|
},
|
||||||
|
"material_print_temperature": {
|
||||||
|
"enabled": "False"
|
||||||
|
},
|
||||||
|
"material_bed_temperature": {
|
||||||
|
"enabled": "False"
|
||||||
|
},
|
||||||
|
"material_diameter": {
|
||||||
|
"enabled": "False"
|
||||||
|
},
|
||||||
|
"material_flow": {
|
||||||
|
"enabled": "False"
|
||||||
|
},
|
||||||
|
"retraction_amount": {
|
||||||
|
"enabled": "False"
|
||||||
|
},
|
||||||
|
"retraction_speed": {
|
||||||
|
"enabled": "False"
|
||||||
|
},
|
||||||
|
"retraction_retract_speed": {
|
||||||
|
"enabled": "False"
|
||||||
|
},
|
||||||
|
"retraction_prime_speed": {
|
||||||
|
"enabled": "False"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -9,12 +9,62 @@
|
|||||||
|
|
||||||
"machine_extruder_trains": {
|
"machine_extruder_trains": {
|
||||||
"0": {
|
"0": {
|
||||||
"extruder_nr": { "default": 0 },
|
"extruder_nr": {
|
||||||
"machine_nozzle_offset_x": { "default": 0.0 },
|
"default": 0
|
||||||
"machine_nozzle_offset_y": { "default": 0.0 }
|
},
|
||||||
|
"machine_nozzle_offset_x": {
|
||||||
|
"default": 0
|
||||||
|
},
|
||||||
|
"machine_nozzle_offset_y": {
|
||||||
|
"default": 0
|
||||||
|
},
|
||||||
|
"machine_nozzle_heat_up_speed": {
|
||||||
|
"default": 2
|
||||||
|
},
|
||||||
|
"machine_nozzle_cool_down_speed": {
|
||||||
|
"default": 2
|
||||||
|
},
|
||||||
|
"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
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"extruder_nr": { "default": 1 }
|
"extruder_nr": {
|
||||||
|
"default": 1
|
||||||
|
},
|
||||||
|
"machine_nozzle_offset_x": {
|
||||||
|
"default": 0
|
||||||
|
},
|
||||||
|
"machine_nozzle_offset_y": {
|
||||||
|
"default": 0
|
||||||
|
},
|
||||||
|
"machine_nozzle_heat_up_speed": {
|
||||||
|
"default": 2
|
||||||
|
},
|
||||||
|
"machine_nozzle_cool_down_speed": {
|
||||||
|
"default": 2
|
||||||
|
},
|
||||||
|
"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
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -1,95 +0,0 @@
|
|||||||
{
|
|
||||||
"id": "ultimaker2",
|
|
||||||
"version": 1,
|
|
||||||
"name": "Ultimaker 2",
|
|
||||||
"manufacturer": "Ultimaker",
|
|
||||||
"author": "Ultimaker",
|
|
||||||
"icon": "icon_ultimaker2.png",
|
|
||||||
"platform": "ultimaker2_platform.obj",
|
|
||||||
"platform_texture": "Ultimaker2backplate.png",
|
|
||||||
"file_formats": "text/x-gcode",
|
|
||||||
|
|
||||||
"inherits": "ultimaker.json",
|
|
||||||
|
|
||||||
"machine_extruder_trains": {
|
|
||||||
"0": {
|
|
||||||
"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": 223 },
|
|
||||||
"machine_depth": { "default": 223 },
|
|
||||||
"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"},
|
|
||||||
"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, 102.5], [-115.0, 102.5]],
|
|
||||||
[[ 115.0, 112.5], [ 115.0, 102.5], [ 110.0, 102.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 }
|
|
||||||
},
|
|
||||||
|
|
||||||
"overrides": {
|
|
||||||
"material_print_temperature": { "enabled": "False" },
|
|
||||||
"material_bed_temperature": { "enabled": "False" },
|
|
||||||
"material_diameter": { "enabled": "False" },
|
|
||||||
"material_flow": { "enabled": "False" },
|
|
||||||
"retraction_amount": { "enabled": "False" },
|
|
||||||
"retraction_speed": { "enabled": "False" },
|
|
||||||
"retraction_retract_speed": { "enabled": "False" },
|
|
||||||
"retraction_prime_speed": { "enabled": "False" }
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user