mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
22 lines
541 B
JSON
22 lines
541 B
JSON
{
|
|
"id": "ultimaker_original_plus",
|
|
"version": 1,
|
|
"name": "Ultimaker Original+",
|
|
"manufacturer": "Ultimaker",
|
|
"author": "Ultimaker",
|
|
"icon": "icon_ultimaker.png",
|
|
"platform": "ultimaker2_platform.obj",
|
|
"platform_texture": "UltimakerPlusbackplate.png",
|
|
"file_formats": "text/x-gcode",
|
|
"inherits": "ultimaker_original.json",
|
|
|
|
"pages": [
|
|
"UpgradeFirmware",
|
|
"UltimakerCheckup",
|
|
"BedLeveling"
|
|
],
|
|
|
|
"overrides": {
|
|
"machine_heated_bed": { "default": true }
|
|
}
|
|
}
|