Re: [Emc-users] Isel & Linux

2007-07-17 Thread Jon Elson
[EMAIL PROTECTED] wrote:
> 
> That is exactly what I do right now is using my own scripts where 
> objects such as odd circular forms and other shapes are created using 
> Pascal programs to generate the Isel g-code.
> Scripts are absolutely great for repetitive jobs.
> 
Pascal!  Oh My!  The original versions of my programs were also 
in Pascal, but that was some years back.
> The problem though is that I need to make solid stock objects too with 
> limited 3-d features and it is great to have the cad-work/drawings for 
> that so I want to have those done from CAD side.
> 
Well, I have been able to make most of the things that needed 
3-D with Bobcad.  It took a while to learn how to do 3-D 
drawings on it.
>>EMC doesn't take DXF, it takes RS-274D, also known as G-code.
>>DXF is good to move a drawing from one CAD system to another, 
>>but it leaves so much info out of the transfer that it causes a 
>>number of problems.
>>
> 
> I know that, but it is easy to use a dxf to G-code converter.
I use Bobcad for this.  I don't think you can actually make a
"DXF to G-code converter".  G-code describes moves of a cutting 
tool to CUT a part.  DXF just describes the shape of the object,
it doesn't even know what is the INSIDE and what is the OUTSIDE.
I mean you could have a perfectly valid DXF drawing where there 
is no way to tell whether the outline given is a hole cut into a 
big block or a solid object.  With Bobcad, there is the user to 
describe what is to be cut, and what order it should be done in.

There is a cad package that is now bundled in with EMC2/Ubuntu, 
but I don't think it has G-code generation in it.  I haven't 
tried it, yet.  If you haven't seen our CAM page in the Wiki, 
take a look at :

  http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?Cam

Jon

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Isel & Linux

2007-07-17 Thread Kirk Wallace
Over the years, I have been watching for good Linux based CAD software
and this one got by me.  I have used LinuxCAD and now Synergy, and I
mean no disrespect to them, but they seem to be a collection of powerful
graphics routines brought together by a mediocre user interface. If I
get time, I will need to investigate Graphite One to see if it is any
better. I like qCAD, but it's limited to 2D drafting, but I find it fun
when I can use it for what I am doing. The best CAD software I have used
(though not Linux based) was CADAM (from IBM?). The software came with a
keypad with buttons for drawing functions. Each button was lit when it
became a valid input. You never had to guess what the next step was. I
think, at the time, it cost something like $10k a seat (Oh, the good old
days).

Kirk Wallace

On Tue, 2007-07-17 at 11:14 -0700, jerry wrote:
> --- "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> 
> 
> 
> >My question is, is there a simple  2-d 3-d cad program  with DXF or
> >suchoutput I can feed into EMC  for  toolpath generation?
> 
> >EMC doesn't take DXF, it takes RS-274D, also known as G-code.DXF is
> >good to move a drawing from one CAD system to another, but it leaves
> >so much info out of the transfer that it causes a number of
> problems.
> 
> >I know that, but it is easy to use a dxf to G-code converter.
> 
> 
> Check this program out, just found it yesterday:
> http://www.graphiteone-cad.com/
... snip


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Isel & Linux

2007-07-17 Thread Matthew Glenn Shaver
On Tue, 2007-07-17 at 11:14 -0700, jerry wrote:
> Also this link has info about another bootable disc, based on
> PClinuxOS, lots of computer aided engineering stuff:
> http://www.caelinux.com/CMS/

This is great! From the FAQ:

"Question: What CAELinux is not?

Answer:  An incredibly expensive commercial product based on the
click & don't think principle with tons of documentations that
nobody reads."

;)

It's GPL too...

Matt




-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Isel & Linux

2007-07-17 Thread [EMAIL PROTECTED]




Hi Jerry, thanks a lot!!!
I would not have found that on my own at all and I watch linux CAD
systems constantly.
What a nice find!

I am sure going to try it out now.
What I really like is the MILL instruction along a predefined route.
That really simplifies things.
You basically just route a path with line segments and then say mill
alongh path after you give the bit size.
That is quite nice!

Lrv




jerry wrote:

  --- "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:



  
  
My question is, is there a simple  2-d 3-d cad program  with DXF or
suchoutput I can feed into EMC  for  toolpath generation?

  
  
  
  
EMC doesn't take DXF, it takes RS-274D, also known as G-code.DXF is
good to move a drawing from one CAD system to another, but it leaves
so much info out of the transfer that it causes a number of

  
  problems.

  
  
I know that, but it is easy to use a dxf to G-code converter.

  
  

Check this program out, just found it yesterday:
http://www.graphiteone-cad.com/
blurb from the web page:
"GraphiteOne version 1.3  is still available for free download for
non revenue generating purposes. This includes personal, educational,
or research usage. Please read the following informations carefully
befor you download. 
The GraphiteOne Free Version provides the same functionality as the
commercial version but is limited to personal, educational or
research use only. You may use this version as long as it is not used
for commercial or any revenue generating puropses. The Free Version
is released under the following licence. Please read this licence
before you continue to the download section."

Also this link has info about another bootable disc, based on
PClinuxOS, lots of computer aided engineering stuff:
http://www.caelinux.com/CMS/
Jerry



   
Ready for the edge of your seat? 
Check out tonight's top picks on Yahoo! TV. 
http://tv.yahoo.com/

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


  





-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Isel & Linux

2007-07-17 Thread jerry

--- "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:



>My question is, is there a simple  2-d 3-d cad program  with DXF or
>suchoutput I can feed into EMC  for  toolpath generation?

>EMC doesn't take DXF, it takes RS-274D, also known as G-code.DXF is
>good to move a drawing from one CAD system to another, but it leaves
>so much info out of the transfer that it causes a number of
problems.

>I know that, but it is easy to use a dxf to G-code converter.


Check this program out, just found it yesterday:
http://www.graphiteone-cad.com/
blurb from the web page:
"GraphiteOne version 1.3  is still available for free download for
non revenue generating purposes. This includes personal, educational,
or research usage. Please read the following informations carefully
befor you download. 
The GraphiteOne Free Version provides the same functionality as the
commercial version but is limited to personal, educational or
research use only. You may use this version as long as it is not used
for commercial or any revenue generating puropses. The Free Version
is released under the following licence. Please read this licence
before you continue to the download section."

Also this link has info about another bootable disc, based on
PClinuxOS, lots of computer aided engineering stuff:
http://www.caelinux.com/CMS/
Jerry



   
Ready
 for the edge of your seat? 
Check out tonight's top picks on Yahoo! TV. 
http://tv.yahoo.com/

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Isel & Linux

2007-07-17 Thread [EMAIL PROTECTED]




Jon Elson wrote:

  I don't know if this is apropos, but...

I also have Bobcad/CAM 16.1, but rarely use it.  Most of the 
work I do is the simplest 2-D work cutting instrument panels and 
such.  So, I wrote a bunch of small programs that create the 
G-code to do the most common things, like rectangular cutouts, 
round cutouts, etc.  I also have some that handle a hole circle 
and grid of holes, and a table of arbitrary X-Y hole locations.
One input file, and it will generate spotting, drilling and 
tapping programs for all the holes.  So, I use this stuff far 
more than cad/cam, because it is faster to create, and more 
efficient to machine.  Many of these have been ported over to 
the "scripts" on EMC2, but I have them on my web site, too, at
http://jelinux.pico-systems.com/gcode.html

  


That is exactly what I do right now is using my own scripts where
objects such as odd circular forms and other shapes are created using
Pascal programs to generate the Isel g-code.
Scripts are absolutely great for repetitive jobs.

The problem though is that I need to make solid stock objects too with
limited 3-d features and it is great to have the cad-work/drawings for
that so I want to have those done from CAD side.

I quoted the wrong link for ems sorry.
Here is a good example of about exactly the complexity I do and Linux
cad I would like advice on to do similar.

"http://www.emachineshop.com/audio/13-advanced-3d/video.html"






  
  
My question is, is there a simple  2-d 3-d cad program  with DXF or such
output I can feed into EMC  for  toolpath generation?


  
  EMC doesn't take DXF, it takes RS-274D, also known as G-code.
DXF is good to move a drawing from one CAD system to another, 
but it leaves so much info out of the transfer that it causes a 
number of problems.


I know that, but it is easy to use a dxf to G-code converter.



-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Isel & Linux

2007-07-17 Thread Jon Elson
[EMAIL PROTECTED] wrote:>
> The remaining task is to replace the Windows Cad program.
> I am using BobCad at the moment on windows which is a truly *painful
> application* and overly complicated CAD program riddled with ambiguity
> and a workflow only the programmer understands.
> 
I don't know if this is apropos, but...

I also have Bobcad/CAM 16.1, but rarely use it.  Most of the 
work I do is the simplest 2-D work cutting instrument panels and 
such.  So, I wrote a bunch of small programs that create the 
G-code to do the most common things, like rectangular cutouts, 
round cutouts, etc.  I also have some that handle a hole circle 
and grid of holes, and a table of arbitrary X-Y hole locations.
One input file, and it will generate spotting, drilling and 
tapping programs for all the holes.  So, I use this stuff far 
more than cad/cam, because it is faster to create, and more 
efficient to machine.  Many of these have been ported over to 
the "scripts" on EMC2, but I have them on my web site, too, at
http://jelinux.pico-systems.com/gcode.html

> My question is, is there a simple  2-d 3-d cad program  with DXF or such
> output I can feed into EMC  for  toolpath generation?
> 
EMC doesn't take DXF, it takes RS-274D, also known as G-code.
DXF is good to move a drawing from one CAD system to another, 
but it leaves so much info out of the transfer that it causes a 
number of problems.

Jon

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


[Emc-users] Isel & Linux

2007-07-17 Thread [EMAIL PROTECTED]
I studied up the G-code of my Isel Machines and is now ready to write a
translator that can work with EMC pretty easily and finaly move
everything over to Linux, by means of the intermediate translator I wrote.
That part is sorted out.

The remaining task is to replace the Windows Cad program.
I am using BobCad at the moment on windows which is a truly *painful
application* and overly complicated CAD program riddled with ambiguity
and a workflow only the programmer understands.

My question is, is there a simple  2-d 3-d cad program  with DXF or such
output I can feed into EMC  for  toolpath generation?

A CAD program I REALLY like is  "emachineshop" as it is at last a 2-d
3-d cad program anyone can understand.
"http://www.emachineshop.com/audio/07-menu-job-order-help/video.html";
Unfortunately it does not export any DXF and such so you must use it to
buy at emachineshop.

Is there any CAD similar and as clear to use available on Linux?
I just dont have the time and energy to fight through Autocad and even
worse, LinuxCad to do something simple in 2-D.
Emachineshop is about 100% a good match for what I am doing.

Thanks
Lrv.




-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users