mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Added description line for the disabling of "Object elevation"
Deleted mirrored parameter "pad_around_object" from "Support" category
This commit is contained in:
parent
32595f7659
commit
830d89576c
2 changed files with 18 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue