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:
authorbubnikv <bubnikv@gmail.com>2019-05-07 16:43:53 +0300
committerbubnikv <bubnikv@gmail.com>2019-05-07 16:43:53 +0300
commit6881911411f40abee6770c21074f70579ab5992b (patch)
treee53df7d24af889e2e16a229d75d425d85d5d31eb /src/slic3r/GUI/OptionsGroup.hpp
parenta351e99bac5e74f36319da3525e77f2ae8a705e9 (diff)
World / local coordinates: Fixed wrong scaling of a group selection,
changed the "anisotropic scaling" - "embed vertices" message, fixed scaling in the world coordinate system, so it does not count the modifiers into the bounding box size.
Diffstat (limited to 'src/slic3r/GUI/OptionsGroup.hpp')
-rw-r--r--src/slic3r/GUI/OptionsGroup.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/slic3r/GUI/OptionsGroup.hpp b/src/slic3r/GUI/OptionsGroup.hpp
index fa8a19940..73b2c5110 100644
--- a/src/slic3r/GUI/OptionsGroup.hpp
+++ b/src/slic3r/GUI/OptionsGroup.hpp
@@ -1,17 +1,14 @@
#ifndef slic3r_OptionsGroup_hpp_
#define slic3r_OptionsGroup_hpp_
-//#include <wx/wx.h>
#include <wx/stattext.h>
#include <wx/settings.h>
-//#include <wx/window.h>
#include <map>
#include <functional>
#include "libslic3r/Config.hpp"
#include "libslic3r/PrintConfig.hpp"
-// #include "libslic3r/libslic3r.h"
#include "Field.hpp"
#include "GUI_App.hpp"