From 9a371761b1c63b0ac3fec287e3b39d3445662a5e Mon Sep 17 00:00:00 2001 From: Steven De George SR Date: Thu, 16 Mar 2023 08:08:57 +0200 Subject: [PATCH] Added switch to show temps when print starting --- src/pageViews/pagePrinting.bas | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pageViews/pagePrinting.bas b/src/pageViews/pagePrinting.bas index 403d1ca..e1bd34b 100644 --- a/src/pageViews/pagePrinting.bas +++ b/src/pageViews/pagePrinting.bas @@ -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 @@ -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