mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
Merge branch 'feature_um2_olsson' of https://github.com/fieldOfView/Cura
This commit is contained in:
commit
293f1ac029
9 changed files with 175 additions and 2 deletions
|
@ -15,7 +15,8 @@
|
|||
"platform_texture": "Ultimaker2backplate.png",
|
||||
"platform_offset": [9, 0, 0],
|
||||
"has_materials": false,
|
||||
"supported_actions":["UpgradeFirmware"]
|
||||
"first_start_actions": ["UM2UpgradeSelection"],
|
||||
"supported_actions":["UM2UpgradeSelection", "UpgradeFirmware"]
|
||||
},
|
||||
"overrides": {
|
||||
"machine_name": { "default_value": "Ultimaker 2" },
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
"has_materials": true,
|
||||
"has_machine_materials": true,
|
||||
"has_machine_quality": true,
|
||||
"first_start_actions": [],
|
||||
"supported_actions":["UpgradeFirmware"]
|
||||
},
|
||||
|
||||
|
|
12
resources/variants/ultimaker2_0.25.inst.cfg
Normal file
12
resources/variants/ultimaker2_0.25.inst.cfg
Normal file
|
@ -0,0 +1,12 @@
|
|||
[general]
|
||||
name = 0.25 mm
|
||||
version = 2
|
||||
definition = ultimaker2
|
||||
|
||||
[metadata]
|
||||
author = Ultimaker
|
||||
type = variant
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.25
|
||||
machine_nozzle_tip_outer_diameter = 0.8
|
12
resources/variants/ultimaker2_0.4.inst.cfg
Normal file
12
resources/variants/ultimaker2_0.4.inst.cfg
Normal file
|
@ -0,0 +1,12 @@
|
|||
[general]
|
||||
name = 0.4 mm
|
||||
version = 2
|
||||
definition = ultimaker2
|
||||
|
||||
[metadata]
|
||||
author = Ultimaker
|
||||
type = variant
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.4
|
||||
machine_nozzle_tip_outer_diameter = 1.05
|
12
resources/variants/ultimaker2_0.6.inst.cfg
Normal file
12
resources/variants/ultimaker2_0.6.inst.cfg
Normal file
|
@ -0,0 +1,12 @@
|
|||
[general]
|
||||
name = 0.6 mm
|
||||
version = 2
|
||||
definition = ultimaker2
|
||||
|
||||
[metadata]
|
||||
author = Ultimaker
|
||||
type = variant
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.6
|
||||
machine_nozzle_tip_outer_diameter = 1.25
|
12
resources/variants/ultimaker2_0.8.inst.cfg
Normal file
12
resources/variants/ultimaker2_0.8.inst.cfg
Normal file
|
@ -0,0 +1,12 @@
|
|||
[general]
|
||||
name = 0.8 mm
|
||||
version = 2
|
||||
definition = ultimaker2
|
||||
|
||||
[metadata]
|
||||
author = Ultimaker
|
||||
type = variant
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.8
|
||||
machine_nozzle_tip_outer_diameter = 1.35
|
Loading…
Add table
Add a link
Reference in a new issue