Cura/resources/definitions/anycubic_kossel_linear_plus.def.json
GregValiant 8cfa59eabf Update AnyCubic Kossel
Remove the Disallowed areas from the Kossel and the Kossle Linear Plus.  They cause disallowed areas to appear within the build area of the build plate.  They were also designed to be off the build plate.
2023-06-21 17:52:00 -04:00

22 lines
573 B
JSON

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