mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Merge pull request #7769 from paalex/master
add 2nd extruder to Tevo Tarantula and Tevo Tarantula Pro printers
This commit is contained in:
commit
1ec3c562ff
4 changed files with 34 additions and 2 deletions
|
@ -11,7 +11,8 @@
|
|||
"platform": "prusai3_platform.3mf",
|
||||
"machine_extruder_trains":
|
||||
{
|
||||
"0": "tevo_tarantula_extruder_0"
|
||||
"0": "tevo_tarantula_extruder_0",
|
||||
"1": "tevo_tarantula_extruder_1"
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
@ -11,7 +11,8 @@
|
|||
"has_materials": true,
|
||||
"machine_extruder_trains":
|
||||
{
|
||||
"0": "tevo_tarantula_pro_extruder_0"
|
||||
"0": "tevo_tarantula_pro_extruder_0",
|
||||
"1": "tevo_tarantula_pro_extruder_1"
|
||||
}
|
||||
},
|
||||
|
||||
|
|
15
resources/extruders/tevo_tarantula_extruder_1.def.json
Normal file
15
resources/extruders/tevo_tarantula_extruder_1.def.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"version": 2,
|
||||
"name": "Extruder 2",
|
||||
"inherits": "fdmextruder",
|
||||
"metadata": {
|
||||
"machine": "tevo_tarantula",
|
||||
"position": "1"
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
"extruder_nr": { "default_value": 1 },
|
||||
"machine_nozzle_size": { "default_value": 0.4 },
|
||||
"material_diameter": { "default_value": 1.75 }
|
||||
}
|
||||
}
|
15
resources/extruders/tevo_tarantula_pro_extruder_1.def.json
Normal file
15
resources/extruders/tevo_tarantula_pro_extruder_1.def.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"version": 2,
|
||||
"name": "Extruder 2",
|
||||
"inherits": "fdmextruder",
|
||||
"metadata": {
|
||||
"machine": "tevo_tarantula_pro",
|
||||
"position": "1"
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
"extruder_nr": { "default_value": 1 },
|
||||
"machine_nozzle_size": { "default_value": 0.4 },
|
||||
"material_diameter": { "default_value": 1.75 }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue