Skip to content

Releases: winder/Universal-G-Code-Sender

v2.0.21

06 Oct 04:55
3b11911
Compare
Choose a tag to compare

Fixed problem when connecting to older GRBL 0.9 version, minor bug fixes and feature improvements.

Downloads

Downloads

UGS Platform

Windows Windows 64-bit
Windows Windows 32-bit
Mac OSX Mac OSX
Linux x64 Linux
Linux ARM RaspberryPI
Zip All platforms (requires Java)

UGS Classic

Zip All platforms (requires Java)

What's Changed

  • Add feature for inserting the current position into the open gcode file. by @breiler in #2307
  • Make edit actions mappable to gamepad by @breiler in #2308
  • Fixed problems with legacy GRBL version strings by @breiler in #2314
  • When the autoleveler is closed it will now clear added components by @breiler in #2315
  • Update MacroHelper.java by @smiley561 in #2322
  • Added "stream finished" event for FluidNC by @breiler in #2326
  • Made it possible to set the return to zero safety height to zero by @breiler in #2321

New Contributors

Full Changelog: v2.0.20...v2.0.21

v2.0.20

25 Aug 05:20
4d64d98
Compare
Choose a tag to compare

A small release with minor fixes for problems found in version 2.0.19.

Downloads

Downloads

UGS Platform

Windows Windows 64-bit
Windows Windows 32-bit
Mac OSX Mac OSX
Linux x64 Linux
Linux ARM RaspberryPI
Zip All platforms (requires Java)

UGS Classic

Zip All platforms (requires Java)

What's Changed

  • Fixed problem when trying to load existing probe settings by @breiler in #2290
  • Fixed X travel distance in XYZ probing by @breiler in #2292
  • Gcode parser now allows multiple spaces and tabs by @breiler in #2294
  • Handle new variant of Genmitsu version string by @breiler in #2297

Full Changelog: v2.0.19...v2.0.20

v2.0.19

18 Aug 06:05
e95a518
Compare
Choose a tag to compare
v2.0.19 Pre-release
Pre-release

This version has several fixes focused on probing and auto leveling. Many issues was caused by mixing of units, for instance if the UI was set to show in inches and the probing was done in metric.

The visualization of the autoleveling will now also better show the height data based on the lowest point relative to the highest. Here is a sample where I did an auto level on a coin where the probe area was 12mm x 13mm with a max scan depth of 0.16mm:
Screenshot from 2023-08-18 07-24-34

Probing is now implemented as actions which can then be mapped to a keyboard shortcut, gamepad button, toolbar button or toolbox button.
probing

For you vampires out there - the dark theme has got some updates:
FlatLaF Dark

For those of you who are using lasers - the visualizer will now also display the spindle speed:
GCode for lasers before
GCode for lasers after

Downloads

Downloads

UGS Platform

Windows Windows 64-bit
Windows Windows 32-bit
Mac OSX Mac OSX
Linux x64 Linux
Linux ARM RaspberryPI
Zip All platforms (requires Java)

UGS Classic

Zip All platforms (requires Java)

What's Changed

Full Changelog: v2.0.18...v2.0.19

Credits

An extra thanks to Chris and George over at SainSmart for donating one of their machines which made development and debugging so much easier.

v2.0.18

21 Jun 16:03
d2a6e05
Compare
Choose a tag to compare

Protocol fixes for Smoothieware, TinyG and GRBL.

Check out the wiki for instructions on how to install.

Downloads

Downloads

UGS Platform

Windows Windows 64-bit
Windows Windows 32-bit
Mac OSX Mac OSX
Linux x64 Linux
Linux ARM RaspberryPI
Zip All platforms (requires Java)

What's Changed

Full Changelog: v2.0.17...v2.0.18

v2.0.17

24 Apr 15:49
62f1294
Compare
Choose a tag to compare

This version of UGS has a new algorithm for detecting GRBL version which fixes the connection to GRBL on Arduino Mega.

Check out the wiki for instructions on how to install.

Downloads

Downloads

UGS Platform

Windows Windows 64-bit
Windows Windows 32-bit
Mac OSX Mac OSX
Linux x64 Linux
Linux ARM RaspberryPI
Zip All platforms (requires Java)

UGS Classic

Zip All platforms (requires Java)

What's Changed

New Contributors

Full Changelog: v2.0.15...v2.0.17

v2.0.15

14 Mar 08:30
d18ae95
Compare
Choose a tag to compare

In this release we have attempted to fix a long lasting bug for jogging using keyboard shortcuts where the movement hanged.

There is also a an improvement in the connection toolbar where you no longer have to press a refresh button to update the list of available ports, it will refresh it automatically.
image

Check out the wiki for instructions on how to install.

Downloads

Downloads

UGS Platform

Windows Windows 64-bit
Windows Windows 32-bit
Mac OSX Mac OSX
Linux x64 Linux
Linux ARM RaspberryPI
Zip All platforms (requires Java)

UGS Classic

Zip All platforms (requires Java)

Changes

  • Small adjustments to the clipart library and added new clipart sources by @breiler in #2146
  • Added file actions as mappable with a joystick/gamepad by @breiler in #2147
  • Attempt to fix concurrency problem in event dispatcher by @breiler in #2148
  • Fixes for SVG import by @breiler in #2151
  • Optimised the tool path for pocket operation by @breiler in #2152
  • Added actions for jogging to next or previous selected object by @breiler in #2153
  • New design and gcode actions by @breiler in #2154
  • Add possibility to multiply objects with a distance using decimals by @breiler in #2156
  • Added feature to emit keyboard events through a macro by @breiler in #2161
  • Intercept shortcuts and perform long press action by @breiler in #2163
  • Fixed dependency bugs in action for creating new gcode by @breiler in #2165
  • Updates to the connection actions/UI by @breiler in #2166
  • Fix problem with the shortcut service by @breiler in #2167
  • Added parser for DXF arcs by @breiler in #2171
  • Fixed keypress macros by @breiler in #2172
  • Added support for importing Eagle PNP files by @breiler in #2173
  • Updated game controller database, added missing XInput controller by @breiler in #2175

Full Changelog: v2.0.14...v2.0.15

v2.0.14

26 Jan 17:20
c6b1c76
Compare
Choose a tag to compare

The focus of this release was some cleanup and refactoring needed to improve the console log where we now use Netbeans Input/Output. The auto leveler feature has been looked over with a couple of bug fixes by @nickmayer. A couple of bug fixes and new features has been made to the Designer.

Check out the wiki for instructions on how to install.

Downloads

Downloads

UGS Platform

Windows Windows 64-bit
Windows Windows 32-bit
Mac OSX Mac OSX
Linux x64 Linux
Linux ARM RaspberryPI
Zip All platforms (requires Java)

UGS Classic

Zip All platforms (requires Java)

Changes

Improvements and bugfixes

New features

  • Add highlight container for sent gcode commands in editor by @breiler in #2100
  • New plugin for console log by @breiler in #2098
  • Add action for jogging to center of an entity in the designer. by @breiler in #2111
  • Mappable shortcuts in the designer by @breiler in #2118
  • Add action for following the running gcode in the editor by @breiler in #2123
  • Add actions for selecting previous and next entity in the designer by @breiler in #2126
  • Add a feature for hiding objects in designer by @breiler in #2128
  • Add menu for opening recent files by @breiler in #2132
  • Add support for "Save as..." in the designer by @breiler in #2133
  • Added feature for exporting/importing settings by @breiler in #2134
  • Added new feature enabling to rearrange entities in the designer tree by @breiler in #2139

Full Changelog: v2.0.13...v2.0.14

v2.0.13

23 Dec 06:12
6c69e1b
Compare
Choose a tag to compare

A major change in this release is that we have upgraded the graphics library for OpenGL that caused a lot of issues on different platforms. We are now also building the software using github actions and store all binaries on github which should make downloads more reliable.

Downloads

Downloads

UGS Platform

Windows Windows 64-bit
Windows Windows 32-bit
Mac OSX Mac OSX
Linux x64 Linux
Linux ARM RaspberryPI
Zip All platforms (requires Java)

UGS Classic

Zip All platforms (requires Java)

Changes

New Contributors

Full Changelog: v2.0.12...v2.0.13

v2.0.12

10 Aug 05:12
551ec66
Compare
Choose a tag to compare

Downloads

Downloads

UGS Platform

Windows Windows 64-bit
Windows Windows 32-bit
Mac OSX Mac OSX
Linux x64 Linux
Linux ARM RaspberryPI
Zip All platforms (requires Java)

UGS Classic

Zip All platforms (requires Java)

Release notes

  • Small fixes by @breiler in #1843
  • Fixed intermittent unwanted jogging after release of jog button #1849 by @bertieconfundo in #1850
  • Added position anchor and lock ratio to the Designer by @breiler in #1858
  • Added setting for changing pendant web port. by @breiler in #1860
  • Added a feature for tracing bitmap images by @breiler in #1872
  • Starts the spindle when starting carving design by @breiler in #1880
  • Several fixes to improve stability by @hovercraft-github in #1877
  • Option for inverting mouse zoom by @breiler in #1888
  • Clear status report commands in TinyG by @breiler in #1896
  • Fixed problem with gcode files not loading with an empty first line. by @breiler in #1897
  • Fixed entity remove bug in designer by @breiler in #1899
  • Update localization files from POEditor. by @winder in #1904
  • Reworked the UI of the welcome screen by @breiler in #1912
  • Added a FluidNC implementation by @breiler in #1907
  • Tool rotation and interpolating rotational movement in visualizer by @breiler in #1916
  • Added buttons for jogging ABC-axises by @breiler in #1920
  • GRBL controller will now detect if coordinates contains ABC-coordinates and add it as a controller capability by @breiler in #1921
  • Improved connection initialisation, now doesn't continue when status didn't contain a proper status message and attempt to retry. by @breiler in #1925
  • Fix FluidNC startup when in certain alarm state by @breiler in #1933
  • Fixed bug where DRO popup showed coordinate in wrong units by @bertieconfundo in #1935
  • Added support for Win64 by @breiler in #1937
  • FluidNC filebrowser by @breiler in #1936
  • Reactivate joystick on canceling options by @breiler in #1939
  • Interpolate rotational movement on XYZ by @breiler in #1941
  • Fixed bug where re-opening the same file doesn't actually load the new gcode by @bertieconfundo in #1942
  • Fixed problem with crash on quit (joystick thread) by @bertieconfundo in #1943
  • Fixed bug where deleting file at the wrong selection index by @breiler in #1951
  • Fixed problem with file upload/download adding extra bytes by @breiler in #1953
  • Fixed problem in designer where actions got duplicated by @breiler in #1954
  • Added feature for file rename by @breiler in #1955

New Contributors

Full Changelog: v2.0.11...v2.0.12

v2.0.11

21 Mar 08:17
63f4af8
Compare
Choose a tag to compare

Downloads

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

  • Angular update by @breiler in #1783
  • Changed default controller settings for g2core by @breiler in #1784
  • Fixed problem with stopping during door state by @breiler in #1787
  • Added the possibility to export a design as gcode by @breiler in #1794
  • Changed to a more obscure separator character for preprocessing files by @breiler in #1797
  • Added option to open files using a default argument to the application by @breiler in #1798
  • Added a clipart library for simple import of shapes. by @breiler in #1799
  • Fixed problem with NPE when setting a coordinate that wasn't set in the status report by @breiler in #1801
  • Connect/disconnect will now allow to abort a failed connection by @breiler in #1805
  • Added listeners to commands to listen for when it completes. by @breiler in #1809

Full Changelog: v2.0.10...v2.0.11