mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Render custom bed model on custom beds
This commit is contained in:
parent
48dc2bb762
commit
9625fe8f5b
2 changed files with 29 additions and 19 deletions
|
@ -120,6 +120,7 @@ private:
|
|||
EType detect_type(const Pointfs& shape) const;
|
||||
void render_prusa(GLCanvas3D& canvas, const std::string& key, bool bottom) const;
|
||||
void render_texture(const std::string& filename, bool bottom, GLCanvas3D& canvas) const;
|
||||
void render_model(const std::string& filename) const;
|
||||
void render_custom(GLCanvas3D& canvas, bool bottom) const;
|
||||
void render_default() const;
|
||||
void reset();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue