mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-07 01:06:49 +00:00
#7326 - Fixed crash when starting GCodeViewer
This commit is contained in:
@@ -1119,6 +1119,8 @@ void GLCanvas3D::reset_volumes()
|
||||
|
||||
ModelInstanceEPrintVolumeState GLCanvas3D::check_volumes_outside_state() const
|
||||
{
|
||||
assert(m_initialized);
|
||||
|
||||
ModelInstanceEPrintVolumeState state;
|
||||
m_volumes.check_outside_state(m_bed.build_volume(), &state);
|
||||
return state;
|
||||
|
||||
Reference in New Issue
Block a user