Releases: tgolla/SphereBot
Touchscreen Pre-release v1.9.51
Touchscreen Pre-release v1.9.5
The version 1.9.5 prerelease is missing the follow features.
Version 2.0 release setup notes/documentation.
A completed comprehensive mechanical assembly document.
InkScape documentation stepping through creating gcode with the gcodetools along with using some of new the advanced Mxxx commands.
Touchscreen Pre-release v1.9.4
The version 1.9.4 prerelease is missing the follow features.
- Version 2.0 release setup notes/documentation.
- A completed comprehensive mechanical assembly document.
- InkScape documentation stepping through creating gcode with the gcodetools along with using some of new the advanced Mxxx commands.
Touchscreen Pre-release v1.9.3
Merge pull request #8 from tgolla/TouchscreenV2 Merge Touchscreen v2 pre-release 1.9.3
Touchscreen Pre-release v1.9.2
Merge pull request #7 from tgolla/TouchscreenV2 Touchscreen v2 Pre-Release 1.9.2
Touchscreen Pre-release v1.9
Merge pull request #5 from tgolla/TouchscreenV2 Touchscreen Prerelease v1.9
Release v1.0
This is a major release
- Correcting the naming convention mix of snake_case and camelCase.
- Restructured the ino software file to follow Arduino styling.
- Expanding in code documentation (comments).
- Allowing the operation of a servo installed in reverse.
- Using a true to G-Code specification parser.
- Adding new M-Codes to allow for increased flexibility controlling the pen servo.
The release also incorporated G-Code parser library (https://github.com/tgolla/GCodeParser)and EEPROM Typed library (https://github.com/tgolla/EEPROMTyped). For more information reference the README.md, G-Code.md and SphereBot.ino files.
Future feature enhancements are planned for v2.0 to add a touchscreen control, SD card reader support and audio alerts.
Pre-release with G-Code parser library.
This version is equivalent to the forked F1.0 except that it now incorporates the G-Code parser library and allows the servo to be reversed.
Forked Version 1.0
This is a version tag for the base fork.