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

Most of it was incorrect and very inconsistent too. These are not used by our code any more.
21 lines
521 B
JSON
21 lines
521 B
JSON
{
|
|
"version": 2,
|
|
"name": "Monoprice Select Mini V1",
|
|
"inherits": "malyan_m200",
|
|
"metadata": {
|
|
"author": "Brian Corbino, Tyler Gibson",
|
|
"manufacturer": "Monoprice",
|
|
"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" }
|
|
}
|
|
}
|