Hello Guest it is March 28, 2024, 03:49:56 PM

Author Topic: Mach3 & Artcam ramping problems  (Read 14536 times)

0 Members and 1 Guest are viewing this topic.

Re: Mach3 & Artcam ramping problems
« Reply #20 on: February 08, 2007, 10:24:58 PM »
Hello to all,
Here is some of  the code of My job.Thank You,Marco. ??? ???
( Mach2/3 Postprocessor )
N10G00G20G17G20G90G40G49G80
N20G70
N30T3M06
N40G00G43Z0.0100H3
N50S12000M03
N60G94
N70X0.0000Y0.0000F100.0
N80G00X3.2601Y8.4635Z0.0100
N90G01Z-0.1250F50.0
N100G01X3.3331Y8.4630F100.0
N110X3.4822Y8.4592
N120X3.9458Y8.4206
N130X3.9023Y8.4368
N140X3.8477Y8.4542
N150X3.7922Y8.4690
N160X3.7358Y8.4811
N170X3.6788Y8.4906
N180X3.6213Y8.4973
N190X3.5637Y8.5012
N200X3.5060Y8.5024
N210X3.4485Y8.5008
N220X3.3914Y8.4964
N230X3.3348Y8.4894
N240X3.2982Y8.4831
N250X3.2855Y8.4771
N260X3.2601Y8.4635
N270G00Z0.0100
N280G00X4.0588Y1.8158
N290G01Z-0.1250F50.0
N300G01X4.0778Y1.8077F100.0
N310X4.0885Y1.8025
N320X4.0963Y1.8015

Offline Graham Waterworth

*
  • *
  •  2,668 2,668
  • Yorkshire Dales, England
    • View Profile
Re: Mach3 & Artcam ramping problems
« Reply #21 on: February 08, 2007, 11:00:18 PM »
Hi Marco,

If you are sure your setting of the datums is correct then all I can think is that maybe you have a value in the tool length offset for offset number 3.

Also take out the bits of the code I have marked red and try again.

Graham.

N10G00G20G17G20G90G40G49G80
N20G70
N30T3M06
N40G00G43Z0.0100H3
N50S12000M03
Without engineers the world stops
Re: Mach3 & Artcam ramping problems
« Reply #22 on: February 09, 2007, 10:48:58 PM »
Hello Graham,
More questions :-(
Where do I look for the setting for the offset?
I will edit the code and try again,Thank You,Marco.