Comment update
This commit is contained in:
parent
2732d73e3f
commit
426cd4d74a
2 changed files with 2 additions and 2 deletions
|
|
@ -1660,7 +1660,7 @@ namespace MatterHackers.MatterControl.PrinterCommunication
|
||||||
if (segments.Length <= MAX_INVALID_CONNECTION_CHARS)
|
if (segments.Length <= MAX_INVALID_CONNECTION_CHARS)
|
||||||
{
|
{
|
||||||
CommunicationState = CommunicationStates.Connected;
|
CommunicationState = CommunicationStates.Connected;
|
||||||
// new send any command that initialize this printer
|
// now send any command that initialize this printer
|
||||||
string connectGCode = ActiveSliceSettings.Instance.GetActiveValue("connect_gcode");
|
string connectGCode = ActiveSliceSettings.Instance.GetActiveValue("connect_gcode");
|
||||||
SendLineToPrinterNow(connectGCode);
|
SendLineToPrinterNow(connectGCode);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 58f33346f1263a0f443a2324685a8f21092e5240
|
Subproject commit a3bf799bc48eebd9afa39eede66859602d5948da
|
||||||
Loading…
Add table
Add a link
Reference in a new issue