mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 18:27:58 -06:00
Support for Vendor / Printer Model specific print bed texture and model.
This commit is contained in:
parent
8559360cf8
commit
70bc392003
3 changed files with 37 additions and 0 deletions
|
@ -61,6 +61,9 @@ public:
|
|||
PrinterTechnology technology;
|
||||
std::string family;
|
||||
std::vector<PrinterVariant> variants;
|
||||
// Vendor & Printer Model specific print bed model & texture.
|
||||
std::string bed_model;
|
||||
std::string bed_texture;
|
||||
|
||||
PrinterVariant* variant(const std::string &name) {
|
||||
for (auto &v : this->variants)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue