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:
authorDiego Prado Gesto <d.pradogesto@ultimaker.com>2018-07-04 15:22:22 +0300
committerDiego Prado Gesto <d.pradogesto@ultimaker.com>2018-07-04 15:22:22 +0300
commit4722b5387b29cd8316cdb93b141b1a2ba1dcd3ad (patch)
tree6c5395116169a32914887c17cdb6c914ac2c4792 /resources/extruders/wanhao_i3_extruder_0.def.json
parent5b251fc6dc57f68bf0ad439955d7589852b30cf2 (diff)
CURA-5334 Add extruder definition for Wanhao printers, Uni Print 3d and
Tevo Tornado. Those definitions were added without extruder definitions.
Diffstat (limited to 'resources/extruders/wanhao_i3_extruder_0.def.json')
-rw-r--r--resources/extruders/wanhao_i3_extruder_0.def.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/resources/extruders/wanhao_i3_extruder_0.def.json b/resources/extruders/wanhao_i3_extruder_0.def.json
new file mode 100644
index 0000000000..7d881079c4
--- /dev/null
+++ b/resources/extruders/wanhao_i3_extruder_0.def.json
@@ -0,0 +1,16 @@
+{
+ "id": "wanhao_i3_extruder_0",
+ "version": 2,
+ "name": "Extruder 1",
+ "inherits": "fdmextruder",
+ "metadata": {
+ "machine": "wanhao_i3",
+ "position": "0"
+ },
+
+ "overrides": {
+ "extruder_nr": { "default_value": 0 },
+ "machine_nozzle_size": { "default_value": 0.4 },
+ "material_diameter": { "default_value": 1.75 }
+ }
+}