Laser Stories Board

Useful information on experiences with Lasers
Ya-Nvr-No
Old Timer
Posts: 188
Joined: Wed Sep 08, 2010 11:15 am

Re: Laser Stories Board

Post by Ya-Nvr-No »

Here is a photo of my recent test of power and feeds on a Luan plywood board.

I started off at 5% power output with each line being 10" to 300" per minute @10" feed change per line
1" long the top two are 3" long.

Minimum on my K40 was set to 52 and max 100, I still need to build a boost circuit to get to the 5+ volts.
So only really getting about 80% out of the tube for power at this time.
This was a good way for me to test the physical results, the K40 ma meter and the Oscilloscope (showing PWM output).

Once I found my minimum (52) in my case that takes out the coning shape you see in the bottom row (notice the length of lines truncated as the feed increased)

I incrementally increase power for each test block sequence.

Then use a single edge razor blade to gauge depths.

My intentions are to write a routine to do this for each material I might want to use.
Attachments
LuanTest.jpg
Ya-Nvr-No
Old Timer
Posts: 188
Joined: Wed Sep 08, 2010 11:15 am

Re: Laser Stories Board

Post by Ya-Nvr-No »

Here is a photo of me showing the results through a piece if note paper I tested on. (looking at a florescent lamp)
Attachments
burning paper.JPG
Ya-Nvr-No
Old Timer
Posts: 188
Joined: Wed Sep 08, 2010 11:15 am

Re: Laser Stories Board

Post by Ya-Nvr-No »

Couple of raster burn tests
and then a poor photo of a vector burn
Attachments
fere.JPG
wheel.JPG
jdlaser2.JPG
Last edited by Ya-Nvr-No on Sat Apr 30, 2016 1:16 pm, edited 1 time in total.
Ya-Nvr-No
Old Timer
Posts: 188
Joined: Wed Sep 08, 2010 11:15 am

Re: Laser Stories Board

Post by Ya-Nvr-No »

My Initial "Walnut, Teak and Lexan" test with the following script in the MultiLine-MDI fold
from left to right; 10% to 100% power
bottom to top; feed 10 to 200 inches per min.
and an On/Off Mcode script calls for my air assist.

Code: Select all

m3 (start pulse engine)
g20 (set for imperial)
M103 (air blow on)
{  
x=0.4;y=0;z=0;a=0;f=0;p=0;
&nbsp; for( j = 0; j < 10; j+=1 )
&nbsp; &nbsp; {
&nbsp; &nbsp; &nbsp; p+=10;
&nbsp; &nbsp; &nbsp; GlobalSet("LaserMaxPower",p);
&nbsp; &nbsp; &nbsp; block("MotionStill");
&nbsp; &nbsp; &nbsp; for( k = 0; k < 20; k+=1 )
&nbsp; &nbsp; &nbsp; &nbsp; {
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; f+=10;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; GlobalSet("Feedrate",f);
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Engine.FeedTo(x,y,z,a);
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; block("MotionStill");
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; y+=0.03;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; x2=(x-0.4);
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; print("feed= "+f);
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Engine.RapidTo(x2,y,z,a);
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; block("MotionStill");
&nbsp; &nbsp; &nbsp; &nbsp; }
&nbsp; &nbsp; &nbsp; x+=.5;f=0;y=0;
&nbsp; &nbsp; &nbsp; print("power= "+p + "\t\t&nbsp; x= "+x+"\t\t&nbsp; x2= "+x2);
&nbsp; &nbsp; &nbsp; Engine.RapidTo(x-.4,y,z,a);
&nbsp; &nbsp; &nbsp; block("MotionStill");
&nbsp; &nbsp; }
};
m105 (air blow off)
g0x0y0
m30
Attachments
burn3.jpg
Ya-Nvr-No
Old Timer
Posts: 188
Joined: Wed Sep 08, 2010 11:15 am

Re: Laser Stories Board

Post by Ya-Nvr-No »

Did some raster testing today in Hard Maple (I use samples from the big box stores)
K40 Tube
2-5 volts firing using a modified circuit like glenn provided, (the 5volt supply is dedicated, not from pokies, found it only provided 4 max during firing)
min 50 max 97
Pin20 / PWM2
100% power setting
my preference is the lower left, but at least now have a range to fine tune.
might be closer to 90"/minute for me, as id like a little more depth for this material.

Attachments
MapleFlooringSample.jpg
Ya-Nvr-No
Old Timer
Posts: 188
Joined: Wed Sep 08, 2010 11:15 am

Re: Laser Stories Board

Post by Ya-Nvr-No »

200"/min 90% power
46min 95max
3 passes step down of .03" each pass
3" diameter in Hard Maple
best i can measure on the outside edges is 0.171" deep (so my overall burn was more than i calculated for)
more testing till i find the sweet spots.
total time: I estimate at just over an hour total (I was so impressed, forgot to check timer)
Image was from an ArtCam file I created years ago and cut on my router as a 16" diameter and gift.
Attachments
AmericanLegion1.JPG
User avatar
ArtF
Global Moderator
Global Moderator
Posts: 4592
Joined: Sun Sep 05, 2010 6:14 am
Contact:

Re: Laser Stories Board

Post by ArtF »

excellent decoration!..


Ill release a version update soon , it has better depth control, smart rastering like the DSP's do
and many bug repairs, better connection tolerance for usb as well.

Art
Ya-Nvr-No
Old Timer
Posts: 188
Joined: Wed Sep 08, 2010 11:15 am

Re: Laser Stories Board

Post by Ya-Nvr-No »

Here is a straight one pass burn.
Augment converted from a color .png file originally a huge tif file that I clipped an area from.
about 5" wide
80% 200"/min
Attachments
Maps1.JPG
Ya-Nvr-No
Old Timer
Posts: 188
Joined: Wed Sep 08, 2010 11:15 am

Re: Laser Stories Board

Post by Ya-Nvr-No »

16" x 13" map

testing on clear acrylic,&nbsp; mirrored image from back .008" deep

and then test burning thru three different foams, the black is 55mm thick.
Attachments
foams.JPG
lakes.JPG
Joakim
Old Timer
Posts: 56
Joined: Mon Sep 17, 2012 5:48 am

Re: Laser Stories Board

Post by Joakim »

Very impressive!

Is it possible to cut that deep with the K40 in foam?
Always wanted to do that for making boxes with foam for tools or presents.

On my K80 I only have a focal depth of approx. 3-5mm, I think the lens has 2" focal lens.
But I have seen descriptions that the laser makes some kind of self focusing in deep cuts (in the cut gases) and it seems to work when cutting acrylic - it is possible to cut 10mm acrylic with little kerf, but 55mm foam...

I am in the process of making Auggie scripts to control the PWM #4 for current (15 - 100% maps 4 - 16 mA). Failed to get opto isolation to work with a PC817 or p521 opto-couplers as they are to slow to pass the 20kHz PWM signal correct.
Now uses direct PWM drive from PoKeys57CNC and had the same problems with to low voltage.

Having some problems getting script to do what I want it to do... (properly the learning curve...), but will soon have pictures too...&nbsp; ;)
User avatar
ArtF
Global Moderator
Global Moderator
Posts: 4592
Joined: Sun Sep 05, 2010 6:14 am
Contact:

Re: Laser Stories Board

Post by ArtF »

J:

&nbsp; I will make a release this week, dozens of bugs are fixed, Im just tracking down one more.. but will update afterwards..
Art
Joakim
Old Timer
Posts: 56
Joined: Mon Sep 17, 2012 5:48 am

Re: Laser Stories Board

Post by Joakim »

Art:
Looking forward to the next update&nbsp; :)
Have found a way around most of the found problems; Not sure if they are bugs or just me...
Just got the laser current control from DRO to PWM working and support for GCode S parameter (0 - 100). Yes.

Some time in the feature I would like to read the temperature of the cooling water with the Dallas DS18B20 sensor that is supported by the Pokeys (1-wire sensor). Will that be possible from Auggie script?

Joakim
User avatar
ArtF
Global Moderator
Global Moderator
Posts: 4592
Joined: Sun Sep 05, 2010 6:14 am
Contact:

Re: Laser Stories Board

Post by ArtF »

J:

Yes, it should be. I dont think Ive turned on 1-wire com, but I think it should work.

Just searching for one more bug before I release an update .. shouldnt be long.. ( hopefully. :) )

Art
Ya-Nvr-No
Old Timer
Posts: 188
Joined: Wed Sep 08, 2010 11:15 am

Re: Laser Stories Board

Post by Ya-Nvr-No »

was asked if i could burn an old photo image, so I tired it on a piece of veneer, wiped a little fruit wood stain around most of it.

the string art gal was an image I found on the net, altered to a high contrast, then an augment invert, burning on matte board.
Attachments
offnet2.JPG
briansmomsphoto.JPG
Joakim
Old Timer
Posts: 56
Joined: Mon Sep 17, 2012 5:48 am

Re: Laser Stories Board

Post by Joakim »

Real nice - looks like the photo is printed onto the wood.

Post Reply

Who is online

Users browsing this forum: No registered users and 24 guests