Skip to content

Commit

Permalink
Merge pull request #776 from MaslowCNC/fix-for-issue-775
Browse files Browse the repository at this point in the history
Trigger the bound function to the gcode to run on update even if there is no gcode
  • Loading branch information
BarbourSmith committed Oct 3, 2018
2 parents 5f4cc4c + a7b1556 commit 6b29024
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions UIElements/gcodeCanvas.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ def reloadGcode(self, *args):

filename = self.data.gcodeFile
if filename is "": #Blank the g-code if we're loading "nothing"
self.data.gcode = " "
self.data.gcode = ""
return

Expand Down

0 comments on commit 6b29024

Please sign in to comment.