开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育

Flashcut questions


Ian W. Wright
 

Hi,

I downloaded an evaluation copy of Flashcut which I have been looking at
today and a couple of questions have come to mind which I'm sure someone
can answer.

I cannot see any way to make the programme take account of tool offsets
- i.e. the allowance for the diameter of the milling cutter. Is this not
one of its functions and, if not, how do users get around the problem
(if such it is - I've never yet quite managed to understand how the
programmes which do use tool offset corrections decide which side of a
line they should cut on ). Do you have to decide on the exact size of
cutter before drawing the component in CAD and draw the cutter path
rather than the component?

Secondly, The programme ignores any 'Z' component when it is importing
from a DXF file - is this just a limitation on the demo version or is
the programme only really intended for 2 1/2D engraving etc.? I
suspect not as you can enter 'Z' amounts manually to the G-code and it
will emulate cutting them.

I also, some time ago, had a look at a programme called 'Nester' which I
believe did the same thing, however, my copy timed out over a year ago
now so I can't remember much about it. Does anyone know anything about
this one, I haven't seen it mentioned on the list yet. If my vague
memory is working at all I believe it was also supposed to do layouts of
parts on sheet material for its most efficient use.

Best wishes

Ian

--

Ian W. Wright LBHI
Sheffield Branch Chairman of the British Horological Institute.
Bandmaster and Euphonium player of the Hathersage Brass Band. UK.
See our homepage at:- or


'Music is the filling of regular time intervals with harmonious
oscillations.'


Jon Elson
 

"Ian W. Wright" wrote:

From: "Ian W. Wright" <Ian@...>

Hi,

I downloaded an evaluation copy of Flashcut which I have been looking at
today and a couple of questions have come to mind which I'm sure someone
can answer.

I cannot see any way to make the programme take account of tool offsets
- i.e. the allowance for the diameter of the milling cutter. Is this not
one of its functions and, if not, how do users get around the problem
(if such it is - I've never yet quite managed to understand how the
programmes which do use tool offset corrections decide which side of a
line they should cut on ).
I can't answer as far as flashcut is concerned, but there are RS-274D
modal commands that specify 'cutter left of part' or 'cutter right of part'.
In Bobcad/CAM, they really don't quite support this, either. They
do have a function that 'offsets' a toolpath from the actual part outline
on the drawing. This can be used for leaving a finish allowance on the
part when roughing, as well as offsetting the tool by its radius.

Do you have to decide on the exact size of
cutter before drawing the component in CAD and draw the cutter path
rather than the component?
Yes, to do things this way, you would need to know the tool size in
advance. Very messy, and not compatible with using reground
tools in the shop.

Now, you can make the program produce a toolpath that follows
the actual part outline. You have to be careful to radius all inside
corners to greater than the expected tool radius. Then, you can manually
place a lead-in and lead-out for the radius compensation as you
specify the direction, etc. to follow when cutting the part. Then,
you manually edit into the CAM-produced RS-274D file the commands
to enter radius compensation and exit at the end. Finally, you
do a test cut on the machine (or a CAM previewer, but I don't
have one that supports this) to see if you specified the correct
side of the part. I made a tool which has a spring-loaded ballpoint
pen cartridge in a 1/2" rod. I put this in a collet and set the Z so
that it will touch the pen to a piece of paper taped to a 'platen'
held in the vise, when the tool is lowered to the workpiece.
It then draws the centerline of the toolpath, so you can see
whether it is doing what you want. Actually, the way I do
this is to first set the tool radius to zero, such that the drawing
shows the actual part outline. Then, I set the tool radius to
the correct value for the tool I'll be using, and run the program
again. If the side of the part has been specified correctly,
you get a new line that follows completely around the outside of
the part by the desired radius. If not, it will do the inside, but
the lead-in and lead-out points will not be well chosen for
doing the inside.

One other trick I use, especially when typing in a G-code program
without benefit of CAD/CAM, is to enter into the tool table a larger tool
diameter/radius that the tool actually is. This makes the machine
make a roughing pass, leaving extra material on the part.
Then, you reduce the oversize specification, and run it again, and
it takes off some of that excess. Finally, setting the tool table
to the actual tool size gives a finish pass, cutting the part to
the desired dimensions.

All of the above pertains to my particular combination of CAD/CAM
and CNC control, of course, but should be fairly general.


Secondly, The programme ignores any 'Z' component when it is importing
from a DXF file - is this just a limitation on the demo version or is
the programme only really intended for 2 1/2D engraving etc.? I
suspect not as you can enter 'Z' amounts manually to the G-code and it
will emulate cutting them.
Many of the low-cost CAD/CAM programs are really 2-D programs,
with assorted hacks to let them perform 3-D work. Some of these hacks
are quite awful, and you really are quite limited by them. Others do a
bit better, but they still are cumbersome.

Jon


Brian Fairey
 

Flashcut does not reconise G40 & G41 the commands for cutter offset off &on.
Although my SW supports tool offset I have always preferred to draw the offset in my cad program. Bobcad does support tool
offset.
Brian. Ont. Canada.

Jon Elson wrote:

From: Jon Elson <jmelson@...>

"Ian W. Wright" wrote:

From: "Ian W. Wright" <Ian@...>

Hi,

I downloaded an evaluation copy of Flashcut which I have been looking at
today and a couple of questions have come to mind which I'm sure someone
can answer.

I cannot see any way to make the programme take account of tool offsets
- i.e. the allowance for the diameter of the milling cutter. Is this not
one of its functions and, if not, how do users get around the problem
(if such it is - I've never yet quite managed to understand how the
programmes which do use tool offset corrections decide which side of a
line they should cut on ).
I can't answer as far as flashcut is concerned, but there are RS-274D
modal commands that specify 'cutter left of part' or 'cutter right of part'.
In Bobcad/CAM, they really don't quite support this, either. They
do have a function that 'offsets' a toolpath from the actual part outline
on the drawing. This can be used for leaving a finish allowance on the
part when roughing, as well as offsetting the tool by its radius.

Do you have to decide on the exact size of
cutter before drawing the component in CAD and draw the cutter path
rather than the component?
Yes, to do things this way, you would need to know the tool size in
advance. Very messy, and not compatible with using reground
tools in the shop.

Now, you can make the program produce a toolpath that follows
the actual part outline. You have to be careful to radius all inside
corners to greater than the expected tool radius. Then, you can manually
place a lead-in and lead-out for the radius compensation as you
specify the direction, etc. to follow when cutting the part. Then,
you manually edit into the CAM-produced RS-274D file the commands
to enter radius compensation and exit at the end. Finally, you
do a test cut on the machine (or a CAM previewer, but I don't
have one that supports this) to see if you specified the correct
side of the part. I made a tool which has a spring-loaded ballpoint
pen cartridge in a 1/2" rod. I put this in a collet and set the Z so
that it will touch the pen to a piece of paper taped to a 'platen'
held in the vise, when the tool is lowered to the workpiece.
It then draws the centerline of the toolpath, so you can see
whether it is doing what you want. Actually, the way I do
this is to first set the tool radius to zero, such that the drawing
shows the actual part outline. Then, I set the tool radius to
the correct value for the tool I'll be using, and run the program
again. If the side of the part has been specified correctly,
you get a new line that follows completely around the outside of
the part by the desired radius. If not, it will do the inside, but
the lead-in and lead-out points will not be well chosen for
doing the inside.

One other trick I use, especially when typing in a G-code program
without benefit of CAD/CAM, is to enter into the tool table a larger tool
diameter/radius that the tool actually is. This makes the machine
make a roughing pass, leaving extra material on the part.
Then, you reduce the oversize specification, and run it again, and
it takes off some of that excess. Finally, setting the tool table
to the actual tool size gives a finish pass, cutting the part to
the desired dimensions.

All of the above pertains to my particular combination of CAD/CAM
and CNC control, of course, but should be fairly general.


Secondly, The programme ignores any 'Z' component when it is importing
from a DXF file - is this just a limitation on the demo version or is
the programme only really intended for 2 1/2D engraving etc.? I
suspect not as you can enter 'Z' amounts manually to the G-code and it
will emulate cutting them.
Many of the low-cost CAD/CAM programs are really 2-D programs,
with assorted hacks to let them perform 3-D work. Some of these hacks
are quite awful, and you really are quite limited by them. Others do a
bit better, but they still are cumbersome.

Jon

------------------------------------------------------------------------
Having difficulty getting "in synch" with list members?

Try ONElist's Shared Calendar to organize events, meetings and more!
------------------------------------------------------------------------
welcome to CAD_CAM_EDM_DRO@..., an unmodulated list for the discussion of shop built systems in the above catagories.


Dan Mauch
 

As I recall the program doesn't support cutter compensation. You would have
to either draw the part with the diameter of the cutter to be used in mind
or you can create offsets from the main drawing and then convert the dxf
files to g code.
The z axis is set in a setup file because if you wanted mulitple passes to
achieve the depth that you wanted you would be stuck if it imported the z
depths or you would have to edit them.

Dan

-----Original Message-----
From: Ian W. Wright <Ian@...>
To: CAD_CAM_EDM_DRO@... <CAD_CAM_EDM_DRO@...>
Date: Thursday, May 20, 1999 11:08 AM
Subject: [CAD_CAM_EDM_DRO] Flashcut questions


From: "Ian W. Wright" <Ian@...>

Hi,

I downloaded an evaluation copy of Flashcut which I have been looking at
today and a couple of questions have come to mind which I'm sure someone
can answer.

I cannot see any way to make the programme take account of tool offsets
- i.e. the allowance for the diameter of the milling cutter. Is this not
one of its functions and, if not, how do users get around the problem
(if such it is - I've never yet quite managed to understand how the
programmes which do use tool offset corrections decide which side of a
line they should cut on ). Do you have to decide on the exact size of
cutter before drawing the component in CAD and draw the cutter path
rather than the component?

Secondly, The programme ignores any 'Z' component when it is importing
from a DXF file - is this just a limitation on the demo version or is
the programme only really intended for 2 1/2D engraving etc.? I
suspect not as you can enter 'Z' amounts manually to the G-code and it
will emulate cutting them.

I also, some time ago, had a look at a programme called 'Nester' which I
believe did the same thing, however, my copy timed out over a year ago
now so I can't remember much about it. Does anyone know anything about
this one, I haven't seen it mentioned on the list yet. If my vague
memory is working at all I believe it was also supposed to do layouts of
parts on sheet material for its most efficient use.

Best wishes

Ian

--

Ian W. Wright LBHI
Sheffield Branch Chairman of the British Horological Institute.
Bandmaster and Euphonium player of the Hathersage Brass Band. UK.
See our homepage at:- or


'Music is the filling of regular time intervals with harmonious
oscillations.'

------------------------------------------------------------------------
ONElist: where real people with real interests get connected.

Join a new list today!
------------------------------------------------------------------------
welcome to CAD_CAM_EDM_DRO@..., an unmodulated list for the
discussion of shop built systems in the above catagories.


"Ian W. Wright" <[email protected]
 

Dan Mauch wrote:

The z axis is set in a setup file because if you wanted mulitple passes to
achieve the depth that you wanted you would be stuck if it imported the z
depths or you would have to edit them.
Thanks to those who replied - I'm gradually beginning to wipe the mud
from the window into this world of CNC! Of course, Dan's explanation of
why you can't just produce a 'Z' axis code automatically makes a lot of
sense when you think of it *but* I now have the problem of trying to
understand how this works if you are trying to cut a rounded 'hump'. I
saw a web site somewhere with a pretty picture of a blue car body on it
- is the perpetrator of that on the list and would he/she be prepared to
comment please?

Best wishes

Ian

--

Ian W. Wright LBHI
Sheffield Branch Chairman of the British Horological Institute.
Bandmaster and Euphonium player of the Hathersage Brass Band. UK.
See our homepage at:- or


'Music is the filling of regular time intervals with harmonious
oscillations.'


Dan Mauch
 

When you hump something do you do it with one hump or you you take several
humps to complete the mission? ( Its a rhetorical question) Same with the Z
axis if you need to cut 1" deep and your machine will only take .1" depth of
cut without a problem then you would need 10 cuts at.1" to machine the
hump. More gratifying too! :)
Dan

-----Original Message----
From: Ian W. Wright <In@...>
To: CAD_CAM_EDM_DRO@... <CAD_CAM_EDM_DRO@...>
Date: Saturday, May 22, 1999 11:30 AM
Subject: Re: [CAD_CAM_EDM_DRO] Flashcut questions


From: "Ian W. Wright" <Ian@...>



Dan Mauch wrote:

The z axis is set in a setup file because if you wanted mulitple passes
to
achieve the depth that you wanted you would be stuck if it imported the z
depths or you would have to edit them.
Thanks to those who replied - I'm gradually beginning to wipe the mud
from the window into this world of CNC! Of course, Dan's explanation of
why you can't just produce a 'Z' axis code automatically makes a lot of
sense when you think of it *but* I now have the problem of trying to
understand how this works if you are trying to cut a rounded 'hump'. I
saw a web site somewhere with a pretty picture of a blue car body on it
- is the perpetrator of that on the list and would he/she be prepared to
comment please?

Best wishes

Ian

--

Ian W. Wright LBHI
Sheffield Branch Chairman of the British Horological Institute.
Bandmaster and Euphonium player of the Hathersage Brass Band. UK.
See our homepage at:- or


'Music is the filling of regular time intervals with harmonious
oscillations.'

------------------------------------------------------------------------
It's finally here! What's your opinion?

Create a Star Wars discussion group at ONElist.
------------------------------------------------------------------------
welcome to CAD_CAM_EDM_DRO@..., an unmodulated list for the
discussion of shop built systems in the above catagories.