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:
authorEnrico Turri <enricoturri@seznam.cz>2019-06-24 16:55:14 +0300
committerEnrico Turri <enricoturri@seznam.cz>2019-06-24 16:55:14 +0300
commit992170c5f66e1bc823c03a26ad43af8b03d188d3 (patch)
tree278323f8cf35e563ab8472e84ea27cfd81d88cc4 /src/slic3r/GUI/Camera.hpp
parent5320ed9374d4559ac0fcc5a299bd79018ed9a1cb (diff)
1) Perspective camera set as default camera type
2) Camera type selection added to Preferences dialog
Diffstat (limited to 'src/slic3r/GUI/Camera.hpp')
-rw-r--r--src/slic3r/GUI/Camera.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/slic3r/GUI/Camera.hpp b/src/slic3r/GUI/Camera.hpp
index bd2541ce2..79e87c726 100644
--- a/src/slic3r/GUI/Camera.hpp
+++ b/src/slic3r/GUI/Camera.hpp
@@ -49,6 +49,7 @@ public:
EType get_type() const { return m_type; }
std::string get_type_as_string() const;
void set_type(EType type);
+ // valid values for type: "0" -> ortho, "1" -> perspective
void set_type(const std::string& type);
void select_next_type();