mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
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:
parent
6fe70fc7e9
commit
7656f5a19b
1 changed files with 8 additions and 3 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue