mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00

added manufacturers and authors to the file and changed the id's to a string more usuable in combination with other files
13 lines
334 B
JSON
13 lines
334 B
JSON
{
|
|
"id": "ultimaker_original_plus",
|
|
"name": "Ultimaker Original+",
|
|
"icon": "icon_ultimaker.png",
|
|
"platform": "ultimaker2_platform.obj",
|
|
"platform_texture": "UltimakerPlusbackplate.png",
|
|
|
|
"inherits": "ultimaker_original.json",
|
|
|
|
"machine_settings": {
|
|
"machine_heated_bed": { "default": true }
|
|
}
|
|
}
|