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

Fixed some compilation warnings.

This commit is contained in:
bubnikv
2020-03-04 13:06:21 +01:00
parent ab7109568a
commit cab42b89ad
3 changed files with 2 additions and 10 deletions
+1 -1
View File
@@ -349,7 +349,7 @@ public:
Print() = default;
virtual ~Print() { this->clear(); }
PrinterTechnology technology() const noexcept { return ptFFF; }
PrinterTechnology technology() const noexcept override { return ptFFF; }
// Methods, which change the state of Print / PrintObject / PrintRegion.
// The following methods are synchronized with process() and export_gcode(),