mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Export to obj file only toolpaths visible in 3D scene
This commit is contained in:
parent
1f6aab312b
commit
730283a9e9
2 changed files with 18 additions and 10 deletions
|
@ -439,7 +439,7 @@ public:
|
|||
|
||||
bool empty() const { return this->indexed_vertex_array.empty(); }
|
||||
|
||||
void set_range(coordf_t low, coordf_t high);
|
||||
void set_range(double low, double high);
|
||||
|
||||
void render() const;
|
||||
void render(int color_id, int detection_id, int worldmatrix_id) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue