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:
authorfieldOfView <aldo@fieldofview.com>2016-08-20 15:31:18 +0300
committerfieldOfView <aldo@fieldofview.com>2016-08-20 15:31:18 +0300
commit9f34e06cb684b04381a81b214b37adcc8463320a (patch)
treec911c13928e0d53947a6d78fee3af9f1d0ec6be3 /resources/definitions/ultimaker_original_dual.def.json
parentd8d328c491bc7f62700a467fbf04c2fd9861a82c (diff)
Add prime tower and extruder switch position
CURA-1774
Diffstat (limited to 'resources/definitions/ultimaker_original_dual.def.json')
-rw-r--r--resources/definitions/ultimaker_original_dual.def.json14
1 files changed, 12 insertions, 2 deletions
diff --git a/resources/definitions/ultimaker_original_dual.def.json b/resources/definitions/ultimaker_original_dual.def.json
index 04c8aadcc9..f1c80680c3 100644
--- a/resources/definitions/ultimaker_original_dual.def.json
+++ b/resources/definitions/ultimaker_original_dual.def.json
@@ -70,7 +70,17 @@
"machine_end_gcode": {
"default_value": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+0.5 E-5 X-20 Y-20 F9000 ;move Z up a bit and retract filament even more\nG28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\nM84 ;steppers off\nG90 ;absolute positioning"
},
- "machine_extruder_count": { "default_value": 2 },
- "print_sequence": {"enabled": false}
+ "machine_extruder_count": {
+ "default_value": 2
+ },
+ "print_sequence": {
+ "enabled": false
+ },
+ "prime_tower_position_x": {
+ "default_value": 185
+ },
+ "prime_tower_position_y": {
+ "default_value": 175
+ }
}
}