mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 01:37:53 -06:00
Test sla support point generation determinism with seed parameter
This commit is contained in:
parent
8af6890cab
commit
ce49f0a294
2 changed files with 49 additions and 1 deletions
|
@ -31,7 +31,8 @@ public:
|
|||
|
||||
SupportPointGenerator(const EigenMesh3D& emesh, const Config& config, std::function<void(void)> throw_on_cancel, std::function<void(int)> statusfn);
|
||||
|
||||
const std::vector<SupportPoint>& output() { return m_output; }
|
||||
const std::vector<SupportPoint>& output() const { return m_output; }
|
||||
std::vector<SupportPoint>& output() { return m_output; }
|
||||
|
||||
struct MyLayer;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue