mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 02:07:51 -06: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.
17 lines
353 B
JSON
17 lines
353 B
JSON
{
|
|
"version": 2,
|
|
"name": "Classic Extruder",
|
|
"inherits": "fdmextruder",
|
|
"metadata": {
|
|
"machine": "tizyx_evy_dual",
|
|
"position": "0"
|
|
},
|
|
|
|
"overrides": {
|
|
"extruder_nr": {
|
|
"default_value": 0,
|
|
"maximum_value": "1"
|
|
},
|
|
"material_diameter": { "default_value": 1.75 }
|
|
}
|
|
}
|