Separate names with a comma.
Some features disabled for guests. Register Today.
@Niuulh Thanks for your patience. I have corrected what I think was causing the error, but I can't replicate it on my system (either my processor...
Click on 'mm mode' instead of 'inch mode' above the coordinate display in the top left and you will get jog increments in mm. Mental arithmetic...
Sorry, I didn't post one for that macro! :oops: Thanks for the files - I think I know what's causing it (it's a bug in the code). Leave it with...
It sounds like you are sorted now with the Openbuilds POST, but just FYI there is a setting in the default Fusion360 GRBL post processor for 'Safe...
You need to copy the text in the serial log window (ctrl + A in windows) and paste it into a text document - similarly for the messages in the...
None the wiser, I'm sorry - can you attach the complete serial log and the messages relating to the probe (they should all be grouped together...
Hi - did this happen when you clicked 'Proceed' to return to the original position? It may be that, with the new offset applied, trying to put...
That's a very good call! The original grbl on 8 bit Arduino definitely bogs down when presented with complex commands at high speed. I ran the...
FWIW, I can’t see anything wrong with the gcode…
If you can separate the gcode into one file per tool (can be done in the standard F360 grbl POST, or the Openbuilds POST) then the macro I wrote...
I don't understand that comment - 150mm/s^2 acceleration will get to 3000mm/min (50mm/s) from a standing start in just over 8mm / 0.33 seconds -...
You should have just made it 25X scale - I've seen it happen! :D
That's likely 24DP 0.5" PCD, so (pi) x 0.5" = 1.571" per revolution. Grbl requires steps/mm in the setup (unless Control does something clever)...
You didn't change the acceleration settings at the same time, did you?
Yeah - my point was that with GRBLHal, once an error has been generated, it will continue to be reported, even if you send perfectly legitimate...
Note that errors are persistent in GrblHAL (unlike plain vanilla Grbl): "When a GCode results in an error this will persist for all subsequent...
No, it's a homemade ESP32 controller running Grbl_Esp32, but that shouldn't make any difference - the probe input will work the same. (The Black...
I have tool height and 3D probe working as NC while retaining the standard NO 'touch' probing on a single probe input. It just needs a simple...
It looks like that board runs a variant of GRBL_ESP32. Try typing: $settings/list The extended commands are documented here (note that it is no...
That error would bug me... How well is the Z axis trammed? (Front-back & side-side)