Move Printing objects from GCodeVisualizer namespace to MC.Printing

This commit is contained in:
John Lewin 2018-01-05 12:44:57 -08:00
parent 38e2aa55f7
commit f5d31e7d29
31 changed files with 49 additions and 88 deletions

View file

@ -38,7 +38,7 @@ using System.Threading.Tasks;
using MatterHackers.Agg;
using MatterHackers.VectorMath;
namespace MatterHackers.GCodeVisualizer
namespace MatterControl.Printing
{
public class GCodeMemoryFile : GCodeFile
{