Support for Vendor / Printer Model specific print bed texture and model.

This commit is contained in:
bubnikv 2020-01-07 14:08:21 +01:00
parent 8559360cf8
commit 70bc392003
3 changed files with 37 additions and 0 deletions

View file

@ -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)