mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Adding validation code for support parameters (elevation)
This commit is contained in:
parent
f249155340
commit
cd2cccec5f
3 changed files with 21 additions and 2 deletions
|
@ -240,6 +240,8 @@ public:
|
|||
|
||||
const SLAPrintStatistics& print_statistics() const { return m_print_statistics; }
|
||||
|
||||
std::string validate() const override;
|
||||
|
||||
private:
|
||||
using SLAPrinter = FilePrinter<FilePrinterFormat::SLA_PNGZIP>;
|
||||
using SLAPrinterPtr = std::unique_ptr<SLAPrinter>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue