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/uni_print_3d.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/uni_print_3d.def.json')
-rw-r--r--resources/definitions/uni_print_3d.def.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/resources/definitions/uni_print_3d.def.json b/resources/definitions/uni_print_3d.def.json
index 1241e2b601..1612c1bf80 100644
--- a/resources/definitions/uni_print_3d.def.json
+++ b/resources/definitions/uni_print_3d.def.json
@@ -11,7 +11,10 @@
"manufacturer": "TheCoolTool",
"file_formats": "text/x-ngc;text/x-gcode",
"platform": "uni_print_3d_platform.stl",
- "platform_offset": [0, 0, 0]
+ "platform_offset": [0, 0, 0],
+ "machine_extruder_trains": {
+ "0": "uni_print_3d_extruder_0"
+ }
},
"overrides": {
@@ -21,8 +24,6 @@
"machine_height": { "default_value": 230 },
"machine_depth": { "default_value": 220 },
"machine_center_is_zero": { "default_value": true },
- "machine_nozzle_size": { "default_value": 0.4 },
- "material_diameter": { "default_value": 1.75 },
"machine_nozzle_heat_up_speed": { "default_value": 2.0 },
"machine_nozzle_cool_down_speed": { "default_value": 2.0 },
"machine_head_shape_min_x": { "default_value": 75 },