mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-02 03:20:38 +08:00

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.
22 lines
573 B
JSON
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 }
|
|
}
|
|
} |