Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
eyal0 committed Sep 18, 2017
1 parent 143236e commit 6242dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octoprint_slicer/static/js/octoprint_slicer.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -33621,7 +33621,7 @@ function STLViewPort(canvas, width, depth, height) {
model.scale.copy(modelToCopyTransformFrom.scale);
}

geometry.computeVertexNormals();
geometry.computeVertexNormals();
self.recalculateOverhang(model);

self.pointerInteractions.objects.push(model);
Expand Down

0 comments on commit 6242dfb

Please sign in to comment.