CAD CAM EDM DRO - Yahoo Group Archive

Re: Making a rapid prototyper

Posted by Fred Smith
on 2006-08-03 06:28:09 UTC
--- In CAD_CAM_EDM_DRO@yahoogroups.com, "Alan Marconett" <KM6VV@...>
wrote:

> It occurs to me the StlWork might do some STL to Gcode conversions
like RP
> requires? Something to do with water line?
>

StlWork has a slicer function that outputs DXF contour "rings". I
don't think it will do the internals. It should be OK for "solid"
models, but would not be useful for models that have one or more
hollow volumes.

> I was considering generating Gcode initially for a simplified
object by
> drawing the "layers" in Vector CAD/CAM. RP would seem to be the
INVERSE of
> milling a mold cavity. But you'd have to stay on the same Z level
before
> moving on to the next one. Hmmm, real intellectual stuff...
>

Vector has a function that calculates a planar slice through a 3D
surface model, based on the location of the coordinate axis. You
can write a Vector MTB script that will

1)Measure the vertical size of your model,
2)Create multiple incremental slices in Z, based on the height in 1)
3) make a "glue" path at each level that will start in the center
and proceed out to the outer contour (or vice-verca) without
stopping (in most cases even with islands), using pocket-contour
parallel.

That would generate a 2 1/2 axis, g-code file that could be used to
guide a RP head for glue, wax, or plastic deposition. The g-code
instructions can include flow start and stop, pauses, speed and
other commands needed to control the technologuy of the process.

Vector can also be used to add 3D sprues so that a supporting matrix
is created along with the part. (something you will need if the part
does not have a flat base)

Fred Smith - IMService
http://www.cadcamcadcam.com/hobby

Discussion Thread

Alan Marconett 2006-07-30 15:46:18 UTC New tool Ed 2006-07-30 15:57:17 UTC Re: [CAD_CAM_EDM_DRO] New tool BRIAN FOLEY 2006-07-30 16:15:40 UTC Re: [CAD_CAM_EDM_DRO] New tool Sebastien Bailard 2006-07-31 23:59:56 UTC Making a rapid prototyper Alan Marconett 2006-08-01 09:36:19 UTC RE: [CAD_CAM_EDM_DRO] Making a rapid prototyper Sebastien Bailard 2006-08-01 22:04:04 UTC Re: [CAD_CAM_EDM_DRO] Making a rapid prototyper Dennis Schmitz 2006-08-02 08:49:33 UTC Re: [CAD_CAM_EDM_DRO] Making a rapid prototyper Sebastien Bailard - Dubsen 2006-08-02 14:28:58 UTC Re: [CAD_CAM_EDM_DRO] Making a rapid prototyper Dennis Schmitz 2006-08-02 15:33:51 UTC Re: Making a rapid prototyper Alan Marconett 2006-08-02 15:48:03 UTC RE: [CAD_CAM_EDM_DRO] Making a rapid prototyper Fred Smith 2006-08-03 06:28:09 UTC Re: Making a rapid prototyper Alan Marconett 2006-08-03 08:09:56 UTC RE: [CAD_CAM_EDM_DRO] Re: Making a rapid prototyper Graham Stabler 2006-08-04 02:53:54 UTC Re: Making a rapid prototyper Alan Marconett 2006-08-04 14:52:00 UTC RE: [CAD_CAM_EDM_DRO] Re: Making a rapid prototyper Sebastien Bailard - Dubsen 2006-08-16 02:23:52 UTC Re: [CAD_CAM_EDM_DRO] Making a rapid prototyper Alan Marconett 2006-08-16 09:34:11 UTC RE: [CAD_CAM_EDM_DRO] Making a rapid prototyper