Read waiting for print bed to heat on smoothie
This commit is contained in:
parent
df686386e2
commit
83788f8d85
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue