mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-15 18:58:00 -06:00
Fixed transformation of the hollowed mesh to be used at frontend
Common gizmos data update is called from GLGizmoManager
This commit is contained in:
parent
46fdce1169
commit
3f73261fdb
5 changed files with 26 additions and 10 deletions
|
@ -1246,6 +1246,9 @@ void GLGizmoSlaSupports::reload_cache()
|
|||
|
||||
bool GLGizmoSlaSupports::has_backend_supports() const
|
||||
{
|
||||
if (! m_c->m_model_object)
|
||||
return false;
|
||||
|
||||
// find SlaPrintObject with this ID
|
||||
for (const SLAPrintObject* po : m_parent.sla_print()->objects()) {
|
||||
if (po->model_object()->id() == m_c->m_model_object->id())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue