Hello Guest it is March 28, 2024, 05:59:23 AM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - wcsdoors

Pages: 1
1
Hello. 
I have a newfangled wizard problem with threadmilling on the outside. I have used the wizard numerous times to generate G-code for internal cuts with no problems, but when trying to generate G-code for external threads it is only cutting half the length of the thread (half moon). I've copied the code that it generated and pasted it below.
 
Hope you can help!
 

 
 
(Code by Newfangled Wizard, 11/9/2011)
(Program Posted for Medium Steel )
G0 G49 G40.1 G17
G80 G50 G90 G98 
G20 (Inch)
(***** Thread Milling *****)
M6 T5
M03 S1710.3
M8 (Flood On)
G00G43 H5 Z1
(Right Hand OD Climb)
X6.6385 Y2
G01 Z-0.3 F10.3
G01 X6.3035 F10.3
G02 X3.1965 Y2 R1.5535 Z-0.325
G01 X2.8615
G00 Z1
M5 M9
M30

Pages: 1