|
|
Up |
|
|
  |
Author: MarkMark Date: Jul 26, 2007 20:45
Greetings All,
A while back, I posted a question about how to loop an X axis milling
pass on a VMC. Someone posted a great little program which works well.
Now I'm asking for a hand on how to adapt it to work on the Y axis. (I
tried to do it myself, to no avail.) I want it to make a pass on the Y
axis, back off by .100 (or whatever) and make another cut as is needed.
It's for taking stock to length in a vise. Here's the program I'd like
to adapt:
T5 M6;
G0 G90 G56 X0.0 Y0.0;
S500 M3;
G43 H05 Z.1 M8;
G01 Z0.0 F20.0;
M97 P100 L6;
G00 Z1.0 M09;
G28 G91 Z0.0 M05;
M30;
N100 G01 G91 Z-.025;
G90 X5.0 F10.0;
G0 G91 Z.1; ...
|
| Show full article (0.82Kb) |
|
| | 6 Comments |
|
  |
Author: brewertrbrewertr Date: Jul 26, 2007 21:15
On Thu, 26 Jul 2007 22:45:39 -0500, Mark Nowhere.com> wrote:
>Greetings All,
> A while back, I posted a question about how to loop an X axis milling
>pass on a VMC. Someone posted a great little program which works well.
>Now I'm asking for a hand on how to...
|
| Show full article (1.00Kb) |
|
| | no comments |
|
  |
Author: PaulPaul Date: Jul 26, 2007 23:07
> Greetings All,
> A while back, I posted a question about how to loop an X axis milling
> pass on a VMC. Someone posted a great little program which works well.
> Now I'm asking for a hand on how to adapt it to work on the Y axis. (I
> tried to do it myself, to no avail.) I want it to make a pass on the Y
> axis, back off by .100 (or whatever) and make another cut as is needed.
> It's for taking stock to length in a vise. Here's the program I'd like to
> adapt:
> T5 M6;
> G0 G90 G56 X0.0 Y0.0;
> S500 M3;
> G43 H05 Z.1 M8;
> G01 Z0.0 F20.0;
> M97 P100 L6;
> G00 Z1.0 M09;
> G28 G91 Z0.0 M05;
> M30;
> N100 G01 G91 Z-.025; ...
|
| Show full article (2.24Kb) |
| no comments |
|
  |
Author: MarkMark Date: Jul 27, 2007 17:00
Paul wrote:
>>Greetings All,
>> A while back, I posted a question about how to loop an X axis milling
>>pass on a VMC. Someone posted a great little program which works well.
>>Now I'm asking for a hand on how to adapt it to work on the Y axis. (I
>>tried to do it myself, to no avail.) I want it to make a pass on the Y
>>axis, back off by .100 (or whatever) and make another cut as is needed.
>>It's for taking stock to length in a vise. Here's the program I'd like to
>>adapt:
>>T5 M6;
>>G0 G90 G56 X0.0 Y0.0;
>>S500 M3;
>>G43 H05 Z.1 M8;
>>G01 Z0.0 F20.0;
>>M97 P100 L6;
>>G00 Z1.0 M09;
>>G28 G91 Z0.0 M05; ...
|
| Show full article (2.41Kb) |
| no comments |
|
  |
|
Date: Jul 28, 2007 14:23
|
| |
| no comments |
|
  |
Author: MarkMark Date: Aug 4, 2007 19:58
Paul wrote:
>>Greetings All,
>> A while back, I posted a question about how to loop an X axis milling
>>pass on a VMC. Someone posted a great little program which works well.
>>Now I'm asking for a hand on how to adapt it to work on the Y axis. (I
>>tried to do it myself, to no avail.) I want it to make a pass on the Y
>>axis, back off by .100 (or whatever) and make another cut as is needed.
>>It's for taking stock to length in a vise. Here's the program I'd like to
>>adapt:
>>T5 M6;
>>G0 G90 G56 X0.0 Y0.0;
>>S500 M3;
>>G43 H05 Z.1 M8;
>>G01 Z0.0 F20.0;
>>M97 P100 L6;
>>G00 Z1.0 M09;
>>G28 G91 Z0.0 M05; ...
|
| Show full article (2.92Kb) |
| no comments |
|
  |
|
|
  |
Author: PaulPaul Date: Aug 20, 2007 22:44
> Paul wrote:
>>>Greetings All,
>>> A while back, I posted a question about how to loop an X axis milling
>>> pass on a VMC. Someone posted a great little program which works well.
>>> Now I'm asking for a hand on how to adapt it to work on the Y axis. (I
>>> tried to do it myself, to no avail.) I want it to make a pass on the Y
>>> axis, back off by .100 (or whatever) and make another cut as is needed.
>>> It's for taking stock to length in a vise. Here's the program I'd like
>>> to adapt:
>>>T5 M6;
>>>G0 G90 G56 X0.0 Y0.0;
>>>S500 M3;
>>>G43 H05 Z.1 M8;
>>>G01 Z0.0 F20.0;
>>>M97 P100 L6; ...
|
| Show full article (4.17Kb) |
| no comments |
|
RELATED THREADS |
  |
|
|
|