Separate names with a comma.
Some features disabled for guests. Register Today.
I suspect that throwing the error should be the expected behaviour, but for reasons I have been unable to fathom, the same macro generates an...
Yay! The $J command was the problem. It seems that GRBL_HAL will not accept any other commands after a $J within the macro, even though standard...
I hate unfinished business: @Niuulh - try this, if you wouldn't mind? It works on my GRBL_HAL test setup (just a bare ESP32 and a probe...
As a bit of a work-around, you could try compiling GRBL_HAL with a higher compatability setting: Compatibility level
No worries - I get the same response if the string is built like this: var tc_probe = "G21\nG38.3 Z-" + tc_seekdistance + " F" +...
OK, I have done some more testing, but am not very much wiser.... The probe diagnostic thing went away (possibly my shonky wiring on the test...
$10 was already set to 511 (I loaded a machine configuration from the library in Control) - I set it to something else, set it back & restarted...
I haven't seen the video, but there's something funky going on with the post processor: I post-processed your f3d file with both the Open Builds...
OK, that was quicker than I thought it would be (I basically only needed to worry about the probe pin): With standard GRBL (V1.1h) on a fake...
Yes, when I've got a minute I'll flash a spare ESP32 with GRBL_HAL and see what happens. It's not a standard board, though, so I need to...
I’m using GRBL_ESP32 (just to complicate matters!)
I give up ! :banghead:
As previously, the probe completed OK (the G9 error started at the G21 command again). I *might* have sussed it though: The macro is commanding a...
I see it ran through a couple of probe cycles OK. The original error was on G21 still, but this got repeated for the G38 command. The first two...
In the file you posted above, you have the boring operation set to 'use ramp' at 2° down to depth; and the ramp feed rate set at half the cutting...
So false is OK for what I'm trying to do (it basically doesn't matter?). Thank you.
Nor me :( Possibly the last roll of the dice: I have reformatted all of the GCode strings to have explicit '\n' character as the new line - Try...
I'm not using a Mac, not sure about the OP, but hopefully directly importing the JSON files will eliminate the possibility of anything funny...
That should be OK, then - probing distances are relative to G30. I had another look at your logs and I don't think you were getting the error I...
Hi, and thankyou. What is your G30 setting? Are you probing the tool length from near the surface of the work? If so, you may need to reduce...