RepRapThailand / sourcerabbit-gcode-sender

Cross platform GRBL G-Code sender

Home Page:https://www.sourcerabbit.com/GCode-Sender

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SourceRabbit GCode Sender

SourceRabbit.com

Downloads

To download the latest installer for Windows and Mac please visit:
https://www.sourcerabbit.com/

For other operating systems:
https://github.com/nsiatras/sourcerabbit-gcode-sender/releases/latest

If you don't have Java installed please visit https://java.com/en/download/manual.jsp.

About SourceRabbit GCode Sender

SourceRabbit GCode Sender is a GRBL compatible, cross platform G-Code sender written in Java. It features a highly optimized and asynchronous (event-driven) UI and USB-to-Serial communication and can be also used on computers with small amount of RAM and CPU.

Note for MAC users: You may need to create a "/var/lock" directory with write permission. To do this open the Terminal application and run the following two commands:
sudo mkdir /var/lock
sudo chmod 777 /var/lock

Technical details:

  • Compatible with GRBL v0.9 and above
  • Uses JSSC for serial communication
  • Event-Driven UI and USB-to-Serial communication
  • Developed with NetBeans IDE
  • To build you need to open the project in Netbeans and just... build

Goals:

  • Provide a fast, accurate and easy to use software
  • Support all GRBL CNC router and milling machines
  • Can be used on computers with small amount of RAM and CPU.

Connect to your CNC!

GCode Sender Control Form

Touch Probe

Hole Center Finder

About

Cross platform GRBL G-Code sender

https://www.sourcerabbit.com/GCode-Sender

License:GNU General Public License v2.0


Languages

Language:Java 100.0%