Decouple MatterControl components from PrinterConnection
- Move relevant aspects to ApplicationController
This commit is contained in:
parent
d07173285c
commit
8afc92ae33
21 changed files with 297 additions and 299 deletions
|
|
@ -1,12 +1,9 @@
|
|||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
using MatterHackers.Agg.PlatformAbstract;
|
||||
using MatterHackers.Agg;
|
||||
using MatterHackers.Agg.UI;
|
||||
using MatterHackers.Agg.UI.Tests;
|
||||
using MatterHackers.GuiAutomation;
|
||||
using MatterHackers.MatterControl.SlicerConfiguration;
|
||||
using NUnit.Framework;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue