Cura/resources/definitions/lnl3d_d3.def.json
Erwan MATHIEU 3417a858b4 Use default prime tower position for everyone
This is necessary to ensure that all printers use a valid prime tower position, now that the position computation rule has changed and includes the base/brim.

CURA-10783
2023-10-24 16:11:41 +02:00

23 lines
488 B
JSON
Executable File

{
"version": 2,
"name": "LNL3D D3",
"inherits": "lnl3d_base",
"metadata":
{
"visible": true,
"platform": "lnl3d_d3.stl",
"platform_offset": [
0,
0,
0
]
},
"overrides":
{
"machine_depth": { "default_value": 300 },
"machine_height": { "default_value": 350 },
"machine_name": { "default_value": "LNL3D D3" },
"machine_width": { "default_value": 300 }
}
}