Skip to content

Releases: winder/Universal-G-Code-Sender

v2.1.17

25 Aug 16:56
9de963f
Compare
Choose a tag to compare
v2.1.17 Pre-release
Pre-release

What's Changed

  • New translations messagesbundle_en_us.properties (Russian) by @breiler in #2855
  • Add possibility to make keyboard mappings by @breiler in #2856
  • Add setting for verbose logging in the terminal by @breiler in #2857
  • New translations messagesbundle_en_us.properties (Russian) by @breiler in #2863
  • Autoleveler fixes by @breiler in #2864
  • Autoleveler fixes by @breiler in #2865
  • Do not interpolate Z outside bounds of probed area by @breiler in #2866
  • Add the last line to the surfacing toolpath by @breiler in #2867
  • Fix safe height when using start depths to make sure it clears the material by @breiler in #2876

Downloads

Downloads

UGS Platform

Windows Windows 64-bit
Mac OSX Mac OSX
Mac OSX aarch64 Mac OSX ARM64
Linux x64 Linux 64-bit
Linux ARM Linux ARM (Raspberry Pi OS 32-bit)
Linux ARM64 Linux ARM64 (Raspberry Pi OS 64-bit)
Zip All platforms (requires Java)

Full Changelog: v2.1.16...v2.1.17

v2.1.16

08 Aug 14:31
daa5b47
Compare
Choose a tag to compare
v2.1.16 Pre-release
Pre-release

What's Changed

New Contributors

Downloads

Downloads

UGS Platform

Windows Windows 64-bit
Mac OSX Mac OSX
Mac OSX aarch64 Mac OSX ARM64
Linux x64 Linux 64-bit
Linux ARM Linux ARM (Raspberry Pi OS 32-bit)
Linux ARM64 Linux ARM64 (Raspberry Pi OS 64-bit)
Zip All platforms (requires Java)

Full Changelog: v2.1.15...v2.1.16

v2.1.15

04 Jun 05:48
85d8515
Compare
Choose a tag to compare

What's Changed

Features and bug fixes

FX

Upgrades

  • Bump vite from 6.2.6 to 6.3.4 in /ugs-pendant/src/main/webapp by @dependabot in #2778
  • Bump react-router and react-router-dom in /ugs-pendant/src/main/webapp by @dependabot in #2768

New Contributors

Downloads

Downloads

UGS Platform

Windows Windows 64-bit
Mac OSX Mac OSX
Mac OSX aarch64 Mac OSX ARM64
Linux x64 Linux 64-bit
Linux ARM Linux ARM (Raspberry Pi OS 32-bit)
Linux ARM64 Linux ARM64 (Raspberry Pi OS 64-bit)
Zip All platforms (requires Java)

UGS Classic

Zip All platforms (requires Java)

Full Changelog: v2.1.14...v2.1.15

v2.1.14

14 Apr 17:17
f1fbaca
Compare
Choose a tag to compare

Minor fixes and improvements

What's Changed

Downloads

Downloads

UGS Platform

Windows Windows 64-bit
Mac OSX Mac OSX
Mac OSX aarch64 Mac OSX ARM64
Linux x64 Linux 64-bit
Linux ARM Linux ARM (Raspberry Pi OS 32-bit)
Linux ARM64 Linux ARM64 (Raspberry Pi OS 64-bit)
Zip All platforms (requires Java)

UGS Classic

Zip All platforms (requires Java)

Full Changelog: v2.1.13...v2.1.14

v2.1.13

18 Mar 17:56
ae63abc
Compare
Choose a tag to compare

Minor fixes and improvements

What's Changed

Downloads

Downloads

UGS Platform

Windows Windows 64-bit
Mac OSX Mac OSX
Mac OSX aarch64 Mac OSX ARM64
Linux x64 Linux 64-bit
Linux ARM Linux ARM (Raspberry Pi OS 32-bit)
Linux ARM64 Linux ARM64 (Raspberry Pi OS 64-bit)
Zip All platforms (requires Java)

UGS Classic

Zip All platforms (requires Java)

Full Changelog: v2.1.12...v2.1.13

v2.1.12

08 Jan 20:39
7d9d6fc
Compare
Choose a tag to compare

Minor fixes and rolling back NEWT rendering engine

What's Changed

Downloads

Downloads

UGS Platform

Windows Windows 64-bit
Mac OSX Mac OSX
Mac OSX aarch64 Mac OSX ARM64
Linux x64 Linux 64-bit
Linux ARM Linux ARM (Raspberry Pi OS 32-bit)
Linux ARM64 Linux ARM64 (Raspberry Pi OS 64-bit)
Zip All platforms (requires Java)

UGS Classic

Zip All platforms (requires Java)

Full Changelog: v2.1.11...v2.1.12

v2.1.11

04 Dec 07:43
791491c
Compare
Choose a tag to compare
v2.1.11 Pre-release
Pre-release

What's Changed

  • Attempt to fix locking problem with OpenGL on MacOSX and Linux by @breiler in #2647
  • Fix problem with opening XYZ files containing negative positions by @breiler in #2649
  • Add manufacturer name to device and dark mode by @breiler in #2650

Downloads

Downloads

UGS Platform

Windows Windows 64-bit
Mac OSX Mac OSX
Mac OSX aarch64 Mac OSX ARM64
Linux x64 Linux 64-bit
Linux ARM Linux ARM (Raspberry Pi OS 32-bit)
Linux ARM64 Linux ARM64 (Raspberry Pi OS 64-bit)
Zip All platforms (requires Java)

UGS Classic

Zip All platforms (requires Java)

Full Changelog: v2.1.10...v2.1.11

v2.1.10

29 Nov 14:43
Compare
Choose a tag to compare
v2.1.10 Pre-release
Pre-release

This release is focusing on the visualizer performance using a new rendering engine - which will enable higher frame rates at lower CPU. We now also use a library for generating and rendering CSG (Constructive Solid Geometry) objects. This will in the future enable us to add richer visualizations.

While monitoring different forums, one of the bigger pain points for new users is how to zero each axis and the confusion about machine position being negative. An attempt to resolve this has been made to move the reset buttons and hide the machine position in the DRO. The machine position can be enabled by right clicking and choose "Show machine position".

Screenshot from 2024-11-29 15-26-57

The visualizer has now gotten a toolbar where to be able to easily toggle the different renderable objects:
Screenshot from 2024-11-29 15-29-24

The editor has gotten some more hints and warnings. Many people have G28 included in their gcode, as a beginner it is very common that a home position has been set which will make the machine hurdle to an unknown position. This is a warning that is now displayed in the gcode editor:
image

There have been cases where no unit code has been given in the gcode which will run it in whatever state the controller was in when starting. This error will now be displayed:
image

There have been instances where users include GRBL system commands in the gcode. This is discouraged as these commands are not included in the controller planner buffer which may cause errors. This error will now be displayed in those cases:
image

Downloads

Downloads

UGS Platform

Windows Windows 64-bit
Mac OSX Mac OSX
Mac OSX aarch64 Mac OSX ARM64
Linux x64 Linux 64-bit
Linux ARM Linux ARM (Raspberry Pi OS 32-bit)
Linux ARM64 Linux ARM64 (Raspberry Pi OS 64-bit)
Zip All platforms (requires Java)

UGS Classic

Zip All platforms (requires Java)

What's Changed

New Contributors

Full Changelog: v2.1.9...v2.1.10

v2.1.9

03 Sep 19:02
3e2f05b
Compare
Choose a tag to compare

This release is focusing on minor bug fixes and improvements

Downloads

Downloads

UGS Platform

Windows Windows 64-bit
Mac OSX Mac OSX
Mac OSX aarch64 Mac OSX ARM64
Linux x64 Linux 64-bit
Linux ARM Linux ARM (Raspberry Pi OS 32-bit)
Linux ARM64 Linux ARM64 (Raspberry Pi OS 64-bit)
Zip All platforms (requires Java)

UGS Classic

Zip All platforms (requires Java)

What's Changed

  • Add better error message when FluidNC configuration is broken by @breiler in #2574
  • Load the gcode model when opening the visualizer by @breiler in #2575
  • Pendant pin status by @breiler in #2576
  • Added actions for aligning entities in the designer by @breiler in #2577
  • Fixed connection problem with GRBL_ESP32 in wifi mode by @breiler in #2583
  • Fixes for controller resets by @breiler in #2584
  • Removed old firmware options that no longer works or are being used. by @breiler in #2582
  • Add spindle start command to drill operations by @breiler in #2585
  • Add drag'n'drop to the designer for importing files by @breiler in #2586

Full Changelog: v2.1.8...v2.1.9

v2.1.8

04 Jul 18:28
41b4673
Compare
Choose a tag to compare

This release is focused on improvements in the designer tool where the biggest change are support for laser engravers. With cut types Laser - Fill and Laser - On path it is now possible to do simple laser cut/engraving jobs:
https://youtu.be/Q8dBg5UuUPQ?feature=shared

Downloads

Downloads

UGS Platform

Windows Windows 64-bit
Mac OSX Mac OSX
Mac OSX aarch64 Mac OSX ARM64
Linux x64 Linux 64-bit
Linux ARM Linux ARM (Raspberry Pi OS 32-bit)
Linux ARM64 Linux ARM64 (Raspberry Pi OS 64-bit)
Zip All platforms (requires Java)

UGS Classic

Zip All platforms (requires Java)

What's Changed

Full Changelog: v2.1.7...v2.1.8