Make sure after we have a valid connection we ask for firmware and position.

This commit is contained in:
Lars Brubaker 2016-01-18 11:07:00 -08:00
parent b186fe6fae
commit a261a3e41e

View file

@ -427,6 +427,8 @@ namespace MatterHackers.MatterControl.PrinterCommunication
case CommunicationStates.Connected:
timeWaitingForTemperature.Stop(); // make sure we try again to send temps
SendLineToPrinterNow("M115");
SendLineToPrinterNow("M114");
break;
}