Chess pieces made through cnc lathe programming . It includes all the chess pieces except knight with their cad drawing and their programes based on cnc codding .
1 of 14
Downloaded 579 times
More Related Content
chess pieces program of cnc lathe .
1. N1 ; // SEQUENCE NUMBERS //
M06 T0707; // TOOL no 7 and offset no 7//
G97 M04 S800 ; // spindle direction anticlockwise//
M08; // COOLENT ON//
G00 X25.0 Z5.0;
G01 Z-0.5 ; // FACING OF 1 MM//
G01 X0.0 F0.1; // FEED RATE OF 0.1 MM///
G00 X25.0 Z5.0;
G01 Z-0.5 F0.1;
G01 0.0 F0.1;
G00 X25.0 Z5.0;
G01 Z-1.0;
X0.0;
G00 X25.0 Z5.0;
G71 U1.0 R2.0; // MULTIPLE TURNING CYCLE FOR ROUGH TURNING//
PART PROGRAM FOR QUEEN
VIRTUAL PROTOTYPE