Home
last modified time | relevance | path

Searched refs:thinInfill (Results 1 – 2 of 2) sorted by relevance

/dports/cad/repsnapper/repsnapper-2.5a4/src/slicer/
H A Dlayer.cpp38 thinInfill = NULL; in Layer()
56 delete thinInfill; thinInfill = NULL; in Clear()
308 thinInfill = new Infill(this, 1.); in CalcInfill()
309 thinInfill->setName("thin"); in CalcInfill()
363 thinInfill->addPolys(Z, thinPolygons, ThinInfill, in CalcInfill()
848 if (thinInfill) in MakePrintlines()
849 printlines.addPolys(INFILL, thinInfill->infillpolys, false); in MakePrintlines()
1041 if (thinInfill) in Draw()
1042 draw_polys(thinInfill->infillpolys, GL_LINE_LOOP, 1, 3, in Draw()
H A Dlayer.h177 Infill * thinInfill; // one-line infill for thin features variable