diff --git a/PrinterCommunication/PrinterConnectionAndCommunication.cs b/PrinterCommunication/PrinterConnectionAndCommunication.cs index 42b188b33..ccfcfecc6 100644 --- a/PrinterCommunication/PrinterConnectionAndCommunication.cs +++ b/PrinterCommunication/PrinterConnectionAndCommunication.cs @@ -1660,7 +1660,7 @@ namespace MatterHackers.MatterControl.PrinterCommunication if (segments.Length <= MAX_INVALID_CONNECTION_CHARS) { 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"); SendLineToPrinterNow(connectGCode); } diff --git a/Submodules/MatterSlice b/Submodules/MatterSlice index 58f33346f..a3bf799bc 160000 --- a/Submodules/MatterSlice +++ b/Submodules/MatterSlice @@ -1 +1 @@ -Subproject commit 58f33346f1263a0f443a2324685a8f21092e5240 +Subproject commit a3bf799bc48eebd9afa39eede66859602d5948da