mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-15 02:05:58 +08:00
Fixed crash when trying to add text on an object sliced using SLA printer by right clicking on supports or pad
This commit is contained in:
parent
582f51cdfd
commit
6ba067ad36
@ -3394,6 +3394,7 @@ bool priv::start_create_volume_on_surface_job(
|
||||
{
|
||||
assert(gl_volume != nullptr);
|
||||
if (gl_volume == nullptr) return false;
|
||||
if (gl_volume->volume_idx() < 0) return false;
|
||||
|
||||
Plater *plater = wxGetApp().plater();
|
||||
const ModelObjectPtrs &objects = plater->model().objects;
|
||||
|
Loading…
x
Reference in New Issue
Block a user