If you are thinking or you are in the process of making your own CNC machine, then most likely you will meet with the term GRBL. So in this tutorial we will learn what is GRBL...I've built a Z probe plate and want to use it with the M-3 but I can't remember if GRBL 0.9 has Z probe functionality built-in or not. Does it and do I need to do anything to the code in the Arduino to enable it?
You don't have to do this, I don't think. It sounds like all you need to do is adjust your acceleration settings of your Grbl. It sounds like they might be set too low. Initial tests with GRBL have produced high speeds with slow start and deceleration before stop. And absolutely no acceleration at longer distances. Is Marlin not capable of acceleration?
GRBL CONTROLLER. Website. Informatie (ENG): Grbl Controller is software that is designed to send GCode to CNC machines, such as 3D milling machines. It isn’t super smart, it just needs to give the user a nice way to get commands down to whatever controller they are using. Version 3.0 is has been optimized for the Arduino to control Grbl shields. "error:1" : _("G-code words consist of a letter and a value. Letter was not found."), "error:2" : _("Numeric value format is not valid or missing an expected value."), "error:3" : _("Grbl '$' system command was...