Cura/resources/definitions/longer_lk1plus.def.json
2021-01-20 10:37:51 +08:00

28 lines
756 B
JSON

{
"name": "LONGER LK1 Plus",
"version": 2,
"inherits": "longer_base",
"metadata": {
"quality_definition": "longer_base",
"visible": true,
"platform": "longer_415mm_platform.stl",
"platform_offset": [-207.5, -3 ,207.5]
},
"overrides": {
"machine_name": { "default_value": "LONGER LK1 Plus" },
"machine_width": { "default_value": 400 },
"machine_depth": { "default_value": 400 },
"machine_height": { "default_value": 500 },
"machine_head_with_fans_polygon": { "default_value": [
[-22, 39],
[-22, -34],
[58, -34],
[58, 39]
]
},
"gantry_height": { "value": 33 }
}
}