This repository has been archived by the owner on Apr 7, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Late Bind warning in _timerCB Add more keymappings Implement use of Grbl's info on buffer size
- Loading branch information
gerritv
committed
Oct 6, 2018
1 parent
80366b2
commit 07874bb
Showing
12 changed files
with
3,399 additions
and
6,382 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
07874bb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey Gerrit:
Several people including myself have found the latest version to be unusable... It crashes as soon as you open it in Windows 7 in my case...
Problem signature:
Problem Event Name: CLR20r3
Problem Signature 01: GrblPanel.exe
Problem Signature 02: 1.0.9.18
Problem Signature 03: 5bb9254c
Problem Signature 04: GrblPanel
Problem Signature 05: 1.0.9.18
Problem Signature 06: 5bb9254c
Problem Signature 07: 415
Problem Signature 08: bf
Problem Signature 09: System.InvalidOperationException
OS Version: 6.1.7601.2.1.0.768.3
Locale ID: 1033
Additional Information 1: 8668
Additional Information 2: 8668501f365a654e45576e13410788d0
Additional Information 3: 3f7a
Additional Information 4: 3f7aa3d107065d0935ee7897464d171f
Read our privacy statement online:
http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
If the online privacy statement is not available, please read our privacy statement offline:
C:\Windows\system32\en-US\erofflps.txt
07874bb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@1Metalguru Mmnn, stupid packaging error on my part, apologies to everyone.
07874bb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How do I run in continuous mode after clicking start? After the program is done, it seems like you have to click start again but I want it to run continuously until I stop the program?
07874bb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure what you mean. When the program is done, it's done, you can't make a g-code program run continuously with GRBL Panel. When the g-code program reaches the end, it stops. You can "rewind" and hit play again, but why? The program has already run, running it again won't accomplish anything...
MG