mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 17:25:56 +08:00
Fix simple mode adhesion checkbox
This commit is contained in:
parent
46b333bfc9
commit
308e1793bc
@ -449,7 +449,7 @@ Item
|
|||||||
// Remove the "user" setting to see if the rest of the stack prescribes a brim or a raft
|
// Remove the "user" setting to see if the rest of the stack prescribes a brim or a raft
|
||||||
platformAdhesionType.removeFromContainer(0);
|
platformAdhesionType.removeFromContainer(0);
|
||||||
adhesionType = platformAdhesionType.properties.value;
|
adhesionType = platformAdhesionType.properties.value;
|
||||||
if(adhesionType == "skirt")
|
if(adhesionType == "skirt" || adhesionType == "none")
|
||||||
{
|
{
|
||||||
// If the rest of the stack doesn't prescribe an adhesion-type, default to a brim
|
// If the rest of the stack doesn't prescribe an adhesion-type, default to a brim
|
||||||
adhesionType = "brim";
|
adhesionType = "brim";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user