Before heading to the machine, you must prepare your G-Code.
CAD Software: Create your 3D model in Onshape, Export as STEP File.
CAM Software: Import your model STEP File into Fusion 360.
Setup: Set your Work Home (WCS). For most PHS projects, this is the Top-Left-Front corner of the stock but sometimes is the center, just be sure you know what you have set for the machine preperation.
Toolpaths: Select appropriate bits (Endmills/Drills) You will be using in the project.
Verify: Use Simulation to check toolpath in Fusion, and have a mentor review the CAM before Exporting/Post Processing G-Code.
Editing After Processing, a window will load previewing the G-Code - You will need to edit this file and remove the X0 Y0 G53 Lines which are referencing a home positition that does not exist.
Transfer: Save the .nc file to a USB drive.
*Screencap of the WCS orientation and Post-Process menu.*
graph TD
A[Onshape Design] --> B[CAM Fusion Toolpaths]
B --> C[Post Process to G-Code]
C --> D[Turn Machine On / Home Machine]
D --> E[Secure Workholding Determine Workpiece Zero]
E --> F[Insert Tool / Set Work Zero Z TLS]
F --> G[Execute Cut]