mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 00:45:55 +08:00
Fix export bug with only pad being enabled.
SPE-1431
This commit is contained in:
parent
0e1f8bd080
commit
4c3599fac1
@ -943,7 +943,7 @@ bool MainFrame::can_export_supports() const
|
||||
const PrintObjects& objects = m_plater->sla_print().objects();
|
||||
for (const SLAPrintObject* object : objects)
|
||||
{
|
||||
if (!object->support_mesh().empty())
|
||||
if (!object->support_mesh().empty() || !object->pad_mesh().empty())
|
||||
{
|
||||
can_export = true;
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user