Got pause, resume and cancel gcode into the settings and working in printer communication.

This commit is contained in:
larsbrubaker 2014-03-17 14:41:36 -07:00
parent 24129ae8be
commit 7f8300bafc
17 changed files with 597 additions and 995 deletions

View file

@ -418,6 +418,8 @@ namespace MatterHackers.MatterControl.PrintQueue
public PrintQueueControl()
{
Name = "PrintQueueControl";
SetDisplayAttributes();
AddWatermark();
ScrollArea.HAnchor |= Agg.UI.HAnchor.ParentLeftRight;