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>2018-09-26 12:22:01 +0300
committerEnrico Turri <enricoturri@seznam.cz>2018-09-26 12:22:01 +0300
commit3835a1cacf6ea58a50739ff60e8ebb84c2f52a61 (patch)
tree19769ea1b264e752024f350d844ac4ed7b3dce14 /lib/Slic3r/GUI
parentcce5f3203b82f0e2d22ca8c81b91b9e47ea93feb (diff)
Fixed #1244 - perl partversion_1.41.1-beta
Diffstat (limited to 'lib/Slic3r/GUI')
-rw-r--r--lib/Slic3r/GUI/Plater/ObjectPartsPanel.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Slic3r/GUI/Plater/ObjectPartsPanel.pm b/lib/Slic3r/GUI/Plater/ObjectPartsPanel.pm
index 00373f138..13c1b6945 100644
--- a/lib/Slic3r/GUI/Plater/ObjectPartsPanel.pm
+++ b/lib/Slic3r/GUI/Plater/ObjectPartsPanel.pm
@@ -424,6 +424,7 @@ sub on_btn_load {
# apply the same translation we applied to the object
if (($delta_x != 0.0) || ($delta_y != 0.0) || ($delta_z != 0.0)) {
$new_volume->mesh->translate($delta_x, $delta_y, $delta_z);
+ $new_volume->convex_hull->translate($delta_x, $delta_y, $delta_z);
}
# set a default extruder value, since user can't add it manually