mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-29 22:02:10 +00:00
Merge some BS1.7 changes:
Boolean operation feature
This commit is contained in:
@@ -362,6 +362,11 @@ public:
|
||||
|
||||
bool requires_local_axes() const;
|
||||
|
||||
void render_bounding_box(const BoundingBoxf3& box, float* color, float scale) {
|
||||
m_scale_factor = scale;
|
||||
render_bounding_box(box, color);
|
||||
}
|
||||
|
||||
//BBS
|
||||
void cut_to_clipboard();
|
||||
void copy_to_clipboard();
|
||||
|
||||
Reference in New Issue
Block a user