probe error in bCNC

Répondre
vair327
Messages : 36
Enregistré le : 10 févr. 2019 22:22

probe error in bCNC

Message par vair327 »

Hello

Any one tried the probe function in bCNC? I get it to work but only after a few errors come up. I get error 3, error 33, alarm 5. These errors don't always come up each time, they are random in occurrence. I will get error 3 this time, then error 33 the next and so on. Of course this is on RS_CNC 32.

I have also used IntelliG-Code and the probe function works flawlessly in that program. Probe also works perfectly on the RS-CNC 32 it self.
Avatar du membre
RoMaker
Administrateur du site
Messages : 5063
Enregistré le : 02 janv. 2017 20:24
Localisation : Montpellier
Contact :

Re: probe error in bCNC

Message par RoMaker »

Hi,
You have to customize the probe sequence in bCNC like the custom button on the TFT
vair327
Messages : 36
Enregistré le : 10 févr. 2019 22:22

Re: probe error in bCNC

Message par vair327 »

I was really hoping to use the probe button and not one of the tiny user config buttons.
Avatar du membre
RoMaker
Administrateur du site
Messages : 5063
Enregistré le : 02 janv. 2017 20:24
Localisation : Montpellier
Contact :

Re: probe error in bCNC

Message par RoMaker »

Yes, but i said that the probe button in bCNC must be set with the same gcode sequence as on the TFT custom button.
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.)
vair327
Messages : 36
Enregistré le : 10 févr. 2019 22:22

Re: probe error in bCNC

Message par vair327 »

RoMaker a écrit :Yes, but i said that the probe button in bCNC must be set with the same gcode sequence as on the TFT custom button.
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.)
I have search and cannot find any info on how to change the code on the button.

Sent from my Pixel 3 XL using Tapatalk

Avatar du membre
RoMaker
Administrateur du site
Messages : 5063
Enregistré le : 02 janv. 2017 20:24
Localisation : Montpellier
Contact :

Re: probe error in bCNC

Message par RoMaker »

In "control" tab, Right click on one of the six Buttons in the menu (above USER).
Put the Gcode into the Box.
vair327
Messages : 36
Enregistré le : 10 févr. 2019 22:22

Re: probe error in bCNC

Message par vair327 »

Yes those are the buttons I was referring to as tiny ( using a touch screen ). I have set one to probe with the gcode sequence and it works fine. Have you tried the leveling function yet to see if it works or if it errors out.
Répondre