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.
This commit is contained in:
Ghostkeeper 2016-05-20 13:30:19 +02:00
parent 6fe70fc7e9
commit 7656f5a19b
No known key found for this signature in database
GPG key ID: 701948C5954A7385

View file

@ -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
}
}
}