Skip to content

Releases: arkypita/LaserGRBL

Bugfix for #76

21 Aug 09:28
Compare
Choose a tag to compare

Restore the ability to export grbl configuration

Bugfix for bug #75 introduced with v2.7.3

20 Aug 18:59
Compare
Choose a tag to compare

Found and fixed a bug that introduce a issue #75 in v2.7.3
Thanks to @clyde5575

New features and bugfix

19 Aug 17:23
Compare
Choose a tag to compare

New Feature: Multiple Passes #71
New Feature: On screen coordinate #69
BugFix: Missing G1 on non PWM hardware #73

NOTE: Do not use this version. Contains a small bug fixed in version v2.7.4

Memory optimization final

18 Jul 08:33
Compare
Choose a tag to compare

With a huge work of memory optimization LaserGRBL can now handle very big images with high resolution, using less memory resource.

Here is an example of 200x150mm @ 20 lines/mm using less then 1GB of memory for 3mln of gcode lines.

memopt

Increase memory limit

17 Jul 09:41
Compare
Choose a tag to compare
  • Fix OutOfMemory exception with big images #65
  • Improvement in GrblEmulator

Memory optimization

17 Jul 13:35
Compare
Choose a tag to compare
Memory optimization Pre-release
Pre-release

This is a pre-release for testing memory optimization

WiFi with ESP8266

01 Jul 17:47
Compare
Choose a tag to compare

ESP8266 is a low-cost Wi-Fi chip that allow to bring the power of Wi-Fi in any DIY project. There are a lot of modules starting from 2$ that bring this chip very easy-to-use.

image

Starting from v2.7.0 LaserGRBL support WiFi connection with ESP8266 allowing each hobbyist to get rid of the usb cables between the pc and his engraver.

http://lasergrbl.com/usage/wifi-with-esp8266/

Beta testing for ESP8266

27 Jun 13:47
Compare
Choose a tag to compare
Pre-release

This version is a pre-release for testing ESP8266 websocket connection

  • Allow free websocket URL definition

Beta testing for ESP8266

25 Jun 08:07
Compare
Choose a tag to compare
Pre-release

This version is a pre-release for testing ESP8266 websocket connection

Ethernet-WiFi + russian language + bugfix

21 Jun 20:16
Compare
Choose a tag to compare

Add Ethernet WiFi (in a telnet like mode)
Enlarge some hardcoded limit #56
Add russian translation (thanks to Alexey Golovin)
Fix some minor bug