So, I managed to do my first v-carve successfully (with the help of some of you on the forum here!) using F-Engrave. Basically, I just had F-Engrave design the carve (a single word, my last name) and produce gcode. Then I used Universal GCode Sender to run the machine. Here’s what I did in UGS:
Move bit to lower left of workpiece, and right down to the surface.
Click “reset zero”
Turn on spindle
Send the gcode file.
When it was done, I had to quit/do a soft reset, and turn off the spindle.
FEngrave lets you put in a custom header and footer line in the code. I’d like to have it turn on the spindle for me first, turn it off at the end, and actually end the code file (instead of me having to do a soft reset or a $X to get it to finish up at the end). What do I need to change?
Here is the file I used, for reference: name test 5.ngc (124.3 KB)
Help me tune this gcode. This stuff is all new to me. Thanks in advance!