Bug with CMD buttons

3DStyle
Messages : 108
Enregistré le : 22 févr. 2018 14:34

Bug with CMD buttons

Message 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.

3DStyle
Messages : 108
Enregistré le : 22 févr. 2018 14:34

Re: Bug with CMD buttons

Message par 3DStyle »

Hi, any update?
Avatar du membre
HTheatre
Messages : 5910
Enregistré le : 31 mars 2019 08:21
Localisation : Rivesaltes

Re: Bug with CMD buttons

Message 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
mstrens
Messages : 2611
Enregistré le : 27 févr. 2018 12:58

Re: Bug with CMD buttons

Message par mstrens »

I expect it should be possible but currently, I am busy with another project.
I will try to look at this later.
3DStyle
Messages : 108
Enregistré le : 22 févr. 2018 14:34

Re: Bug with CMD buttons

Message 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.
jijiz
Messages : 266
Enregistré le : 22 juil. 2020 09:45
Localisation : Toulouse

Re: Bug with CMD buttons

Message 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.
Aze
Messages : 1928
Enregistré le : 11 mars 2017 14:13

Re: Bug with CMD buttons

Message par Aze »

Or just take a picture of the WPOS before starting your job ;)
jijiz
Messages : 266
Enregistré le : 22 juil. 2020 09:45
Localisation : Toulouse

Re: Bug with CMD buttons

Message par jijiz »

Hi,

Can you send me your button code that you use? I'll try to reproduce and fix that.
3DStyle
Messages : 108
Enregistré le : 22 févr. 2018 14:34

Re: Bug with CMD buttons

Message 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.)
jijiz
Messages : 266
Enregistré le : 22 juil. 2020 09:45
Localisation : Toulouse

Re: Bug with CMD buttons

Message par jijiz »

Thanks, I'll check it maybe tomorrow.
Répondre