Revert unexpected change

This commit is contained in:
John Lewin 2017-12-27 17:49:44 -08:00
parent f1ea9113e8
commit 1a77262b58

View file

@ -57,7 +57,7 @@ namespace MatterHackers.GCodeVisualizer
int[] capStartIndices = new int[steps];
int[] capEndIndices = new int[steps];
double halfHeight = layerHeight / 2; // + (layerHeight * .1);
double halfHeight = layerHeight / 2 + (layerHeight * .1);
double halfWidth = radius;
double zScale = halfHeight / radius;
double xScale = halfWidth / radius;