Hi Whitey, it hasn’t been that long that I was in your exact same position, (other than I have a few years age on you
). If I may I would elaborate on Rich’s suggestions.
Do download a CAD program, ANY CAD program, better if it’s free and maybe an AutoCad clone.
Draw something simple, like a rectangle. Shouldn't take long, just read the help file on how to draw a line. Ignore the gazillion other features for now.
Save as a DXF file. That is a standard format that describes your drawing as a text file.
Any CAM program can read the DXF and will convert it into a set of step by step Gcode instructions that mach3 will use to cut the part.
Load the Gcode into mach3 and the toolpath window should show your rectangle.
Study the Gcode. The G00, G01, G02 and G03 will cut 99% of anything you can draw and are butt simple to understand.
If you get this far then you are well on your way, the rest will fall out a step at a time.
The above is perhaps an over simplification but It reallly is that simple; (of course the devil is in the details). This forum is the place to ask questions.
HTH,
Al