mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 06:08:58 +08:00
Use new icon for "Block support overlap" models in the object menu
CURA-8205
This commit is contained in:
parent
b5a3bfbf50
commit
9d284d9c6f
@ -173,7 +173,7 @@ Button
|
||||
case "infill_mesh":
|
||||
return UM.Theme.getIcon("MeshTypeIntersect");
|
||||
case "anti_overhang_mesh":
|
||||
return UM.Theme.getIcon("MeshTypeExclude");
|
||||
return UM.Theme.getIcon("BlockSupportOverlaps");
|
||||
}
|
||||
return "";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user