mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 11:17:49 -06:00
Replace only user changed values
removed machine_settings and settable_per_extruder_check. Not needed.
This commit is contained in:
parent
18fba5b529
commit
faf8ed3ba6
2 changed files with 8 additions and 9 deletions
|
@ -488,7 +488,7 @@ Item
|
|||
MenuItem
|
||||
{
|
||||
//: Settings context menu action
|
||||
text: catalog.i18nc("@action:menu", "Copy all values to all extruders")
|
||||
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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue