mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Added method for relative correction retrieval.
This commit is contained in:
parent
ecdd4b6e7a
commit
f0d106e5f0
2 changed files with 26 additions and 16 deletions
|
@ -401,6 +401,9 @@ public:
|
|||
const SLAMaterialConfig& material_config() const { return m_material_config; }
|
||||
const SLAPrintObjectConfig& default_object_config() const { return m_default_object_config; }
|
||||
|
||||
// Extracted value from the configuration objects
|
||||
Vec3d relative_correction() const;
|
||||
|
||||
std::string output_filename() const override;
|
||||
|
||||
const SLAPrintStatistics& print_statistics() const { return m_print_statistics; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue