mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Added DoubleSlider::epsilon() to get a permissible error for layer height
This commit is contained in:
parent
200ac4c35e
commit
aab3001b24
3 changed files with 9 additions and 6 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue