mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 09:47:50 -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
349 B
JSON
17 lines
349 B
JSON
{
|
|
"version": 2,
|
|
"name": "Direct Drive",
|
|
"inherits": "fdmextruder",
|
|
"metadata": {
|
|
"machine": "tizyx_evy_dual",
|
|
"position": "1"
|
|
},
|
|
|
|
"overrides": {
|
|
"extruder_nr": {
|
|
"default_value": 1,
|
|
"maximum_value": "1"
|
|
},
|
|
"material_diameter": { "default_value": 1.75 }
|
|
}
|
|
}
|