mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-28 23:04:34 +08:00
18 lines
314 B
JSON
18 lines
314 B
JSON
{
|
|
"id": "custom_extruder_3",
|
|
"version": 2,
|
|
"name": "Extruder 3",
|
|
"inherits": "fdmextruder",
|
|
"metadata": {
|
|
"machine": "custom",
|
|
"position": "2"
|
|
},
|
|
|
|
"overrides": {
|
|
"extruder_nr": {
|
|
"default_value": 2,
|
|
"maximum_value": "7"
|
|
}
|
|
}
|
|
}
|