Skip to content

Releases: arkypita/LaserGRBL

Fix issue with SVG parser

09 Apr 20:46
Compare
Choose a tag to compare

Nothing changed here!

11 Mar 11:03
Compare
Choose a tag to compare

This release literally changes nothing in how LaserGRBL works.
I only have reverted some minor changes if project and solution files, to be sure the executable will be compiled as older 5.x versions.

Add Shake Test generator + update Icon

03 Mar 19:59
Compare
Choose a tag to compare

Restore compatibility with not updated OS

23 Feb 19:23
Compare
Choose a tag to compare

LaserGRBL v6.1.0 was build to request Microsoft .NET Framework 4.8 but this caused problems with some PCs with outdated Windows.
This version restores the use of the 4.0 libraries, available on most PCs, and solves the problem of some users for whom LaserGRBL 6.1 no longer worked.

Cutting test generator and more!

18 Feb 07:51
Compare
Choose a tag to compare

Add Speed Vs Power Generator + logo redesign

17 Feb 00:18
Compare
Choose a tag to compare

Add "SimpleLaser" firmware support

02 Jan 20:03
Compare
Choose a tag to compare

Some new machines comes out with a controller firmware that is called "SimpleLaser".
It is an unofficial and undocumented fork of Grbl firmware, that have some issues with LaserGRBL configuration reading.
This version fix this issues and make able to read configuration even with SimpleLaser firmware.

image

image

Improve diagnostic

07 Sep 18:00
Compare
Choose a tag to compare
Improve diagnostic Pre-release
Pre-release
v5.6.0

Improve diagnostic

Bugfix: improve time measurement in case of sleep/hibernate

27 Aug 21:25
Compare
Choose a tag to compare

This release changes some low-level libraries with which LaserGRBL measures time intervals, inserting some additional checks that allow to intercept and correct the big time jumps that occur when the system is put into standby or in hibernation while LaserGRBL is running.

Bugfix #2122

09 Aug 18:02
Compare
Choose a tag to compare

This version restore a behavior of v4.9.4 where, if it is not possible to read the configuration from the machine (rare and wrong case, but existing) a value of 1000 is assumed for $30 Max PWM. This fix some issue that few user is having using v5.x

image

Note to the reader: it's not really a LaserGRBL bug! If configuration can't be read is a problem of the machine firmware.
I only put a patch on it!