Home
last modified time | relevance | path

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

/dports/cad/repsnapper/repsnapper-2.5a4/src/
H A Dmodel_slice.cpp348 double max_shape_z = z + serialheight; in Slice() local
357 max_shape_z = min(shape_z + serialheight, maxZ); in Slice()
358 while ( cont && currentshape < shapes.size() && shape_z <= max_shape_z ) { in Slice()
370 if (shape_z >= max_shape_z) { // next shape, reset z in Slice()
401 z = max_shape_z + thickness; in Slice()