forked from gerritv/Grbl-Panel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
gerritv
committed
Sep 15, 2014
1 parent
87bb0c8
commit 9b4fd75
Showing
2 changed files
with
14 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,16 @@ | ||
This file documents changes made: | ||
V0.1.0.1 -Initial release | ||
V0.1.0.1 - 2014 Sep 8 | ||
- Initial release | ||
V0.1.0.2 - Added horizontal scroll bar to Status list | ||
- Increased Q progress bar max value to 30 (temporary) | ||
V0.1.0.3 - Jog distance and increment now configurable | ||
- Fixed some exit race conditions with serialport close | ||
V0.1.0.3 - 2014 Sep 15 | ||
- Jog distance and increment now configurable | ||
- Fixed some exit race conditions with serial port close | ||
- Swapped X+ and X- jog buttons | ||
- Gcode is visible on load of file | ||
- Made Q and Rbuff progress bar maximums configurable (future proofing) | ||
- Added Simulate/Check Mode checkbox | ||
- Added Status indicators | ||
- Added Pause on Error | ||
- Various code cleanups, added GCodeView class | ||
- Changed sequence of instantiating some of the objects |
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