mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 18:27:51 -06:00
Use new icon for "Block support overlap" models in the object menu
CURA-8205
This commit is contained in:
parent
b5a3bfbf50
commit
9d284d9c6f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue