Reposition calibration prints
This commit is contained in:
parent
6f0a60af17
commit
ef99e8c6df
1 changed files with 2 additions and 2 deletions
|
|
@ -74,11 +74,11 @@ namespace MatterHackers.MatterControl
|
|||
|
||||
if (verticalLayout)
|
||||
{
|
||||
gcodeSketch.Transform = Affine.NewRotation(MathHelper.DegreesToRadians(90)) * Affine.NewTranslation(105, 45);
|
||||
gcodeSketch.Transform = Affine.NewRotation(MathHelper.DegreesToRadians(90)) * Affine.NewTranslation(120, 45);
|
||||
}
|
||||
else
|
||||
{
|
||||
gcodeSketch.Transform = Affine.NewTranslation(75, 175);
|
||||
gcodeSketch.Transform = Affine.NewTranslation(90, 175);
|
||||
}
|
||||
|
||||
var rect = new RectangleDouble(0, 0, 123, 30);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue