jithenderchoudary commited on
Commit
ee2b393
·
verified ·
1 Parent(s): 5533903

Update templates/gcode_template.txt

Browse files
Files changed (1) hide show
  1. templates/gcode_template.txt +13 -0
templates/gcode_template.txt CHANGED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # User Guide: CNC G-code Generator
2
+
3
+ This tool generates simple CNC G-code based on user-defined parameters:
4
+ - **Length (mm)**: Total cutting length.
5
+ - **Diameter (mm)**: Maximum diameter for cutting.
6
+ - **Feed Rate (mm/min)**: Speed at which the machine tool moves.
7
+
8
+ ### Steps:
9
+ 1. Input the desired parameters into the fields.
10
+ 2. Click "Submit" to generate the G-code.
11
+ 3. Copy the G-code or save it for use in CNC software.
12
+
13
+ The generated G-code can be uploaded to a CNC controller for machining.