Configure -> Printer prototype
- Issue MatterHackers/MCCentral#2408 Migrate SliceSettings -> Printer to Printer -> Setup
This commit is contained in:
parent
eb96abf727
commit
f1ea9113e8
8 changed files with 151 additions and 36 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