vlachoudis / bCNC

GRBL CNC command sender, autoleveler and g-code editor
GNU General Public License v2.0
1.58k stars 533 forks source link

error:Only G38.2 and G38.3 are supported #704

Open Norxcode opened 6 years ago

Norxcode commented 6 years ago

Just want to let others know - if running Smoothieboard and bCNC trying the Tool Change routine. Iam running Smoothieboard, with Smoothieware cnc-build -Using the 0.9.10 and 0.9.11 build of bCNC

If you put any numbers other than 0.0 in the "Fast probe feed" field an error messages is stopping the Toolchange. - An errormessage is displayed in the Terminal window:

Only G38.2 and G38.3 are supported and an Alarm with, Probe triggered before move is displayed.

It looks like if you put any other numbers than 0.0 it first uses a G38.2 or G38.3 (depending on your setting) and after a Touch is hit - it issue the G38.5 command - resulting in the error.

If you leave the 'Fast Probe Feed' set to 0.0 it does not send the G38. 5 code.

vlachoudis commented 6 years ago

Thanks. Good to know.