mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -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.
15 lines
358 B
JSON
15 lines
358 B
JSON
{
|
|
"version": 2,
|
|
"name": "Extruder 1",
|
|
"inherits": "fdmextruder",
|
|
"metadata": {
|
|
"machine": "jgaurora_jgmaker_magic",
|
|
"position": "0"
|
|
},
|
|
|
|
"overrides": {
|
|
"extruder_nr": { "default_value": 0 },
|
|
"machine_nozzle_size": { "default_value": 0.4 },
|
|
"material_diameter": { "default_value": 1.75 }
|
|
}
|
|
}
|