mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Added a special (temporary) icon for SLA supports gizmo, removed igl files from xs/src
This commit is contained in:
parent
618d0e4910
commit
f5e8eaedb3
1091 changed files with 3 additions and 118222 deletions
|
@ -1459,15 +1459,15 @@ bool GLGizmoSlaSupports::on_init()
|
|||
{
|
||||
std::string path = resources_dir() + "/icons/overlay/";
|
||||
|
||||
std::string filename = path + "layflat_off.png";
|
||||
std::string filename = path + "sla_support_points_off.png";
|
||||
if (!m_textures[Off].load_from_file(filename, false))
|
||||
return false;
|
||||
|
||||
filename = path + "layflat_hover.png";
|
||||
filename = path + "sla_support_points_hover.png";
|
||||
if (!m_textures[Hover].load_from_file(filename, false))
|
||||
return false;
|
||||
|
||||
filename = path + "layflat_on.png";
|
||||
filename = path + "sla_support_points_on.png";
|
||||
if (!m_textures[On].load_from_file(filename, false))
|
||||
return false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue