0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Sep 15, 2024 — Sep 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added command history to the command field. More... about 13 years ago
Added the speed override functions. 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. 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. 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. More... about 13 years ago
Implemented command streaming from a file. More... about 13 years ago
Accidently deleted the output stream completely. 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. More... about 13 years ago
Implemented close serial connection button. Added GUI open/close state changes (activating/deactivating fields). 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. More... about 13 years ago
Removing build artifacts. More... about 13 years ago
first commit More... about 13 years ago