Changed ConnectionStateChanged => CommunicationStateChanged
Put in support for running the print level wizard on first print. Set the R1 to need print leveling
This commit is contained in:
parent
449678597a
commit
12650e854e
24 changed files with 84 additions and 43 deletions
|
|
@ -162,7 +162,7 @@ namespace MatterHackers.MatterControl.ActionBar
|
|||
this.AddChild(textContainer);
|
||||
|
||||
ActivePrinterProfile.Instance.ActivePrinterChanged.RegisterEvent(onActivePrinterChanged, ref unregisterEvents);
|
||||
PrinterCommunication.Instance.ConnectionStateChanged.RegisterEvent(onActivePrinterChanged, ref unregisterEvents);
|
||||
PrinterCommunication.Instance.CommunicationStateChanged.RegisterEvent(onActivePrinterChanged, ref unregisterEvents);
|
||||
}
|
||||
|
||||
public override void OnClosed(EventArgs e)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue