Read waiting for print bed to heat on smoothie

This commit is contained in:
larsbrubaker 2014-10-18 15:50:03 -07:00
parent df686386e2
commit 83788f8d85

View file

@ -448,6 +448,7 @@ namespace MatterHackers.MatterControl.PrinterCommunication
ReadLineStartCallBacks.AddCallBackToKey("ok T:", ReadTemperatures); // marlin
ReadLineStartCallBacks.AddCallBackToKey("ok T0:", ReadTemperatures); // marlin
ReadLineStartCallBacks.AddCallBackToKey("T:", ReadTemperatures); // repatier
ReadLineStartCallBacks.AddCallBackToKey("B:", ReadTemperatures); // smoothie
ReadLineStartCallBacks.AddCallBackToKey("SD printing byte", ReadSdProgress); // repatier