mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 05:35:58 +08:00
Translate definition for Ultimaker 2 Extended+
It remains to be seen what we do with the variants of this machine and consequently the visibility of this machine. Contributes to issue CURA-1278.
This commit is contained in:
parent
a7f93b2a92
commit
4947dfffb8
30
resources/definitions/ultimaker2_extended_plus.def.json
Normal file
30
resources/definitions/ultimaker2_extended_plus.def.json
Normal file
@ -0,0 +1,30 @@
|
||||
{
|
||||
"id": "ultimaker2_extended_plus_base",
|
||||
"version": 2,
|
||||
"name": "Ultimaker 2 Extended+",
|
||||
"inherits": "ultimaker2plus",
|
||||
"visible": false,
|
||||
"metadata": {
|
||||
"author": "Ultimaker",
|
||||
"manufacturer": "Ultimaker",
|
||||
"category": "Ultimaker",
|
||||
"file_formats": "text/x-gcode",
|
||||
"platform": "ultimaker2_platform.obj",
|
||||
"platform_texture": "Ultimaker2ExtendedPlusbackplate.png"
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
"machine_height": {
|
||||
"default_value": 313
|
||||
},
|
||||
"machine_show_variants": {
|
||||
"default_value": true
|
||||
},
|
||||
"machine_nozzle_head_distance": {
|
||||
"default_value": 5
|
||||
},
|
||||
"machine_nozzle_expansion_angle": {
|
||||
"default_value": 45
|
||||
}
|
||||
}
|
||||
}
|
@ -1,19 +0,0 @@
|
||||
{
|
||||
"id": "ultimaker2_extended_plus_base",
|
||||
"version": 1,
|
||||
"name": "Ultimaker 2 Extended+",
|
||||
"manufacturer": "Ultimaker",
|
||||
"author": "Ultimaker",
|
||||
"platform": "ultimaker2_platform.obj",
|
||||
"platform_texture": "Ultimaker2ExtendedPlusbackplate.png",
|
||||
"visible": false,
|
||||
"file_formats": "text/x-gcode",
|
||||
"inherits": "ultimaker2plus.json",
|
||||
|
||||
"machine_settings": {
|
||||
"machine_height": { "default": 313 },
|
||||
"machine_show_variants": { "default": true },
|
||||
"machine_nozzle_head_distance": { "default": 5 },
|
||||
"machine_nozzle_expansion_angle": { "default": 45 }
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user