mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-10 08:17:51 -06:00
Merge some BS1.7 changes:
Boolean operation feature
This commit is contained in:
parent
9e73dfeb5d
commit
da05ae02da
73 changed files with 2496 additions and 481 deletions
|
@ -368,7 +368,7 @@ private:
|
|||
mutable CutContours m_cut_contours;
|
||||
|
||||
BoundingBoxf3 bounding_box() const;
|
||||
void update_contours(float cursor_z, float max_z) const;
|
||||
void update_contours(const TriangleMesh& vol_mesh, float cursor_z, float max_z, float min_z) const;
|
||||
|
||||
protected:
|
||||
void on_set_state() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue