Separate names with a comma.
Some features disabled for guests. Register Today.
Yes. It's in the Wiki page that explains the configuration of Grbl. Setting $1=255 will keep the steppers enabled.
It might be helpful if you explained what went wrong with your machine earlier when you first posted about this problem. You "forced" your y-axis...
1. Yes. Create your own defaults in default.h. These define the initial settings on a fresh Arduino install. If Grbl has been loaded on to it...
Can you explain what you were doing beforehand? And each time you noticed this happened? Are you writing any settings during a job? Altering work...
Subroutines and macro programming is not planned. It's not compatible with streaming, because variables change and you have to occasionally jump...
If your motor drivers are built to stay on all of the time, then not much. Grbl turns off the motors in reset or alarm situation, but if you have...
Make sure all previous installations of Grbl are removed. And you are editing the correct config.h file in the Arduino library folder. I may have...
Grbl shouldn't randomly overwrite settings or lose them. It calculates a simple checksum to ensure saved settings data isn't corrupt. If it was,...
The nice thing about the new Grbl v1.1 is the new feedrate overrides. You can set your feed conservatively in CAM and adjust it with the overrides...
Sorry. Had the exact same question on the Grbl issues threads at the same time. Thought you were the same person.This is a common question and is...
Answered this question on Grbl's issues threads
The "M0" program pause command will do the job
OX CNCs should be accurate to at least 0.05mm. At first glance, I think you are seeing the roughing pass. A faster tool path that removes the...
Yes, that is mentioned in the first post. Even when connected remotely from a MacBook Pro to a RPi with Chilipeppr's serial JSON server, it still...
UGS should be supported out of the box on the RPi, but I didn't have that luck a few times. I had to install the Java runtime libraries to get it...
There is a potential issue with EEPROM accesses in sequence like this. I've written about this in the interface document. The problem is the AVR...
There is a long known issue with work position offsets in v0.9 and prior. What's shown as work position is based on the g-code parser state,...
Thanks! I think the learning curve surprises most people when first starting out with CNC machining. It isn't 3d printing, where it's download a...
There are lots of information on the web to explain most of this, but I'll give you a primer. Grbl is the motion controller, converting the g-code...
Thanks. The time difference should be from some force planner syncs that v1.1 is now mandating. It addresses an old EEPROM issue, where it could...