Skip to content

Commit

Permalink
Merge pull request #714 from MaslowCNC/up-feedrate-write-to-disk
Browse files Browse the repository at this point in the history
Prevent feedrate increase popup from opening multiple times
  • Loading branch information
BarbourSmith authored Apr 25, 2018
2 parents 1f971e8 + b8680c0 commit 1ba4d44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ def build(self):
if self.config.get('Advanced Settings', 'maxFeedrate') == '700':
self.data.message_queue.put("Message: This update will increase the maximum feedrate of your machine. You can adjust this value under the Advanced settings.")
self.config.set('Advanced Settings', 'maxFeedrate', '800')
self.config.write()

self.data.comport = self.config.get('Maslow Settings', 'COMport')
self.data.gcodeFile = self.config.get('Maslow Settings', 'openFile')
Expand Down

0 comments on commit 1ba4d44

Please sign in to comment.