Revert unexpected change
This commit is contained in:
parent
f1ea9113e8
commit
1a77262b58
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue