mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-31 02:25:57 +08: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
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…
x
Reference in New Issue
Block a user