Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuSanka <yusanka@gmail.com>2020-08-13 16:46:17 +0300
committerYuSanka <yusanka@gmail.com>2020-08-13 16:46:17 +0300
commit8f15efbf9a0b0a21ae57dca14007aa1f4ed9ff10 (patch)
tree95fce2e4d197320f95a138515ec2e67caeb36c7f /src/slic3r/GUI/Tab.hpp
parentd7176c64bdb22061e6b603dee7042af63c628967 (diff)
parentadd3894e8c0ddc7533b6bedd97033a36e60695d8 (diff)
Merge remote-tracking branch 'origin/master' into ys_unsaved_changes
Diffstat (limited to 'src/slic3r/GUI/Tab.hpp')
-rw-r--r--src/slic3r/GUI/Tab.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/slic3r/GUI/Tab.hpp b/src/slic3r/GUI/Tab.hpp
index c9639bd00..a97153f47 100644
--- a/src/slic3r/GUI/Tab.hpp
+++ b/src/slic3r/GUI/Tab.hpp
@@ -461,6 +461,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;