Skip to content

Release v1.0

Compare
Choose a tag to compare
@tgolla tgolla released this 21 Apr 23:43
· 183 commits to master since this release

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.