Classic Interface

This is the classic user interface. Initially designed as a bare-bones gcode sender it has grown in features since the initial release in 2012. It is built with Swing using the NetBeans Builder built-in graphical GUI layout plugin. The graphical nature of the plugin allows non-developers to tweak the interface without needing to write any code.

Screenshot

Features

  • Self-executing JAR, all native dependancies for Windows, OSX, Linux and RaspberryPi are built in.
  • GRBL and TinyG support, extensible interface for adding more.
  • 3D Gcode Visualizer.
  • Real time machine feedback and control.
  • Built in pendant - connect to UGS from your smart phone or tablet.
  • Configurable Gcode Processing - Remove comments, truncate decimals, expand arcs
  • Constant memory usage - run any sized gcode file.
  • Extensive development test suite for all core features.
  • Localized: Afrikaans, Italian, Spanish, German, French, Greek, Dutch, English

How to run

  1. Download and install the version of Java listed on the download page, or a later version.
  2. Download and extract the Classic GUI from one of the links here.
  3. On most Operating Systems you can now double click the UniversalGcodeSender.jar file. If double clicking does not work, execute start-windows.bat on Windows or start.sh on Linux or Mac OSX.

Usage

== TODO: Pull requests accepted! ==