Working on 3D gcode view

Making the view navigation controls for 2d and 3d a separate class.
This commit is contained in:
larsbrubaker 2014-05-25 11:11:11 -07:00
parent ad227e1f9d
commit 00e10bfbea
12 changed files with 276 additions and 193 deletions

View file

@ -337,10 +337,6 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
}
}
public Vector2 GetBedCenter()
{
return BedCenter;
}
public Vector2 BedCenter
{
get