mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 04:59:00 +08:00
Inherit button now correctly removes values if needed for multi extrusion machines
CURA-2374
This commit is contained in:
parent
72bd268e2d
commit
faf98e40f8
@ -217,10 +217,9 @@ Item {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if((last_entry == 4 || last_entry == 11) && base.stackLevel == 0 && base.stackLevels.length == 2)
|
||||||
if(last_entry == 4 && base.stackLevel == 0 && base.stackLevels.length == 2)
|
|
||||||
{
|
{
|
||||||
// Special case of the inherit reset. If only the definition (4th container) and the first
|
// Special case of the inherit reset. If only the definition (4th or 11th) container) and the first
|
||||||
// entry (user container) are set, we can simply remove the container.
|
// entry (user container) are set, we can simply remove the container.
|
||||||
propertyProvider.removeFromContainer(0)
|
propertyProvider.removeFromContainer(0)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user