Home
last modified time | relevance | path

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

/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/tests/sla_print/
H A Dsla_supptgen_tests.cpp122 sla::remove_bottom_points(pts, mesh.bounding_box().min.z() + EPSILON);
141 sla::remove_bottom_points(pts, mesh.bounding_box().min.z() + EPSILON);
H A Dsla_test_utils.cpp136 sla::remove_bottom_points(support_points, zmin + supportcfg.base_height_mm); in test_supports()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/SLA/
H A DSupportPointGenerator.hpp226 void remove_bottom_points(std::vector<SupportPoint> &pts, float lvl);
H A DSupportPointGenerator.cpp633 void remove_bottom_points(std::vector<SupportPoint> &pts, float lvl) in remove_bottom_points() function
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/
H A DSLAPrintSteps.cpp380 remove_bottom_points(po.m_supportdata->pts, in support_tree()