Make sure after we have a valid connection we ask for firmware and position.
This commit is contained in:
parent
b186fe6fae
commit
a261a3e41e
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue