mirror of
https://github.com/BKLronin/touchCNC.git
synced 2025-10-20 18:21:55 +02:00
Compare commits
1 Commits
0308d47967
...
fix-issue-
Author | SHA1 | Date | |
---|---|---|---|
|
79e5e5b7bd |
@@ -90,7 +90,7 @@ class touchCNC:
|
||||
bd=self.BORDER)
|
||||
self.start = Button(root, text="START", width=self.buttonsize_x, height=self.buttonsize_y, bg=self.attention,
|
||||
command=self.grblWrite, bd=self.BORDER)
|
||||
self.stop = Button(root, text="STOP", width=self.buttonsize_x, height=self.buttonsize_y, bd=self.BORDER, bg=self.transport,
|
||||
self.stop = Button(root, text="STOP", width=self.buttonsize_x, height=self.buttonsize_y, bd=self.BORDER, bg=self.transport,\n command=self.reset_block_state)
|
||||
command=self.grblStop)
|
||||
self.pause = Button(root, text="PAUSE", width=self.buttonsize_x, height=self.buttonsize_y, bd=self.BORDER, bg=self.transport,
|
||||
command=self.grblPause)
|
||||
|
Reference in New Issue
Block a user