mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 12:47:49 -06:00
Create definition file for UMO+ version of DXU
Override default machine disallow area to fit UMO+ bed size
This commit is contained in:
parent
9cdee63483
commit
c8a4b8fe62
1 changed files with 12 additions and 0 deletions
12
resources/definitions/dxu_umo.def.json
Normal file
12
resources/definitions/dxu_umo.def.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"version": 2,
|
||||
"name": "UMO+ DXU",
|
||||
"inherits": "dxu",
|
||||
"overrides": {
|
||||
"machine_disallowed_areas": {
|
||||
"default_value": [
|
||||
[[100, -102.5], [ 110, -102.5], [ 110, -62.5], [100, -62.5]]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue