Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpaalex <salexp@gmail.com>2020-05-16 03:25:27 +0300
committerpaalex <salexp@gmail.com>2020-05-16 03:25:27 +0300
commit1fb67f903c2ccaeb397077426551ca51836cfc9a (patch)
tree80afee69cc6ec70f2e3380abdd186c2a770fa128 /resources/extruders/tevo_tarantula_pro_extruder_1.def.json
parentd499c6fdfe68c7aeeed54df2dd1d8d5f31751050 (diff)
add 2nd extruder to Tevo Tarantula printers
Diffstat (limited to 'resources/extruders/tevo_tarantula_pro_extruder_1.def.json')
-rw-r--r--resources/extruders/tevo_tarantula_pro_extruder_1.def.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/resources/extruders/tevo_tarantula_pro_extruder_1.def.json b/resources/extruders/tevo_tarantula_pro_extruder_1.def.json
new file mode 100644
index 0000000000..f02e74efff
--- /dev/null
+++ b/resources/extruders/tevo_tarantula_pro_extruder_1.def.json
@@ -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 }
+ }
+}