mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 18:49:01 +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":
|
case "infill_mesh":
|
||||||
return UM.Theme.getIcon("MeshTypeIntersect");
|
return UM.Theme.getIcon("MeshTypeIntersect");
|
||||||
case "anti_overhang_mesh":
|
case "anti_overhang_mesh":
|
||||||
return UM.Theme.getIcon("MeshTypeExclude");
|
return UM.Theme.getIcon("BlockSupportOverlaps");
|
||||||
}
|
}
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user