mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Slightly increased size of head for um2+
Discussed this with HW department, size of um2+ head is slightly bigger. CURA-900
This commit is contained in:
parent
f05eaf6d9c
commit
e3a12919f0
1 changed files with 22 additions and 1 deletions
|
|
@ -15,6 +15,27 @@
|
||||||
"machine_depth": { "default": 225 },
|
"machine_depth": { "default": 225 },
|
||||||
"machine_height": { "default": 200 },
|
"machine_height": { "default": 200 },
|
||||||
"machine_show_variants": { "default": true },
|
"machine_show_variants": { "default": true },
|
||||||
"gantry_height": { "default": 50 }
|
"gantry_height": { "default": 50 },
|
||||||
|
"machine_head_with_fans_polygon":
|
||||||
|
{
|
||||||
|
"default": [
|
||||||
|
[
|
||||||
|
-44,
|
||||||
|
14
|
||||||
|
],
|
||||||
|
[
|
||||||
|
-44,
|
||||||
|
-34
|
||||||
|
],
|
||||||
|
[
|
||||||
|
64,
|
||||||
|
14
|
||||||
|
],
|
||||||
|
[
|
||||||
|
64,
|
||||||
|
-34
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue