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

They are not being used any more. For some reason people thought that an exception was made for extruders or something. And people keep adding them for the definition files too. I'll add a test to prevent that.
18 lines
342 B
JSON
18 lines
342 B
JSON
{
|
|
"version": 2,
|
|
"name": "Extruder 1",
|
|
"inherits": "fdmextruder",
|
|
"metadata": {
|
|
"machine": "tizyx_evy",
|
|
"position": "0"
|
|
},
|
|
|
|
"overrides": {
|
|
"extruder_nr": {
|
|
"default_value": 0,
|
|
"maximum_value": "0"
|
|
},
|
|
"material_diameter": { "default_value": 1.75 }
|
|
}
|
|
}
|