mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -06:00
Translate definition for Ultimaker 2 Go
Contributes to issue CURA-1278.
This commit is contained in:
parent
4947dfffb8
commit
d0c9b96416
2 changed files with 41 additions and 26 deletions
41
resources/definitions/ultimaker2_go.def.json
Normal file
41
resources/definitions/ultimaker2_go.def.json
Normal file
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"id": "ultimaker2_go",
|
||||
"version": 2,
|
||||
"name": "Ultimaker 2 Go",
|
||||
"inherits": "ultimaker2",
|
||||
"metadata": {
|
||||
"author": "Ultimaker",
|
||||
"manufacturer": "Ultimaker",
|
||||
"category": "Ultimaker",
|
||||
"file_formats": "text/x-gcode",
|
||||
"icon": "icon_ultimaker2.png",
|
||||
"platform": "ultimaker2go_platform.obj",
|
||||
"platform_texture": "Ultimaker2Gobackplate.png"
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
"machine_width": {
|
||||
"default_value": 120
|
||||
},
|
||||
"machine_depth": {
|
||||
"default_value": 120
|
||||
},
|
||||
"machine_height": {
|
||||
"default_value": 115
|
||||
},
|
||||
"machine_heated_bed": {
|
||||
"default_value": false
|
||||
},
|
||||
"machine_disallowed_areas": {
|
||||
"default_value": [
|
||||
[[-60, 60], [-33, 60], [-35, 52], [-60, 52]],
|
||||
[[ 60, 60], [ 60, 52], [ 35, 52], [ 33, 60]],
|
||||
[[-60, -60], [-60, -52], [-35, -52], [-33, -60]],
|
||||
[[ 60, -60], [ 33, -60], [ 35, -52], [ 60, -52]]
|
||||
]
|
||||
},
|
||||
"machine_platform_offset": {
|
||||
"default_value": [0, 0, 0]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,26 +0,0 @@
|
|||
{
|
||||
"id": "ultimaker2_go",
|
||||
"version": 1,
|
||||
"name": "Ultimaker 2 Go",
|
||||
"manufacturer": "Ultimaker",
|
||||
"author": "Ultimaker",
|
||||
"icon": "icon_ultimaker2.png",
|
||||
"platform": "ultimaker2go_platform.obj",
|
||||
"platform_texture": "Ultimaker2Gobackplate.png",
|
||||
"file_formats": "text/x-gcode",
|
||||
"inherits": "ultimaker2.json",
|
||||
|
||||
"overrides": {
|
||||
"machine_width": { "default": 120 },
|
||||
"machine_depth": { "default": 120 },
|
||||
"machine_height": { "default": 115 },
|
||||
"machine_heated_bed": { "default": false },
|
||||
"machine_disallowed_areas": { "default": [
|
||||
[[-60.0, 60.0], [-33.0, 60.0], [-35.0, 52.0], [-60.0, 52.0]],
|
||||
[[ 60.0, 60.0], [ 60.0, 52.0], [ 35.0, 52.0], [ 33.0, 60.0]],
|
||||
[[-60.0, -60.0], [-60.0, -52.0], [-35.0, -52.0], [-33.0, -60.0]],
|
||||
[[ 60.0, -60.0], [ 33.0, -60.0], [ 35.0, -52.0], [ 60.0, -52.0]]
|
||||
]},
|
||||
"machine_platform_offset": { "default": [0.0, 0.0, 0.0] }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue