mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
Machine settings cleanup
added manufacturers and authors to the file and changed the id's to a string more usuable in combination with other files
This commit is contained in:
parent
b4a8973975
commit
084bd25e02
11 changed files with 26 additions and 16 deletions
23
resources/settings/ultimaker2_go.json
Normal file
23
resources/settings/ultimaker2_go.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"id": "ultimaker2_go",
|
||||
"name": "Ultimaker 2 Go",
|
||||
"icon": "icon_ultimaker2.png",
|
||||
"platform": "ultimaker2go_platform.obj",
|
||||
"platform_texture": "Ultimaker2backplate.png",
|
||||
|
||||
"inherits": "ultimaker2.json",
|
||||
|
||||
"machine_settings": {
|
||||
"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