0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 18 hours ago.
Sep 21, 2024 — Sep 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Comments are now parsed out of the gcode. It is done with some naive string manipulation, could probably use a single regex. More... about 13 years ago
Added GRBL version checking at connection time. If GRBL is v0.8 or later pause / resume will use the real time commands '!' / '~'. More... about 13 years ago
Fixed a couple bugs. More... about 13 years ago
Added documentation for the OSX bug with /var/lock More... about 13 years ago
Fixed the Windows error and fixed the # of sent rows label. More... about 13 years ago
Added 64-bit build for Windows. More... about 13 years ago
Maybe if I modify the right file More... about 13 years ago
This time should do it... More... about 13 years ago
pictures... More... about 13 years ago
Still trying to get the pictures to work. More... about 13 years ago
Trying to get the pictures in the readme to work... More... about 13 years ago
Trying to get the pictures to show up. More... about 13 years ago
Added a couple pictures to the readme. More... about 13 years ago
Updated readme with changelog. More... about 13 years ago
Created a README file. More... about 13 years ago
Added scrolling to the command table tab. Fixed the console scrolling. More... about 13 years ago
Fixed an off-by-one error and deleted some test code. More... about 13 years ago
Split the file command buffer into its own class. It doesn't do a whole lot but might make future features easier to implement. More... about 13 years ago
Fixed up the linux packages so there are 32bit and 64bit packages. More... about 13 years ago
One-Jar seems to be working, the "Universal" build and platform specific zip's seem to work on linux and OSX. My OSX has RXTX installed though so it isn't a perfect test. More... about 13 years ago
Renamed the package from universal.g.code.sender to com.willwinder.universalgcodesender. More... about 13 years ago
Removed 'stop' button, added a pause/resume button and added a cancel button. More... about 13 years ago
Forgot to add these files for the One-Jar changes. More... about 13 years ago
Experimenting with "One-Jar" for distribution. In the files section of Netbeans you can now right click build.xml and select dist-all. It creates a bunch of jar files containing all the other jars AND the native libraries! More... about 13 years ago
after pressing stop I want to be able to enter commands More... about 13 years ago
Merge remote-tracking branch 'upstream/master' More... about 13 years ago
After pressing the stop button I want to be able to enter commands. More... about 13 years ago
add new file type ngc for pycam default More... about 13 years ago
Fixed a bug where manual commands were added the console window twice. More... about 13 years ago
Heavily modified the console area. There are now two tabs, the command window looks identical to the old manual command mode. There is no longer separate logic for displaying file commands, that is now in the second tab in a table view. Also added a duration timer so you can see how long the file send takes. More... about 13 years ago