Added description line for the disabling of "Object elevation"

Deleted mirrored parameter "pad_around_object" from "Support" category
This commit is contained in:
YuSanka 2020-08-13 11:14:44 +02:00
parent 32595f7659
commit 830d89576c
2 changed files with 18 additions and 1 deletions

View file

@ -460,6 +460,9 @@ public:
// Tab(parent, _(L("Print Settings")), L("sla_print")) {}
Tab(parent, _(L("Print Settings")), Slic3r::Preset::TYPE_SLA_PRINT) {}
~TabSLAPrint() {}
ogStaticText* m_support_object_elevation_description_line = nullptr;
void build() override;
void reload_config() override;
void update() override;