Releases: arkypita/LaserGRBL
Releases · arkypita/LaserGRBL
Fix / workaround for CH340 driver update issue
This version include a bugfix/workaround of the issue with CH340 USB-Serial converter driver simply by filtering some exception (errors) that this new driver version throw.
This should make it unnecessary to downgrade the driver.
Add RJCP SerialPort implementation
This release add the implementation of RJCP SerialPort an independent implementation of System.IO.Ports.SerialPort.
User can now select this Com Wrapper from LaserGRBL configuration if other wrapper (UsbSerial and UsbSerial2) fails.
This wrapper also get rid off the CH340 driver issue: https://lasergrbl.com/november-2024-windows-driver-update/
Improve preview rendering with very dense images
Add Japanese Language support
Bounding box + improvement
Cancelled, contained a small bug
v7.10.0 Remove CheckError call inside gl.Begin
Cancelled, contained a small bug
v7.9.0 Refresh on LoadingPercentage change
Dynamic grid and better resize management + minor bugfix
- Dynamic grid: now grid scale up to 1000mt with dynamic resolution
- Better resize management: now image size does not change when form is resized
- Emulator is now optimized for performance and no-hang
- Add some usage hint on display
Improve performance balancing
Automatic balance performance
Increment Thread Priority and automatic balance sleep time based on rendering time.