mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Apply suggestions from code review
Co-authored-by: Jelle Spijker <j.spijker@ultimaker.com>
This commit is contained in:
parent
741a112282
commit
ce5691c12d
15 changed files with 28 additions and 15 deletions
|
@ -104,7 +104,8 @@ RowLayout
|
|||
}
|
||||
|
||||
// Override this function to update a setting differently
|
||||
function updateSetting(value) {
|
||||
function updateSetting(value)
|
||||
{
|
||||
if (updateAllExtruders)
|
||||
{
|
||||
Cura.MachineManager.setSettingForAllExtruders(propertyProvider.key, "value", value)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue