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-04-29 15:32:02 +0300
committerLukas Matena <lukasmatena@seznam.cz>2019-05-06 09:14:45 +0300
commite9a53e49dba0c10aebad555cedb86d9be405ffd3 (patch)
tree4bf9ec9e2b609a6af23785d900bfb254094fac91 /src/slic3r/GUI/3DScene.cpp
parent5f226c5d7fcb7c019604dde1da1e792986515e96 (diff)
Arrange is accounting for the wipe tower now
Diffstat (limited to 'src/slic3r/GUI/3DScene.cpp')
-rw-r--r--src/slic3r/GUI/3DScene.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/slic3r/GUI/3DScene.cpp b/src/slic3r/GUI/3DScene.cpp
index 8bd95e372..c3d5c1395 100644
--- a/src/slic3r/GUI/3DScene.cpp
+++ b/src/slic3r/GUI/3DScene.cpp
@@ -709,9 +709,6 @@ int GLVolumeCollection::load_wipe_tower_preview(
brim_mesh.translate(-brim_width, -brim_width, 0.f);
mesh.merge(brim_mesh);
- //mesh.rotate(rotation_angle, &origin_of_rotation); // rotates the box according to the config rotation setting
-
-
this->volumes.emplace_back(new GLVolume(color));
GLVolume &v = *this->volumes.back();
v.indexed_vertex_array.load_mesh(mesh, use_VBOs);