simple mesh
This commit is contained in:
parent
d095171a01
commit
e1ce3419f2
55 changed files with 713 additions and 698 deletions
|
|
@ -100,7 +100,7 @@ namespace MatterHackers.GCodeVisualizer
|
|||
if ((renderInfo.CurrentRenderType & RenderType.Retractions) == RenderType.Retractions)
|
||||
{
|
||||
double radius = Radius(renderInfo.LayerScale);
|
||||
Vector2 position = new Vector2(this.position.x, this.position.y);
|
||||
Vector2 position = new Vector2(this.position.X, this.position.Y);
|
||||
|
||||
renderInfo.Transform.transform(ref position);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue