Now you have made some basic tool paths take a quick step back and familiarizing yourself with G-Code. Do some research online, post one of your toolpaths and have a look at it, and practice writing a bit of code with the following challenge: Write your Initials in G-Code by hand coding it.
Here are a few links to give you an intro into G-code, as always, I encourage you to find more yourself:
Don’t get too bogged down in all the details , but check out the Below and use something like https://ncviewer.com/ to compile and view your toolpath to make sure its drawing out your initials! If your doing this as a class exercise please submit your G-code as text, and a screengrab of the initials you drew
In addition to writing the G-Code to draw our of your initials, here are some extra info you need to code into your file. Look around for the various G and M codes that do these and put these into your program. This will help you identify these functions in future when reviewing the G-code generated by fusion 360 or any CAM software.
If you need help determining what G-codes are, look at the articles above, or google for a g-code referance
You can use https://ncviewer.com/ to test as you go, you can also write your G-Code there.
Before you start coding, get some paper and sketch out a simple drawing of your initials:
In a different color annotate your drawing:
Make sure to add Add comment lines () to describes all of these above important moments in your text.