mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-05 19:36:07 +08:00
commit
1640b67c3b
@ -105,7 +105,8 @@ class printWindow(wx.Frame):
|
|||||||
status += 'Line: %d/%d\n' % (self.printIdx, len(self.gcodeList))
|
status += 'Line: %d/%d\n' % (self.printIdx, len(self.gcodeList))
|
||||||
if self.temp != None:
|
if self.temp != None:
|
||||||
status += 'Temp: %d\n' % (self.temp)
|
status += 'Temp: %d\n' % (self.temp)
|
||||||
self.statsText.SetLabel(status)
|
self.statsText.SetLabel(status.strip())
|
||||||
|
self.Layout()
|
||||||
|
|
||||||
def OnConnect(self, e):
|
def OnConnect(self, e):
|
||||||
if self.machineCom != None:
|
if self.machineCom != None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user