mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-02 05:01:13 +08:00

This really isn't used anywhere in the final g-code but all right then. Contributes to issue CURA-7767.
17 lines
353 B
JSON
17 lines
353 B
JSON
{
|
|
"name": "Anycubic Kossel Pulley",
|
|
"version": 2,
|
|
"inherits": "anycubic_kossel",
|
|
"metadata": {
|
|
"visible": true,
|
|
"machine_extruder_trains": {
|
|
"0": "anycubic_kossel_extruder_0"
|
|
}
|
|
},
|
|
"overrides": {
|
|
"machine_name": {
|
|
"default_value": "Anycubic Kossel Pulley"
|
|
}
|
|
}
|
|
}
|