Pad now has adjustable wall tilt and maintains wall thickness properly.

Edges are not rounded yet.
This commit is contained in:
tamasmeszaros 2019-01-04 16:24:10 +01:00
parent 86e9cb604a
commit f761691b7d
4 changed files with 149 additions and 75 deletions

View file

@ -630,7 +630,7 @@ void SLAPrint::process()
sla::PoolConfig pcfg(wt, h, md, er);
ExPolygons bp;
double pad_h = sla::get_pad_elevation(pcfg);
double pad_h = sla::get_pad_fullheight(pcfg);
auto&& trmesh = po.transformed_mesh();
// This call can get pretty time consuming