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

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
+3
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)