mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-28 23:04:34 +08:00
33 lines
989 B
JSON
33 lines
989 B
JSON
{
|
|
"version": 2,
|
|
"name": "Ultimaker Original+",
|
|
"inherits": "ultimaker_original",
|
|
"metadata": {
|
|
"author": "Ultimaker",
|
|
"manufacturer": "Ultimaker B.V.",
|
|
"weight": 4,
|
|
"file_formats": "text/x-gcode",
|
|
"platform": "ultimaker2_platform.obj",
|
|
"platform_texture": "UltimakerPlusbackplate.png",
|
|
"quality_definition": "ultimaker_original",
|
|
"first_start_actions": ["BedLevel"],
|
|
"supported_actions": ["BedLevel"],
|
|
"machine_extruder_trains":
|
|
{
|
|
"0": "ultimaker_original_plus_extruder_0"
|
|
},
|
|
"firmware_file": "MarlinUltimaker-UMOP-{baudrate}.hex",
|
|
"firmware_hbk_file": "MarlinUltimaker-UMOP-{baudrate}.hex"
|
|
},
|
|
|
|
"overrides": {
|
|
"machine_name": { "default_value": "Ultimaker Original+" },
|
|
"machine_heated_bed": {
|
|
"default_value": true
|
|
},
|
|
"machine_max_feedrate_z": {
|
|
"default_value": 30
|
|
}
|
|
}
|
|
}
|