1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-24 10:05:52 +00:00

Merge branch 'lm_common_gizmos_data' into lm_tm_hollowing

This commit is contained in:
Lukas Matena
2019-12-20 10:24:37 +01:00
9 changed files with 360 additions and 302 deletions
+1 -2
View File
@@ -225,8 +225,7 @@ void SLAPrint::Steps::slice_model(SLAPrintObject &po)
if(po.m_config.supports_enable.getBool() || po.m_config.pad_enable.getBool())
{
po.m_supportdata.reset(
new SLAPrintObject::SupportData(po.transformed_mesh()) );
po.m_supportdata.reset(new SLAPrintObject::SupportData(mesh));
}
}