mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 15:35:54 +08:00
Translate definition for Ultimaker Original+
Contributes to issue CURA-1278.
This commit is contained in:
parent
13726f1ec1
commit
39907c23db
26
resources/definitions/ultimaker_original_plus.def.json
Normal file
26
resources/definitions/ultimaker_original_plus.def.json
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"id": "ultimaker_original_plus",
|
||||||
|
"version": 2,
|
||||||
|
"name": "Ultimaker Original+",
|
||||||
|
"inherits": "ultimaker_original",
|
||||||
|
"metadata": {
|
||||||
|
"author": "Ultimaker",
|
||||||
|
"manufacturer": "Ultimaker",
|
||||||
|
"category": "Ultimaker",
|
||||||
|
"file_formats": "text/x-gcode",
|
||||||
|
"icon": "icon_ultimaker.png",
|
||||||
|
"platform": "ultimaker2_platform.obj",
|
||||||
|
"platform_texture": "UltimakerPlusbackplate.png",
|
||||||
|
"pages": [
|
||||||
|
"UpgradeFirmware",
|
||||||
|
"UltimakerCheckup",
|
||||||
|
"BedLeveling"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
|
||||||
|
"overrides": {
|
||||||
|
"machine_heated_bed": {
|
||||||
|
"default_value": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -1,22 +0,0 @@
|
|||||||
{
|
|
||||||
"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 }
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user