1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-23 10:04:26 +00:00

Printbed axes renderable on demand

This commit is contained in:
Enrico Turri
2019-11-28 11:51:00 +01:00
parent a3ff1b4282
commit 3537f74936
4 changed files with 13 additions and 7 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ public:
bool contains(const Point& point) const;
Point point_projection(const Point& point) const;
void render(GLCanvas3D& canvas, float theta, float scale_factor) const;
void render(GLCanvas3D& canvas, float theta, float scale_factor, bool show_axes) const;
private:
void calc_bounding_boxes() const;