Configure -> Printer prototype

- Issue MatterHackers/MCCentral#2408
Migrate SliceSettings -> Printer to Printer -> Setup
This commit is contained in:
John Lewin 2017-12-27 13:45:47 -08:00
parent eb96abf727
commit f1ea9113e8
8 changed files with 151 additions and 36 deletions

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;