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

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Matena <lukasmatena@seznam.cz>2019-09-04 16:50:18 +0300
committerLukas Matena <lukasmatena@seznam.cz>2019-09-04 16:50:18 +0300
commit570bec299fae42fd294bf16396e5418d31b11ada (patch)
treed1e5c6c1f4e5809d99b83c5fa3c1671c847a3efe /src/slic3r/GUI/wxExtensions.hpp
parent642442c9777c80c20bd5badb89fb12b0263c1290 (diff)
parent326eb5e3438d91f81dc03546679519c5b91b7bc5 (diff)
Merge branch 'master' into dev
Diffstat (limited to 'src/slic3r/GUI/wxExtensions.hpp')
-rw-r--r--src/slic3r/GUI/wxExtensions.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/slic3r/GUI/wxExtensions.hpp b/src/slic3r/GUI/wxExtensions.hpp
index fe4258550..87acfd97e 100644
--- a/src/slic3r/GUI/wxExtensions.hpp
+++ b/src/slic3r/GUI/wxExtensions.hpp
@@ -720,6 +720,9 @@ public:
const wxString& name = wxEmptyString);
~DoubleSlider() {}
+ // permissible error for layer height
+ static double epsilon() { return 0.0011;}
+
void msw_rescale();
int GetMinValue() const { return m_min_value; }