Page 1 sur 3

Bug with CMD buttons

Posté : 09 janv. 2021 00:09
par 3DStyle
Hi,

There's an annoying bug with the CMD buttons in the RS-CNC 32bit board.

The Cancel/Pause buttons are not working when a CMD button is in the middle of an action.
I have few buttons that are used for probing. If a probe is failed for any reason, the screen is stuck and there is no
option to exit from it, or to go to the previous menu. The only option is to power off the machine.

Is it possible to fix this?

Here's a video for demonstration. I let the machine to probe Z without installing the probe on the end mill, I let it to move until in needs to throw an alert.


Re: Bug with CMD buttons

Posté : 10 janv. 2021 08:42
par 3DStyle
Hi, any update?

Re: Bug with CMD buttons

Posté : 10 janv. 2021 09:13
par HTheatre
Hi 3DStyle,
3DStyle a écrit : 10 janv. 2021 08:42 Hi, any update?
I am sorry, this time I can't help you. You will have to wait for mstrens read your post.

See ya

Re: Bug with CMD buttons

Posté : 10 janv. 2021 14:25
par mstrens
I expect it should be possible but currently, I am busy with another project.
I will try to look at this later.

Re: Bug with CMD buttons

Posté : 14 janv. 2021 14:51
par 3DStyle
Thanks mstrens, I will appreciate if you can fix this as this happen to me many times and ruins jobs since it resets the WPOS of my jobs.

Thank you.

Re: Bug with CMD buttons

Posté : 15 janv. 2021 06:31
par jijiz
3DStyle a écrit : 14 janv. 2021 14:51 Thanks mstrens, I will appreciate if you can fix this as this happen to me many times and ruins jobs since it resets the WPOS of my jobs.

Thank you.
Hi,

You should write on paper wpos as a save.

Re: Bug with CMD buttons

Posté : 15 janv. 2021 11:22
par Aze
Or just take a picture of the WPOS before starting your job ;)

Re: Bug with CMD buttons

Posté : 21 janv. 2021 18:58
par jijiz
Hi,

Can you send me your button code that you use? I'll try to reproduce and fix that.

Re: Bug with CMD buttons

Posté : 24 janv. 2021 20:07
par 3DStyle
Hi jijiz,

Of course, thank you for the help.
I used the g-code from the TFT manual page (https://www.makerfr.com/en/cnc/grbl-32- ... oi-du-tft/)

This is the code:

Code : Tout sélectionner

G91 G21 ;                (Relative position in mm.)
G38.2 Z-30 F100 ;(Search of the probe on 30 mm. speed 100, if not found after 30 mm. Alarm GRBL)
G0 Z1 ;                    (back 1mm.)
G38.2 Z-1 F10 ;     (Searching the probe for 1 mm, slower, speed 10)
G92 Z20 ;    (Adjustment of the Z offset according to the thickness of the probe, 20 mm in this case)
G0 Z3 ;                   (back 3mm.)

Re: Bug with CMD buttons

Posté : 24 janv. 2021 20:12
par jijiz
Thanks, I'll check it maybe tomorrow.