| Image: 
 .png) Author: Antotabo Group: Default Filesize: 106.54 kB Date added: 2010-02-11 Rating: 9 Downloads: 34896 Views: 37731 Comments: 21 Ratings: 32 Times favored: 3 Made with: Phun Tags: router,
 milling,
 router milling ,
 numerical contr,
 robot,
 program,
 machine,
 automated,
 isometric,
 perspective
 (Show all)
 | This is a typical CNC router setup. You can really cut material manually or run the toolpath contained in scene.my.gcode. 
 The tool path actually loaded make a nice pyramid. The origin of the code is on the top center of the workpiece. so you have to jog to this point andpress x, y, z to make this position the origin.
 
 But you can make your really own program and load them in the console.
 
 G-code template to make your program:
 
 scene.my.gcode=[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0-
 ,0,0],[0,0,0],
 [0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,-
 0],[0,0,0],
 [0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],-
 [0,0,0]]
 
 Controls:
 
 Start Spindle : S key
 Zero  X        : X key
 Zero  Y        : Y key
 Zero  Z        : Z key
 
 Start CNC program : Enter Key
 
 Manual Jog:
 
 X: up and down arrow keys
 Y: left and right arrow keys
 Z: page up and page down  keys
 
 Post your g-codes in the comments, I would like to see some!
 [youtube]http://www.youtube.com/watch?v=D_S7NTs_KiU[/youtube]
 Update: Real looking EndMill. Special thanks to Legophunpp for the idea. Press S to start the spindle.
 |