About
Team Interoduction
Team Member
Course
Final
BSST Team | ZWU
2024.6
1.Class Practice (AUTODESK FUSION & SHAPR 3D)
On the left is our group's warehouse, where you can share and edit the parts you have made.
If we want to create a new component, we need to click the New Component button as shown in the picture.
Course → CNC
1.Learn how to keep safety
CNC Lathe: This type of machine tool is mainly used to process parts with various shafts, discs, sleeves, and various curved surfaces. They can perform a variety of operations such as cutting, boring, tapping, chamfering, etc.
CNC Milling Machine: CNC milling machine is mainly used to process various plates, sheets, shells, molds and other complex parts, such as some complex curves and surfaces.
CNC Grinding Machine: CNC grinding machine is mainly used for high-precision and high-finish processing, such as mold manufacturing.
CNC EDM Machine: This machine tool uses electrical spark for machining, mainly for mold making and cemented carbide machining.
CNC Cutting Machine: This machine tool is mainly used for cutting sheet metal, such as steel, aluminum, copper, etc.
Each CNC machine tool has its own characteristics and application fields, to choose the right machine tool, first of all, to clarify the type, material and accuracy requirements of the processed parts.
2.Learn CNC in indusrty: machine type, application
3. Make sure the machine ,material
Each CNC machine tool has its own characteristics and application fields, to choose the right machine tool, first of all, to clarify the type, material and accuracy requirements of the processed parts.
Determine the machine:
You need to choose the right CNC machine according to your machining needs. For example, if you need to machine complex surfaces or curves, you may want to choose a CNC milling machine. If you need to do a lot of shaft parts machining, you may need to choose a CNC lathe. At the same time, you also need to consider the precision, speed and reliability of the machine.

Determine the material:
The choice of material depends mainly on your product needs. For example, if your product requires high strength and wear resistance, you may want to choose steel or cemented carbide. If your product needs to be lightweight and corrosion-resistant, you may want to opt for aluminum or plastic. You also need to consider the processability of the material, such as machinability, heat treatment properties, etc.

Depending on your needs and budget, you may need to consult with a professional or machine supplier to determine the best machine and materials for you.
4.Setting the program and simulation
CNC Lathe
CNC Grinding Machine
CNC plastic cutting lathe
CNC processing standard plastic materials
CNC Milling Machine
CNC Cutting Machine
Open the gcode file through Note Pad
Find Z and find all the content in the layer (Z0.3-Z0.4)
Open the NC finder and paste the copied content
Click PLOT to generate
5.Try to read gcode
G-code, also known as the G programming language, is a programming language widely used in CNC machine tools and 3D printers. It consists of a series of characters and numbers that are used to guide the movement and operation of the machine.

G00: Quick positioning, this command allows the machine to move to the specified position at the fastest speed.
G01: Linear interpolation, this command causes the machine to move along a straight path at a specified speed.
G02: Clockwise circular interpolation, this command causes the machine to move along a clockwise circular path at a specified speed.
G03: Counterclockwise circular interpolation, this command causes the machine to move along a counterclockwise circular path at a specified speed.
G90: Absolute coordinate system, this command makes all position commands relative to a fixed origin.
G91: Relative to the coordinate system, this command makes all position commands relative to the current position.
The program first sets the absolute coordinate system, then quickly moves to the position of X10 Y20, then moves to the Z direction at a speed of 100 to -5, and finally moves to the position of X20 Y30 in a clockwise arc at a speed of 200.