arkypita/LaserGRBL

v2.8.17 need testing

arkypita opened this issue · 13 comments

I have added keyboard shortcut managment. Please someone test it before I release as official.
https://github.com/arkypita/LaserGRBL/releases/tag/v2.8.17

image

I also add a "Set zero point" button, because a lot of user is asking for it.
I also made the "Homing" button appare/disappear as configured in Grbl

released, hope it work without sideeffects

Hi Arkypita.
I cant get the "Set zero point" button to work in the latest version.
I move the X or Y axis a few millimeters and the press the "Set zero point" button and the blue + jumps straight back to the bottom left home position.
It also affected my custom button which did work to set a new X0 Y0 position, that now does the same and jumps straight back to the bottom left home position when clicked.

Just realised, it does store the new 0,0 position but only shows after clicking to Disconnect and Re-connect. Then the blue + jumps to where I moved the X,Y axiz to.

Hi
get error While Use Keyboard shortcut !
2017-11-19 02-08-19 pm by amir
error Keyboard shortcut.txt

I cant get the "Set zero point" button to work in the latest version.
I move the X or Y axis a few millimeters and the press the "Set zero point" button and the blue + jumps straight back to the bottom left home position.
It also affected my custom button which did work to set a new X0 Y0 position, that now does the same and jumps straight back to the bottom left home position when clicked.

@StuartB4
It is correct, it is the desired behavior by design.
If you set a new zero, the blue cross should go at zero. Does this make sense?

The error was in previous version of LaserGRBL that still showing the cross in absolute position.
In my opinion now is better.

@aMirMOsavi
What are the conditions for reproducing the problem?

It is correct, it is the desired behavior by design.
If you set a new zero, the blue cross should go at zero. Does this make sense?

The error was in previous version of LaserGRBL that still showing the cross in absolute position.
In my opinion now is better.

Yes I understand now, thanks very much.

Hi Arkypita.
I just had a look at the error text file aMirMOsavi supplied and noticed this:

************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.8825 (WinRelRS3.050727-8800)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll

Just wondered if that could be a problem as it's a lower version than you recommend for running LaserGRBL.

Good observation!

In v2.8.19 I add a fix for @aMirMOsavi issue
I also have changed the update procedure that allow me in future to use a different installer/packager (instead of packing with winrar self extractor) that should be more antivirus friendly.

In v2.8.19 I add a fix for @aMirMOsavi issue
I also have changed the update procedure that allow me in future to use a different installer/packager (instead of packing with winrar self extractor) that should be more antivirus friendly.

Thank you, it worked and There was no error.