Forum Home | RFQwork | CNCauction | 3dxhobbies |Welderzone | Share Files | Site Map | Links |

CNCzone.com-The Largest Machinist Community on the net!


Welcome to the CNCzone.com-The Largest Machinist Community on the net! forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Home Page Today's Posts My Replies Classifieds Reviews Photo Gallery Web Links Share Files Mark Forums Read Advertise With Us Ad List
Go Back   CNCzone.com-The Largest Machinist Community on the net! > Other Machines > Laser Engraving & Cutting Machines

Notices

Laser Engraving & Cutting Machines Discuss CNC Laser cutting machines here!


Reply
 
Thread Tools Display Modes
  #1   Ban this user!
Old 10-30-2005, 11:38 PM
DennisCNC's Avatar
DennisCNC DennisCNC is offline
 
Join Date: Aug 2005
Location: Clearwater, FL US
Age: 27
Posts: 804
DennisCNC is on a distinguished road
Question Laser engraver operation and software?

I will be building a engraver/cutter very soon and one thing I can't get straight. What software would I use to control the engraving mode of the machine? The X axis will need to move back and forth quickly and the laser pulsed according to what needs to be engraved. Will Mach3 be able to do that? (I don't think so?)
From what I figure in needs to work like a laser printer, scanning the beam across. Or like most other printers, printing line after line.


Any help or advice or sites will be greatly appreciated and rewarded after the project is engraving things
__________________
Dennis
Reply With Quote

  #2   Ban this user!
Old 10-31-2005, 02:02 PM
owhite owhite is offline
 
Join Date: Jan 2004
Location: United States
Posts: 231
owhite is on a distinguished road
When you say you want the laser to engrave, it could mean two things.

In one case, you may simply want to set the power of the laser so it burns into the material. In this case the laser will operate at one power during the run. In another case, you may be talking about engraving the material at different levels of power during the run. This essentially achieves different "grey scales" of the part while its exposed to the beam.

This is an example of a grey scale picture on wood, done with a laser:
http://www.quagmirepuzzleboxes.com/Plaques/Fam_L.jpg

This is an example of engraved piece of metal done without grey scales:

http://www.cascadelaser.com/Graphics/markeng1b.jpg

Doing things without grey scales means you have some knob on your power supply, you set the knob to a certain level, and let the CNC software control when your laser is turned on and off. You should be able to do that with Mach3.

Doing things with grey scales requires that the power is adjusted real time as the part is moved underneath the laser. This could be done with 1) a commercial laser engraver that comes with software to handle grey scaling; 2) writing the programming software yourself; or 3) possibly, by bastardizing the software that is used on the commercial lasers that handle grey scales.

I dont think 3 would be very easy.

owen
Reply With Quote

  #3   Ban this user!
Old 10-31-2005, 02:34 PM
DennisCNC's Avatar
DennisCNC DennisCNC is offline
 
Join Date: Aug 2005
Location: Clearwater, FL US
Age: 27
Posts: 804
DennisCNC is on a distinguished road
First I want to start with no grey scale and latter work on it.
I guess your right about Mach (owen), I seen people engraving pictures with a V bit. This would be kind of the same as the bit has a very small point and you can control step over.

The bitmap to gcode converter software lets you set the depth of Z cut based on grey scale value so then I could use that data to vary laser power
__________________
Dennis
Reply With Quote

  #4   Ban this user!
Old 10-21-2007, 05:19 PM
Pete Stenabaugh Pete Stenabaugh is offline
 
Join Date: Jan 2006
Location: Canada
Age: 62
Posts: 62
Pete Stenabaugh is on a distinguished road
Dennis, you wont be able to convert the g-code from an engraving file to work with a laser. The laser operates like a printer, and wants little dots.

For photoengraving software for a cnc router or mill go to www.vectric.com and look at the photovcarve software, but this wont work with a laser.

One of the better programs for laser engraving photos is photograv and it can be seen here: http://www.photograv.com/

You can also print to the laser directly out of Corel 11 or 12, but I havent tried it yet myself.

Pete
Reply With Quote

  #5   Ban this user!
Old 10-21-2007, 08:23 PM
mexico.redsail mexico.redsail is offline
 
Join Date: Jul 2007
Location: Mexico
Posts: 94
mexico.redsail is on a distinguished road
Talking Laser cutter/engraver software

Hello,
try a seach on ebay for "co2 laser software"
you will be surprized !!!
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 10-23-2007, 02:16 AM
ArturoV ArturoV is offline
 
Join Date: Aug 2007
Location: USA
Posts: 61
ArturoV is on a distinguished road
Originally Posted by Pete Stenabaugh View Post
Dennis, you wont be able to convert the g-code from an engraving file to work with a laser. The laser operates like a printer, and wants little dots.

For photoengraving software for a cnc router or mill go to www.vectric.com and look at the photovcarve software, but this wont work with a laser.

One of the better programs for laser engraving photos is photograv and it can be seen here: http://www.photograv.com/

You can also print to the laser directly out of Corel 11 or 12, but I havent tried it yet myself.

Pete

Interesting Topic.

I guess now I know why I cant do grayscale images! Has anybody used grayscale images in a rabbit laser? Lasercut 5.0? I would really want to know how to make my laser read grayscale instead of just black/white.
thanks,
Reply With Quote

  #7   Ban this user!
Old 10-23-2007, 02:41 AM
turpija turpija is offline
 
Join Date: Mar 2006
Location: Croatia
Posts: 51
turpija is on a distinguished road
Originally Posted by owhite View Post
When you say you want the laser to engrave, it could mean two things.

In one case, you may simply want to set the power of the laser so it burns into the material. In this case the laser will operate at one power during the run. In another case, you may be talking about engraving the material at different levels of power during the run. This essentially achieves different "grey scales" of the part while its exposed to the beam.

This is an example of a grey scale picture on wood, done with a laser:
http://www.quagmirepuzzleboxes.com/Plaques/Fam_L.jpg

This is an example of engraved piece of metal done without grey scales:

http://www.cascadelaser.com/Graphics/markeng1b.jpg

Doing things without grey scales means you have some knob on your power supply, you set the knob to a certain level, and let the CNC software control when your laser is turned on and off. You should be able to do that with Mach3.

Doing things with grey scales requires that the power is adjusted real time as the part is moved underneath the laser. This could be done with 1) a commercial laser engraver that comes with software to handle grey scaling; 2) writing the programming software yourself; or 3) possibly, by bastardizing the software that is used on the commercial lasers that handle grey scales.

I dont think 3 would be very easy.

owen

I don't think this is correct, and i assume you haven't work with laser engraver ...

At those two pictures you see exactly the same think but on one is text, and another is photograph (i know, i have good eye ), but what is important for laser to make any of those you have to basically "draw" bitmap in "binary" or only black and white dots (pixels). Where there is black dot the laser mark it, and white it just "jumps over", it all depends of the software but this is how it works.
The other thing is, however, that a image appears to have shades (gray scale), but when you closeup a printed black and white image on ink jet printer, all you see are black dots - the same size, but, differently spaced, and thats what makes shades of black.

I can send you few images prepared for laser engraving, and few engraved examples and you'll see there are just lot of dots differently spaced, nothing more.
Reply With Quote

  #8   Ban this user!
Old 10-23-2007, 09:58 AM
mexico.redsail mexico.redsail is offline
 
Join Date: Jul 2007
Location: Mexico
Posts: 94
mexico.redsail is on a distinguished road
Hello, most overseas laser engravers do not support grayscale to engrave, it must be a bitmap, if you want to test before engrave, convert to bitmap using halftome then print on an old dot matrix printer, this is how it will look laser engraved (without the banding)

Regards
Reply With Quote

  #9   Ban this user!
Old 10-23-2007, 03:17 PM
turpija turpija is offline
 
Join Date: Mar 2006
Location: Croatia
Posts: 51
turpija is on a distinguished road
Originally Posted by mexico.redsail View Post
Hello, most overseas laser engravers do not support grayscale to engrave, it must be a bitmap, if you want to test before engrave, convert to bitmap using halftome then print on an old dot matrix printer, this is how it will look laser engraved (without the banding)

Regards
It is possible that better machines do indeed engrave in grayscale, but original question was to run a homemade machine and engrave photos, which are just fine engraved with "binary" bitmap.

Here is one close up picture engraved on laser, what do you think is it grayscale or halftone ?

Reply With Quote

Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump




All times are GMT -5. The time now is 04:21 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.