Hello Guest it is April 24, 2024, 06:40:29 AM

Author Topic: Help with G-Code error  (Read 12410 times)

0 Members and 1 Guest are viewing this topic.

Offline TT350

*
  •  113 113
    • View Profile
Re: Help with G-Code error
« Reply #10 on: November 04, 2007, 10:42:25 AM »
So with my current settings do you think it will it cut a smooth arc useing
2 1/2 profiling ? 

Chris

Offline Graham Waterworth

*
  • *
  •  2,673 2,673
  • Yorkshire Dales, England
    • View Profile
Re: Help with G-Code error
« Reply #11 on: November 04, 2007, 10:59:39 AM »
In most CAM systems you can specify the segment length, this will then make the flats smaller or larger.

If you can just re-program VM to mill you a circle then it will output a G02/3 and the out side will then be smooth.

To mill a circle is very easy :-

(MILL 1.5 O/D BOSS WITH .375 DIA END MILL)

G20 G17 G80 G90
M6 T1
G43 H1
S1750 M3

G00 X.9375 Y0             (MOVE TO START)
Z0                               (MOVE TO TOP OF JOB)
G03 I-.9375 Z-.01 F5.    (MILL A CIRCLE AND MOVE DOWN .010")
G00 Z1.
M30

Graham.
Without engineers the world stops

Offline TT350

*
  •  113 113
    • View Profile
Re: Help with G-Code error
« Reply #12 on: November 04, 2007, 11:56:41 AM »
Thanks for your help!!!
Re: Help with G-Code error
« Reply #13 on: April 29, 2008, 07:35:31 PM »
Once again about helical/spiral. Is there any developments on this way? Why is it so difficult is theare some imitations i pulsing engine can it be dun with G100? The reason I'm asking is the method of outputting helix as segments does not work very well in real life creating series of small movements lead to vibrations especially on servo driven machine's ( I use Melservo J2 ) even top of the range ones with is critical for mould making. I was about to try G100 with kind of similar to standard Mitsubishi controller what is your opinion is it worth spend money and time on? Thanks