Skip to content

Releases: winder/Universal-G-Code-Sender

v2.0.7

02 Dec 17:12
055901e
Compare
Choose a tag to compare

Downloads

UGS Platform

Windows Windows
Mac OSX Mac OSX
Linux x64 Linux
Linux ARM RaspberryPI
Zip All platforms (requires Java)

UGS Classic

Zip All platforms (requires Java)

Release notes

Bugfixes

  • Fixed problem with "returnToHome" changing the unit state (G20/G21) without changing it back
  • Fixed problem with positions being used with unknown unit
  • Reactivated keyboard shortcut for resetting position in UGS Classic
  • Fixed problem with setting work position on Smoothieware causing errors because of missing units.
  • Fixed problem with the jog panel not getting active if the component was loaded after the machine was connected

Features

  • Added a new Toolbox component with customisable actions that will replace the previous Common actions Toolbar
  • Added a editor cursor in the visualizer that is positioned on the currently selected line
  • Now uses JSSC as a default connection driver on Linux to prevent unstable connections
  • Add basic support for GrblHAL
  • Added Homing-capability to Smoothieware
  • The jog component can now be resized to become very small
  • The "run from" feature now applies the action to the existing file (no longer reloads a new file)
  • Added new actions for rotating and mirroring the model
    Preprocessor actions 2020-12-02 18_05_37

v2.0.6

02 Oct 10:09
Compare
Choose a tag to compare

This release is just to get started with automated builds.

UGS Platform

Windows Windows
Mac OSX Mac OSX
Linux x64 Linux
Linux ARM RaspberryPI
Zip All platforms (requires Java)

UGS Classic

Zip All platforms (requires Java)

v1.0.9

11 Nov 15:37
Compare
Choose a tag to compare

Changelog

1.0.8 -> 1.0.9

  • Many performance improvements.
  • New serial library: JSSC
  • Updated 3D library.
  • Maven build script (Thanks nitram509!)
  • TinyG support enabled.
  • XLCD support.
  • Bug fixes: INCH/MM jog units, visualizer fixes (crashes and OSX support), "Null stream" error, localization crashes,
  • Translations: French, Greek, Dutch, Italian

Download here

v1.0.8

11 Mar 19:28
Compare
Choose a tag to compare

Changelog

1.0.7 -> 1.0.8

  • PendantUI server - connect to UGS with your smartphone or tablet. (jvabob)
  • Translations: German, Spanish, Italian, Afrikaans
  • Many bugfixes and stability improvements.

Download here

v1.0.7

27 Mar 14:19
Compare
Choose a tag to compare

Changelog

1.0.6 -> 1.0.7

  • Many improvements to code architecture to allow future support for multiple firmwares (TinyG, Marlin, Smoothie, etc).
  • New menu bar! Now new features can be added and existing features are more configurable.
  • Additional on-the-fly gcode command preprocessing:
  • - truncate and round long decimals to configurable length.
  • - enforce max command length.
  • - remove whitespaces.
  • - expand small arcs to G1 commands.
  • New option to save preprocessed gcode file to a file.
  • Visualizer navigation controls - pan and zoom with the mouse wheel. (michmerr)
  • Visualizer Support for radius arcs (phlatboyz sketchup plugin gcode now displays correctly)
  • New single-step mode.
  • New colored status indicator.
  • Many bugfixes, thanks to UGS contributors

Download here