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:
authorenricoturri1966 <enricoturri@seznam.cz>2022-01-12 16:12:13 +0300
committerenricoturri1966 <enricoturri@seznam.cz>2022-01-12 16:12:13 +0300
commit0cb0f56a8025a0080c6693bda51c67ef392f3e89 (patch)
tree09353ac5c336a05fb02cb89c75bb3e2d77248767 /src/slic3r/GUI/Selection.hpp
parent243f5c38ee4f87d0d432d0caf8d0f8de212dd36b (diff)
Tech ENABLE_ENHANCED_PRINT_VOLUME_FIT set as default
Diffstat (limited to 'src/slic3r/GUI/Selection.hpp')
-rw-r--r--src/slic3r/GUI/Selection.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/slic3r/GUI/Selection.hpp b/src/slic3r/GUI/Selection.hpp
index c18d24eab..537c07207 100644
--- a/src/slic3r/GUI/Selection.hpp
+++ b/src/slic3r/GUI/Selection.hpp
@@ -17,9 +17,7 @@ class GLArrow;
class GLCurvedArrow;
class DynamicPrintConfig;
class GLShaderProgram;
-#if ENABLE_ENHANCED_PRINT_VOLUME_FIT
class BuildVolume;
-#endif // ENABLE_ENHANCED_PRINT_VOLUME_FIT
using GLVolumePtrs = std::vector<GLVolume*>;
using ModelObjectPtrs = std::vector<ModelObject*>;
@@ -323,11 +321,7 @@ public:
void rotate(const Vec3d& rotation, TransformationType transformation_type);
void flattening_rotate(const Vec3d& normal);
void scale(const Vec3d& scale, TransformationType transformation_type);
-#if ENABLE_ENHANCED_PRINT_VOLUME_FIT
void scale_to_fit_print_volume(const BuildVolume& volume);
-#else
- void scale_to_fit_print_volume(const DynamicPrintConfig& config);
-#endif // ENABLE_ENHANCED_PRINT_VOLUME_FIT
void mirror(Axis axis);
void translate(unsigned int object_idx, const Vec3d& displacement);