Skip to content

Releases: arkypita/LaserGRBL

Reliable Resolution

01 May 15:58
Compare
Choose a tag to compare

Buggy version! Please use v2.6.1 instead

This version include Resolution Helper Form to compute reliable resolution, to obtain perfect quality image engraving without lines and grids artifacts due to the difference between required resolution and hardware resolution. Also adds session logging for better error reporting and diagnostic.

PWM-Less and Dithering Modes options

08 Apr 16:32
Compare
Choose a tag to compare

This version add

  • Installer with output in Program Files folder
  • Support for PWM-Less Hardware #23
  • Dithering alghorithm selection from: Atkinson, FloydSteinberg, Burks, Jarvis, Random, Sierra2, Sierra3, SierraLight, Stucki
  • Icons in menu
  • Auto update in background (with user confirmation) for future versions

menuicons

dithering-modes

Add support for PWM-less laser

03 Apr 17:52
Compare
Choose a tag to compare
Pre-release

Some hardware lack of power modulation ability, so they does not support variable power throught S command. This version add support for this kind of hardware using only M3/M5 in produced G-Code.

#23

To activate this feature open config page from "Grbl-Settings" menu.

image

Minor improvement and bugfixes

25 Mar 10:02
Compare
Choose a tag to compare

Hi all!
This version add the ability to remember last opened file, and target offset and image size in raster import. Now you can re-open the image with all previous settings.

Version also fixes some bugs #17 and add support for some gcode file extensions as in #21

Note: I use a big jump in version number (from 2.4 to 2.5) due to a bug in auto-update new version detection.

Cut optimization

11 Mar 18:33
Compare
Choose a tag to compare
  • Vectorization algorithm in previous version produce path from external to internal, making pieces falling down on the external cut, with problems in cutting internal path. This release reverse path order, going from internal to external. #18
  • This version also ad auto-update on new version
  • Spanish language update

dsc_1553

Speed optimization

02 Mar 22:00
Compare
Choose a tag to compare

This version produce optimized GCode for faster line 2 line engraving

User defined buttons

27 Feb 20:51
Compare
Choose a tag to compare
  • User defined buttons is now stable. Try to right click in buttons area to add a custom button!
  • Switch to a different vectorization library, cause older was buggy
  • Default imported size is now 10cm x 10cm

addcbutton

custom button

1bit image dithering!

25 Feb 21:09
Compare
Choose a tag to compare

As suggested by user kefeur and approved in development roadmap (#10) I have implemented dithering for grayscale engraving.
This help with low power laser diode, where burning PWM range is limited.

dithering

Important Bugfix

14 Jan 12:06
Compare
Choose a tag to compare

Very important bugfix for memory leak problem that cause program crash.
#9

Vectorization + Filling

12 Jan 18:47
Compare
Choose a tag to compare

Now support image vectorization with filling of black path

vectorfilling