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:
authorGhostkeeper <rubend@tutanota.com>2016-05-20 14:30:19 +0300
committerGhostkeeper <rubend@tutanota.com>2016-05-20 14:30:19 +0300
commit7656f5a19b45b8eec11b7617ff1d6f213161014d (patch)
treea036dc9f3d4b257fb59eb15b4f605fe9134a0f91 /resources/definitions/ultimaker_original.def.json
parent6fe70fc7e9a4e9674c7375c129fe2e71fa1ec53b (diff)
Make definition of machine_extruder_drive_upgrade
This setting is specific to UMO, so I'm defining it in the UMO definition. Contributes to issue CURA-1278.
Diffstat (limited to 'resources/definitions/ultimaker_original.def.json')
-rw-r--r--resources/definitions/ultimaker_original.def.json11
1 files changed, 8 insertions, 3 deletions
diff --git a/resources/definitions/ultimaker_original.def.json b/resources/definitions/ultimaker_original.def.json
index ae659174bd..76b6c8b4ff 100644
--- a/resources/definitions/ultimaker_original.def.json
+++ b/resources/definitions/ultimaker_original.def.json
@@ -18,6 +18,14 @@
]
},
+ "settings": {
+ "machine_extruder_drive_upgrade": {
+ "label": "Extruder Drive Upgrade",
+ "description": "This machine has the extruder drive upgrade.",
+ "type": "bool",
+ "default_value": false
+ }
+ },
"overrides": {
"machine_width": {
"default_value": 205
@@ -63,9 +71,6 @@
},
"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_drive_upgrade": {
- "default_value": false
}
}
}