We use cookies to personalize content, interact with our analytics companies, advertising networks and cooperatives, and demographic companies, provide social media features, and to analyze our traffic. Our social media, advertising and analytics partners may combine it with other information that you’ve provided to them or that they’ve collected from your use of their services. Learn more.
It’s my fault, I know it is, but I don’t know how to fix it. I got my X-Carve working yesterday with Easel on a Mac laptop. I had no problems whatsoever, ran a couple test passes and then shut the machines off. Later in the evening, I connected up an old PC running Linux and tried to get GrblController to connect and jog the machine. Didn’t seem to be working, so I fired up the Arduino IDE and noticed that I had to change the COM port in the Serial Monitor in order to connect. No big deal, changed it and set the baud rate and carriage return. Saw the GRBL info, gave a $$ command and saw all the params go by. Tried to move the X-Axis with a manual G-Code command (forgot exactly what) and got an error saying I hadn’t specified a feedrate. Decided I was in over my head and shut down.
Today I decided to go back to using Easel, so I could actually get something done. Fired everything up and decided to re-run the Machine Setup. Got to the part about testing the axes and nothing works now. Connected with Arduino IDE and opened Serial Monitor. Said it couldn’t find a device on the specified COM port, switched it over to the Mac COM port and verified that I could see grbl stuff in the serial monitor. Exited Arduino IDE and closed it, fired up Easel - same problem. Restarted laptop and X-Carve and tried to run setup in Easel again. No dice.
I’m pretty certain I haven’t fried anything and that I’m just not properly communicating between my laptop and the Arduino. Can someone post a set of instructions that would let me verify first in the Arduino IDE that everything is ok. Preferably with a command or two that lets me exercise the steppers. Then how to make sure that Easel has got the right settings it needs to talk to the machine.