openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
UGS - Universal GCode Sender
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
about 5 hours
ago. based on code collected
about 5 hours
ago.
Sep 15, 2024 — Sep 15, 2025
Showing page 111 of 111
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Added command history to the command field.
winder
More...
about 13 years ago
Added the speed override functions.
winder
More...
about 13 years ago
Refactored CommPortHelper into three parts. 1. CommPortUtils (for static helpers/constants) 2. SerialWriter (for the writer thread) 3. SerialCommunicator (for the serial communication layer used by the GUI.
winder
More...
about 13 years ago
Removed the need for 'high performance mode' by using thread.notifyAll() . CommPortHelper now throws exceptions for the GUI to display. Added folders to the GcodefileTypeFilter.
winder
More...
about 13 years ago
File stream performance improvements. Performance is now on-par with stream.py, I added the same algorithm to track the GRBL buffer and keep it filled. Also added a checkbox to the GUI that will toggle whether the writer thread polls the lineBuffer or sleeps 1 second between checks. This should be replaced with a call to notify the thread.
winder
More...
about 13 years ago
Implemented command streaming from a file.
winder
More...
about 13 years ago
Accidently deleted the output stream completely.
winder
More...
about 13 years ago
Switched from using a serial-reader thread to a serial-writer thread. The writer will always brainlessly send data across the serial port as it is received. The writer has multiple contexts: command mode vs. file mode, so I wanted that to be in the main thread.
winder
More...
about 13 years ago
Implemented close serial connection button. Added GUI open/close state changes (activating/deactivating fields).
winder
More...
about 13 years ago
Finished the serial port combo box, connection open, hooked up the console to the serial reader, implemented the command send window (activated by enter), and implemented the RN/NR newline option radio buttons. Oh, also the scroll checkbox.
winder
More...
about 13 years ago
Removing build artifacts.
winder
More...
about 13 years ago
first commit
winder
More...
about 13 years ago
←
1
2
…
103
104
105
106
107
108
109
110
111
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree