Skip to content

Releases: arkypita/LaserGRBL

Fix / workaround for CH340 driver update issue

06 Dec 22:04
Compare
Choose a tag to compare

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

03 Dec 22:53
Compare
Choose a tag to compare
Pre-release

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/

image

Improve preview rendering with very dense images

22 Jul 11:47
7b004d4
Compare
Choose a tag to compare

Add Japanese Language support

15 Jul 19:40
Compare
Choose a tag to compare
Pre-release

image

Bounding box + improvement

05 Jul 18:49
Compare
Choose a tag to compare

image

  • add bounding box
  • add cross cursor
  • add two different auto-size option
  • rewrite and improve jog feature
  • improve drawing performance
  • fix exception when loading a file while a loading is already in progress

Cancelled, contained a small bug

04 Jul 19:21
Compare
Choose a tag to compare
Pre-release
v7.10.0

Remove CheckError call inside gl.Begin

Cancelled, contained a small bug

03 Jul 17:16
Compare
Choose a tag to compare
Pre-release
v7.9.0

Refresh on LoadingPercentage change

Dynamic grid and better resize management + minor bugfix

22 Jun 16:53
Compare
Choose a tag to compare
  • 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

17 Jun 17:31
Compare
Choose a tag to compare
  • draw only if needed (CPU and energy saving)
  • dynamic sleep
  • async file loading to avoid freeze during big file loading
  • double buffer to avoid synchronization and lock
  • solve possible memory leak

image

Automatic balance performance

11 Jun 18:51
Compare
Choose a tag to compare

Increment Thread Priority and automatic balance sleep time based on rendering time.