mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Deletion of instances and volumes from 3D scene
This commit is contained in:
parent
3858fecf0c
commit
3613a54e03
9 changed files with 95 additions and 7 deletions
|
@ -536,6 +536,8 @@ public:
|
|||
void translate(unsigned int object_idx, const Vec3d& displacement);
|
||||
void translate(unsigned int object_idx, unsigned int instance_idx, const Vec3d& displacement);
|
||||
|
||||
void erase();
|
||||
|
||||
void render() const;
|
||||
|
||||
private:
|
||||
|
@ -815,6 +817,8 @@ public:
|
|||
|
||||
void render();
|
||||
|
||||
void delete_selected();
|
||||
|
||||
std::vector<double> get_current_print_zs(bool active_only) const;
|
||||
void set_toolpaths_range(double low, double high);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue