Merge pull request #3507 from guillemavila/Copy-all-values-to-all-extruders

add Copy all values to all extruders
This commit is contained in:
Lipu Fei 2018-03-22 16:16:30 +01:00 committed by GitHub
commit fd2abdd9fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 0 deletions

View file

@ -533,6 +533,15 @@ Item
onTriggered: Cura.MachineManager.copyValueToExtruders(contextMenu.key)
}
MenuItem
{
//: Settings context menu action
text: catalog.i18nc("@action:menu", "Copy all changed values to all extruders")
visible: machineExtruderCount.properties.value > 1
enabled: contextMenu.provider != undefined
onTriggered: Cura.MachineManager.copyAllValuesToExtruders()
}
MenuSeparator
{
visible: machineExtruderCount.properties.value > 1