Hi, I keep getting an error number 24 when I'm running very lengthy cuts. I read that this is the machine thinking there are two lines of g code on the same line, I'm using kirimoto to generate the g code. I read a post on here that suggested it might have been about grounding my vacuum, so I went ahead and ran a length of copper wire around the hose of the vacuum about the last half of the vacuum and then took that half that ends in the middle of the vacuum hose and ran it into a ground in an outlet - it then happened a second time. I also wanted to know why when this error code is thrown the motor is not shut off, it just seems to stop moving and sit in the same place causing what seems to be a potential hazard.
Include the full error message, the numbers mean a lot less without having to first go and look it up (; 24 is "Two G-code commands that both require the use of the XYZ axis words were detected in the block." Does look like Serial Corruption, so see docs:blackbox-x32:faq-emi [OpenBuilds Documentation]
Okay I will take a look at that documentation. In the meantime I was incorrect. I suppose I clicked the okay button on the alarm and that's when the actual program stopped. Currently the alarm is thrown but it seems to be running just fine.
Alarms/Errors are supposed to stop the job (its unsafe to continue due to whatever happened bad enough to raise an alarm) Have a read through Grbl v1.1 Interface too