Cura/resources/definitions/anycubic_kossel_linear_plus.def.json
Ghostkeeper 602e09e8af
Fix printer name in setting
This really isn't used anywhere in the final g-code but all right then.

Contributes to issue CURA-7767.
2020-10-12 17:15:25 +02:00

36 lines
1.1 KiB
JSON

{
"name": "Anycubic Kossel Linear Plus",
"version": 2,
"inherits": "anycubic_kossel",
"metadata": {
"visible": true,
"platform": "kossel_pro_build_platform.3mf",
"machine_extruder_trains": {
"0": "anycubic_kossel_extruder_0"
}
},
"overrides": {
"machine_name": {
"default_value": "Anycubic Kossel Linear Plus"
},
"machine_width": {
"default_value": 240
},
"machine_depth": {
"default_value": 240
},
"machine_disallowed_areas": {
"default_value": [
[[-50, -115], [-115, -115], [-90, -90]],
[[-115, -115], [-115, -50], [-90, -90]],
[[50, -115], [115, -115], [90, -90]],
[[115, -115], [115, -50], [90, -90]],
[[-50, 115], [-115, 115], [-90, 90]],
[[-115, 115], [-115, 50], [-90, 90]],
[[50, 115], [115, 115], [90, 90]],
[[115, 115], [115, 50], [90, 90]]
]
}
}
}