This commit is contained in:
Enrico Turri
2018-12-14 10:09:10 +01:00
2 changed files with 3 additions and 2 deletions

View File

@@ -565,7 +565,7 @@ void SLAPrint::process()
if(!po.m_config.supports_enable.getBool()) elevation = 0;
sla::PoolConfig pcfg(wt, h, md, er);
sla::ExPolygons bp;
ExPolygons bp;
double pad_h = sla::get_pad_elevation(pcfg);
auto&& trmesh = po.transformed_mesh();