Skip to content

Commit

Permalink
Added switch to show temps when print starting
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebullet70 committed Mar 16, 2023
1 parent 6a13bb5 commit 9a37176
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pageViews/pagePrinting.bas
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,9 @@ Private Sub UpdateFileName
lblFileName.Text = gblConst.NO_FILE_LOADED
End If
LoadThumbNail
If (oc.isHeating Or oc.isPrinting) Then
Printing_FromFilesPage
End If
End Sub

Public Sub Update_Printer_Temps
Expand Down Expand Up @@ -390,6 +393,7 @@ Private Sub HeaterViewLbl_Click
End Sub
Public Sub Printing_FromFilesPage
'--- called when starting a print from files page
Log("Printing_FromFilesPage")
If ivPreviewLG.mBase.Visible = True Then
ivPreviewLG_Click
End If
Expand Down

0 comments on commit 9a37176

Please sign in to comment.