Migrating files from the the Honnun project to a separate project focused on the CNC foamcutter.
This commit is contained in:
18
Software_folder/examples/EXAMPLE3.gcode
Normal file
18
Software_folder/examples/EXAMPLE3.gcode
Normal file
@@ -0,0 +1,18 @@
|
||||
G92 X0.0 Y0.0 A0.0 B0.0 -- set part zero here
|
||||
G21 -- Programming in millimeters (mm)
|
||||
G17 -- XY plane selection
|
||||
G90 -- Absolute programming
|
||||
M3 -- Spindle on (clockwise rotation)
|
||||
G01 X300.0000 Y-400.0000 A300.0000 B400.0000 F4000.0000 -- Linear interpolation
|
||||
G01 X420.5000 Y-450.0000 A420.5000 B450.0000 F4000.0000
|
||||
G01 X550.0000 Y-400.0000 A550.0000 B400.0000 F4000.0000
|
||||
G01 X600.0000 Y-270.5000 A600.0000 B270.5000 F4000.0000
|
||||
G01 X550.0000 Y-150.0000 A550.0000 B150.0000 F4000.0000
|
||||
G01 X420.5000 Y-100.0000 A420.5000 B100.0000 F4000.0000
|
||||
G01 X300.0000 Y-150.0000 A300.0000 B150.0000 F4000.0000
|
||||
G01 X250.0000 Y-270.5000 A250.0000 B270.5000 F4000.0000
|
||||
G01 X300.0000 Y-400.0000 A300.0000 B400.0000 F4000.0000
|
||||
|
||||
M5 -- Spindle stop
|
||||
UG00 X-50 AB B-50
|
||||
M30 -- End of program with return to program top
|
||||
Reference in New Issue
Block a user