Printbed axes renderable on demand
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user