Skip to content

v2.1.10

Pre-release
Pre-release
Compare
Choose a tag to compare
@breiler breiler released this 29 Nov 14:43

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