Skip to content

Releases: fsantini/rasPyCNCController

Release update v0.2.1

02 Apr 10:55
Compare
Choose a tag to compare

This release brings some more functionality to raspyCNC:

  1. Support for Grbl 1.1
  2. Support for homing
  3. Support for GCode checking ($C function of Grbl)

When a new file is loaded, the interface asks the user if they want the file checked. If yes, every error is shown and the user can decide to ignore or abort. Once a file is checked, a line is added to it so that future checks are avoided.

Unfortunately, it still does not take advantage of the Grbl1.1 jogging commands. This will probably come in a future release.

Public release v0.2

24 Mar 22:41
Compare
Choose a tag to compare

RasPyCNC v0.2

Controller for a Grbl-based CNC machine that runs on a Raspberry Pi with a 480x320 touchscreen.

Main features:

  • Jogging with:
    • Joypad
    • ShuttleXpress
    • Keyboard
  • Probing and dynamic Z adaptation (for CNC milling)

With this release, you can download a Raspberry Pi image with drivers for a 3.5" touchscreen based on Rasbian Stretch.
Burn it on a SD card of at least 4GB.