This release contains mostly bugfixes and changes required to integrate the designer to the ugs-fx. There are a couple of new features that is worth mentioning.
There is now a tool library in the designer with a bunch of predefined tools:
The print function has now a more technical details:
Downloads
UGS Platform
Windows 64-bit
Mac OSX
Mac OSX ARM64
Linux 64-bit
Linux ARM (Raspberry Pi OS 32-bit)
Linux ARM64 (Raspberry Pi OS 64-bit)
All platforms (requires Java)
UGS FX Beta
Windows (exe)
Windows (msi)
Mac OSX
Mac OSX ARM64
Linux (deb)
Linux ARM64 (deb)
Linux (rpm)
Linux ARM64 (rpm)
What's Changed
- Raster: Power Curve + Performance Improvements by @giro-dev in https://github.com/winder/Universal-G-Code-Sender/pull/3057
- Fix missing feed speed by @breiler in https://github.com/winder/Universal-G-Code-Sender/pull/3060
- Moved console to its own tab and upgraded dependencies by @breiler in https://github.com/winder/Universal-G-Code-Sender/pull/3063
- Add own LookupService for registering services by @breiler in https://github.com/winder/Universal-G-Code-Sender/pull/3070
- Use new SVG icon loader by @breiler in https://github.com/winder/Universal-G-Code-Sender/pull/3071
- Use lookup service to register settings panels by @breiler in https://github.com/winder/Universal-G-Code-Sender/pull/3072
- New notification service with platform implementation by @breiler in https://github.com/winder/Universal-G-Code-Sender/pull/3073
- New dialog utility to replace similar functions from netbeans by @breiler in https://github.com/winder/Universal-G-Code-Sender/pull/3074
- Decoupled the designer from Netbeans platform by @breiler in https://github.com/winder/Universal-G-Code-Sender/pull/3075
- Moved toolbar to ugs-core by @breiler in https://github.com/winder/Universal-G-Code-Sender/pull/3078
- Moved designer core to its own module by @breiler in https://github.com/winder/Universal-G-Code-Sender/pull/3079
- Fix machine status pane to use imperial units by @breiler in https://github.com/winder/Universal-G-Code-Sender/pull/3083
- Fix bug where "Mouse Jiggle" happens when controller is not connected by @dnikodem84 in https://github.com/winder/Universal-G-Code-Sender/pull/3088
- Forced settingsChanged to run in the EDT preventing threading issues by @dnikodem84 in https://github.com/winder/Universal-G-Code-Sender/pull/3091
- Fix crash on macOS when opening designer by @dnikodem84 in https://github.com/winder/Universal-G-Code-Sender/pull/3089
- Fix issue where selection did not update after clicking on shape by @dnikodem84 in https://github.com/winder/Universal-G-Code-Sender/pull/3090
- Update Printer Functionality by @dnikodem84 in https://github.com/winder/Universal-G-Code-Sender/pull/3092
- Support dwell on M03/M04 commands by @breiler in https://github.com/winder/Universal-G-Code-Sender/pull/3094
- Made Close button Explicit by @dnikodem84 in https://github.com/winder/Universal-G-Code-Sender/pull/3104
- Translations by @breiler in https://github.com/winder/Universal-G-Code-Sender/pull/3099, https://github.com/winder/Universal-G-Code-Sender/pull/3061
- Add button to toggle projection by @breiler in https://github.com/winder/Universal-G-Code-Sender/pull/3105
- Added Tool Library by @dnikodem84 in https://github.com/winder/Universal-G-Code-Sender/pull/3093
- Bump npm libraries https://github.com/winder/Universal-G-Code-Sender/pull/3100, https://github.com/winder/Universal-G-Code-Sender/pull/3056, https://github.com/winder/Universal-G-Code-Sender/pull/3077
Full Changelog: https://github.com/winder/Universal-G-Code-Sender/compare/v2.1.22...v2.1.23