Merge remote-tracking branch 'origin/1.5.3'
# Conflicts: # PrinterCommunication/Io/WaitForTempStream.cs
This commit is contained in:
commit
4fd2eee3c7
49 changed files with 729 additions and 0 deletions
|
|
@ -148,6 +148,8 @@ namespace MatterHackers.MatterControl.PrinterCommunication.Io
|
|||
{
|
||||
tempWithinRange = bedTemp >= targetTemp - sameTempRange;
|
||||
}
|
||||
|
||||
// Added R code for M190
|
||||
if (tempWithinRange && !timeHaveBeenAtTemp.IsRunning)
|
||||
{
|
||||
timeHaveBeenAtTemp.Start();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue