Permalink
Browse files

glue object on plate when build volume resize

  • Loading branch information...
1 parent ad0d93c commit a0599b893d3adb08f71b391d550ccec83f8d95e4 @lautr3k committed Mar 18, 2016
Showing with 3 additions and 0 deletions.
  1. +3 −0 js/main.js
View
@@ -275,7 +275,10 @@ function updateBuildVolumeSettings() {
unit: unit
});
+ removeShapes();
+
viewer3d.setBuildVolume(settings.get('buildVolume'));
+ viewer3d.dropObject(slicer.mesh);
viewer3d.render();
if (size) {

0 comments on commit a0599b8

Please sign in to comment.