cnc-toolpath-creator / templates /gcode_template.txt
jithenderchoudary's picture
Update templates/gcode_template.txt
ee2b393 verified
raw
history blame contribute delete
502 Bytes
# User Guide: CNC G-code Generator
This tool generates simple CNC G-code based on user-defined parameters:
- **Length (mm)**: Total cutting length.
- **Diameter (mm)**: Maximum diameter for cutting.
- **Feed Rate (mm/min)**: Speed at which the machine tool moves.
### Steps:
1. Input the desired parameters into the fields.
2. Click "Submit" to generate the G-code.
3. Copy the G-code or save it for use in CNC software.
The generated G-code can be uploaded to a CNC controller for machining.