Re: Re: Max NC File Size
Posted by
John Harnedy
on 2000-09-24 06:46:48 UTC
Darrell,
OK, now i understand, already do that,
but have modified the post to delete the blanks.
Thanks John
Date: Sat, 23 Sep 2000 10:06:28 -0700
From: "Darrell" <dgehlsen@...>
Subject: Re: Re: Max NC File Size
When I said delete duplicate modal Gcodes I meant that if
your code has a G01 on each feed move as follows:
G01 X2.3 Y1.0
G01 X2.3 Y1.5
G01 X3.2 Y1.5
You can save space as follows:
G01X2.3Y1.0
Y1.5
X3.2
The second two G01s are not needed and the X and Y
coordinates that do not change are not needed.
Darrell
OK, now i understand, already do that,
but have modified the post to delete the blanks.
Thanks John
Date: Sat, 23 Sep 2000 10:06:28 -0700
From: "Darrell" <dgehlsen@...>
Subject: Re: Re: Max NC File Size
When I said delete duplicate modal Gcodes I meant that if
your code has a G01 on each feed move as follows:
G01 X2.3 Y1.0
G01 X2.3 Y1.5
G01 X3.2 Y1.5
You can save space as follows:
G01X2.3Y1.0
Y1.5
X3.2
The second two G01s are not needed and the X and Y
coordinates that do not change are not needed.
Darrell
Discussion Thread
John Harnedy
2000-09-22 09:12:04 UTC
Max NC File Size
Dan Mauch
2000-09-22 10:54:04 UTC
Re: [CAD_CAM_EDM_DRO] Max NC File Size
Darrell
2000-09-22 21:34:30 UTC
Re: [CAD_CAM_EDM_DRO] Max NC File Size
John Harnedy
2000-09-23 00:54:15 UTC
Re: Max NC File Size
Jon Anderson
2000-09-23 08:54:12 UTC
Re: [CAD_CAM_EDM_DRO] Re: Max NC File Size
Darrell
2000-09-23 10:02:30 UTC
Re: [CAD_CAM_EDM_DRO] Re: Max NC File Size
John Harnedy
2000-09-24 06:46:48 UTC
Re: Re: Max NC File Size
John Harnedy
2000-09-24 06:46:54 UTC
RE: Re: Max NC File Size