wave forms

This forum is for general discussion about Aspire
Post Reply
jdgrahamwaldorf
Posts: 13
Joined: Sun Aug 26, 2007 6:58 pm
Location: Waldorf, MD

wave forms

Post by jdgrahamwaldorf »

Does anyone know of a wave form generator that will output a dxf file? I want to model a "stone thrown into the water" effect.

Thanks

John

PaulRowntree
Vectric Wizard
Posts: 1687
Joined: Sun Oct 24, 2010 7:28 pm
Model of CNC Machine: homebuilt 4'x2' (Mach3+G540)
Location: Guelph, Ontario
Contact:

Re: wave forms

Post by PaulRowntree »

I have cobbled up a series of eps files to do this, called the Ripple Toolkit. Is this the effect you were looking for ?
Attachments
RipplesToolkit Marble.jpg
Paul Rowntree
WarpDriver, StandingWave, Topo and gadgets available at PaulRowntree.weebly.com

User avatar
ChrisInEstes
Vectric Wizard
Posts: 841
Joined: Fri Jul 17, 2009 8:00 pm
Model of CNC Machine: Vytek 4' X 8' - Perske Spindle - Mach3
Location: Estes Park, Colorado, USA

Re: wave forms

Post by ChrisInEstes »

PaulRowntree wrote:I have cobbled up a series of eps files to do this, called the Ripple Toolkit. Is this the effect you were looking for ?
I see a Ripple Gadget in the future!

Chris
Aspire 9.5 - FlexiEXPERT 11 - Vytek Rebel 4' x 8' - 5HP Perske Spindle

CarveOne
Vectric Wizard
Posts: 1479
Joined: Sun Nov 28, 2010 5:10 pm
Model of CNC Machine: Home built designs - 3'x4' and 5'x12'
Location: Eastern NC, USA

Re: wave forms

Post by CarveOne »

It needs to have a weave option. Just sayin'. :wink:

CarveOne
CarveOne
http://www.carveonecncwoodcraft.com

PaulRowntree
Vectric Wizard
Posts: 1687
Joined: Sun Oct 24, 2010 7:28 pm
Model of CNC Machine: homebuilt 4'x2' (Mach3+G540)
Location: Guelph, Ontario
Contact:

Re: wave forms

Post by PaulRowntree »

ChrisInEstes wrote:
PaulRowntree wrote:I have cobbled up a series of eps files to do this, called the Ripple Toolkit. Is this the effect you were looking for ?
I see a Ripple Gadget in the future!

Chris
Ha! There are so many ways to change the ripples that it quickly gets messy. This is where I think it is easier to doing it in math, and import the vectors or 3D toolpaths.

If you are OK with doing a bit of Lua coding, there is a program called "Make_CSV_Toolpaths.lua" included in the 'CSV' gadget package that will create 3D toolpaths which can be imported into Aspire4 or VCP7 via the CSV gadget. There are some 'factory' routines in the file that you can modify to do just about anything you want, but rings and drops are included 3D shapes...


Cheers!
Paul Rowntree
WarpDriver, StandingWave, Topo and gadgets available at PaulRowntree.weebly.com

PaulRowntree
Vectric Wizard
Posts: 1687
Joined: Sun Oct 24, 2010 7:28 pm
Model of CNC Machine: homebuilt 4'x2' (Mach3+G540)
Location: Guelph, Ontario
Contact:

Re: wave forms

Post by PaulRowntree »

CarveOne wrote:It needs to have a weave option. Just sayin'. :wink:

CarveOne
That goes without saying CarveOne :) !
Paul Rowntree
WarpDriver, StandingWave, Topo and gadgets available at PaulRowntree.weebly.com

PaulRowntree
Vectric Wizard
Posts: 1687
Joined: Sun Oct 24, 2010 7:28 pm
Model of CNC Machine: homebuilt 4'x2' (Mach3+G540)
Location: Guelph, Ontario
Contact:

Re: wave forms

Post by PaulRowntree »

The 6 ripples that I came up with are in the attached eps file. To use them

1) Import the file into an Aspire layer, and select the one wave you want to work with. I think it looks best with all wavelets having the same number of crests, same crest spacing, but different diameters.
2) Copy and paste that one onto a working layer.
3) Stretch it to make the distance between crests what you want. Don't worry about the height yet.
4) Make a bunch of circles of different diameters, and scatter them around the layer.
5) Use the extrude tool with the circle as the rail and the wave as the cross-section to make individual components. Target a height of ~1/8" to 1/4" each. Make each with the Add mode.
6) Move the components around to overlap as much as you want.
7) You may want to add a zero plane.
8) Now do a bake of all components
9) Toolpath it with a 1/8" to 1/4" ballnose, and look at the previews. You can undo the bake and move them around if you like, then rebake

The ripple waves can also be used as frames using other shapes as rails ...
Sorry C1, no weaves yet ...
Cheers!
Attachments
RipplesToolkit.eps
(170.81 KiB) Downloaded 331 times
dragons.jpg
Paul Rowntree
WarpDriver, StandingWave, Topo and gadgets available at PaulRowntree.weebly.com

CarveOne
Vectric Wizard
Posts: 1479
Joined: Sun Nov 28, 2010 5:10 pm
Model of CNC Machine: Home built designs - 3'x4' and 5'x12'
Location: Eastern NC, USA

Re: wave forms

Post by CarveOne »

Looks good Paul. That will be a useful tool.

CarveOne
CarveOne
http://www.carveonecncwoodcraft.com

User avatar
ChrisInEstes
Vectric Wizard
Posts: 841
Joined: Fri Jul 17, 2009 8:00 pm
Model of CNC Machine: Vytek 4' X 8' - Perske Spindle - Mach3
Location: Estes Park, Colorado, USA

Re: wave forms

Post by ChrisInEstes »

PaulRowntree wrote:
ChrisInEstes wrote:
PaulRowntree wrote:I have cobbled up a series of eps files to do this, called the Ripple Toolkit. Is this the effect you were looking for ?
I see a Ripple Gadget in the future!

Chris
Ha! There are so many ways to change the ripples that it quickly gets messy. This is where I think it is easier to doing it in math, and import the vectors or 3D toolpaths.

If you are OK with doing a bit of Lua coding, there is a program called "Make_CSV_Toolpaths.lua" included in the 'CSV' gadget package that will create 3D toolpaths which can be imported into Aspire4 or VCP7 via the CSV gadget. There are some 'factory' routines in the file that you can modify to do just about anything you want, but rings and drops are included 3D shapes...


Cheers!
Lua... That's a Hawaiian beach party, right? :mrgreen:

I found your CSV gadget pack, and downloaded it. I'm still running VCP 6.5, so when I upgrade to VCP 7, I'll check it out. When I upgrade to Aspire, I'll throw a Luau!

Thanks!
Chris
Aspire 9.5 - FlexiEXPERT 11 - Vytek Rebel 4' x 8' - 5HP Perske Spindle

jdgrahamwaldorf
Posts: 13
Joined: Sun Aug 26, 2007 6:58 pm
Location: Waldorf, MD

Re: wave forms

Post by jdgrahamwaldorf »

Paul,

Thank you for the information. I believe that your toolkit will work for my project.

John

PaulRowntree
Vectric Wizard
Posts: 1687
Joined: Sun Oct 24, 2010 7:28 pm
Model of CNC Machine: homebuilt 4'x2' (Mach3+G540)
Location: Guelph, Ontario
Contact:

Re: wave forms

Post by PaulRowntree »

jdgrahamwaldorf wrote:Paul,

Thank you for the information. I believe that your toolkit will work for my project.

John
Glad to hear that John. Feel free to ask if something isn't clear. Tweaking the ripples is also a possibility (but not in the next week or so). The shapes are a bit arbitrary, but I think reasonable.
Cheers!
Paul Rowntree
WarpDriver, StandingWave, Topo and gadgets available at PaulRowntree.weebly.com

Post Reply