mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-10-04 11:06:34 +08:00

The preferred variant/profile/material has moved to the metadata. Contributes to issue CURA-1278.
15 lines
340 B
JSON
15 lines
340 B
JSON
{
|
|
"id": "ultimaker_base",
|
|
"version": 2,
|
|
"visible": false,
|
|
"name": "Ultimaker",
|
|
"inherits": "fdmprinter",
|
|
"metadata": {
|
|
"author": "Ultimaker",
|
|
"manufacturer": "Ultimaker",
|
|
"preferred_profile": "Normal Quality",
|
|
"preferred_nozzle": "0.4 mm",
|
|
"preferred_material": "PLA"
|
|
}
|
|
}
|