mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-02 03:20:38 +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.
22 lines
550 B
JSON
22 lines
550 B
JSON
{
|
|
"version": 2,
|
|
"name": "Monoprice Select Mini V1",
|
|
"inherits": "malyan_m200",
|
|
"metadata": {
|
|
"author": "Brian Corbino, Tyler Gibson",
|
|
"manufacturer": "Monoprice",
|
|
"category": "Other",
|
|
"file_formats": "text/x-gcode",
|
|
"quality_definition": "malyan_m200",
|
|
"visible": true,
|
|
"machine_extruder_trains":
|
|
{
|
|
"0": "monoprice_select_mini_v1_extruder_0"
|
|
}
|
|
},
|
|
|
|
"overrides": {
|
|
"machine_name": { "default_value": "Monoprice Select Mini V1" }
|
|
}
|
|
}
|