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/definitions/wanhao_d6.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/definitions/wanhao_d6.def.json')
-rw-r--r--resources/definitions/wanhao_d6.def.json9
1 files changed, 3 insertions, 6 deletions
diff --git a/resources/definitions/wanhao_d6.def.json b/resources/definitions/wanhao_d6.def.json
index 23ea069c7a..6164f4d016 100644
--- a/resources/definitions/wanhao_d6.def.json
+++ b/resources/definitions/wanhao_d6.def.json
@@ -11,6 +11,9 @@
"has_materials": true,
"platform": "wanhao_200_200_platform.obj",
"platform_texture": "Wanhaobackplate.png",
+ "machine_extruder_trains": {
+ "0": "wanhao_d6_extruder_0"
+ },
"platform_offset": [
0,
-28,
@@ -33,9 +36,6 @@
"machine_depth": {
"default_value": 200
},
- "machine_nozzle_size": {
- "default_value": 0.4
- },
"machine_heated_bed": {
"default_value": true
},
@@ -50,9 +50,6 @@
},
"machine_end_gcode": {
"default_value": "M104 S0 ;extruder heater off \n G91 ;relative positioning\n G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\n G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more\n G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\n M84 ;steppers off\n G90 ;absolute positioning"
- },
- "material_diameter": {
- "default_value": 1.75
}
}
}