Finished SLA print / material correction visualization.

This commit is contained in:
bubnikv 2019-04-08 18:09:31 +02:00
parent 28d999bc04
commit 4904359399
5 changed files with 46 additions and 111 deletions

View file

@ -398,9 +398,9 @@ public:
const SLAPrintObjectConfig& default_object_config() const { return m_default_object_config; }
// Extracted value from the configuration objects
Vec3d relative_correction() const;
Vec3d relative_correction() const;
std::string output_filename() const override;
std::string output_filename() const override;
const SLAPrintStatistics& print_statistics() const { return m_print_statistics; }