mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-26 08:04:01 -06:00
Fix remove_bottom_points function
This commit is contained in:
parent
f202d11e35
commit
38239f09e3
4 changed files with 18 additions and 22 deletions
|
@ -214,7 +214,7 @@ private:
|
|||
std::mt19937 m_rng;
|
||||
};
|
||||
|
||||
void remove_bottom_points(std::vector<SupportPoint> &pts, double gnd_lvl, double tolerance);
|
||||
void remove_bottom_points(std::vector<SupportPoint> &pts, float lvl);
|
||||
|
||||
}} // namespace Slic3r::sla
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue