Recent Posts

Pages: 1 ... 6 7 [8] 9 10
71
OpenLase Discussion / Re: can not run Lasershark Jack Host Application need HELP!
« Last post by Wan-anong on March 26, 2018, 03:28:26 AM »
i plan to use galvanometer mirror and  use lasershark  to control it . i read your article using openlase and when i compile lasershark jack host application to receives data from OpenLase-based and transmits data to the Lasershark over USB . i do the following that you give but it's not work for me and i have no idea what wrong. can you please help me with this.
72
OpenLase Discussion / Re: can not run Lasershark Jack Host Application need HELP!
« Last post by Macpod on March 25, 2018, 05:29:30 PM »
Hi Wan-anong,

What problem are you encountering specifically?

How do you plan to use the jack application too? I ask as there may be easier ways to accomplish your goal
73
OpenLase Discussion / can not run Lasershark Jack Host Application need HELP!
« Last post by Wan-anong on March 25, 2018, 09:17:59 AM »
i can not run the  Jack application  . i have compiling and running the application as follows from this >>  http://macpod.net/electronics/lasershark/lasershark_usage_linux.php
but it don't work  can you please help me .
74
3D Printers / Re: New to lasers and SLA and need some info
« Last post by Macpod on March 19, 2018, 11:33:55 PM »

1. Laser power? I'm assuming approx 150 mw would be plenty?
405nm 50mW-150mW lasers seems popular for SLA printers. Would those work? Maybe...
This is a challenging question to answer without other system details. Some of these include:
-accounting for resin cure characteristics
-how fast the laser will be scanned
-beam focus
-beam diameter.
I see you plan to use an f-theta lense and that will help minimize some variable complexities.


2. digital or analogue galvo? I'm assuming analogue, but I haven't done a whole lot of research on how exactly I'll be driving the galvo? Will I need a separate galvo control board in addition to the ramps 1.4 I was planning on using? Can I control it directly from a raspberry pi? Again, totally new to galvos and how they work and all that, so feel free to enlighten me as to the electronics necessary to pull this off.
I suspect they are asking if you need a digital scanning head or analog scanning head vs galvo. If you purchase a digital scanning head I presume it will use the XY2-100 protocol and you will not need a LaserShark (nor will the LaserShark be compatible/make sense). If you purchase an analog scanner head you will need an analog controller board such as the LaserShark but first you will need to determine if the input characteristics of the heads input match. I would expect most things would follow the ILDA standard so this would be true but you would need to confirm this. I do not see analog specifications in the attached document.


3. connecting table? Not even sure what they mean by this, but hopefully someone here knows what they're talking about?

The documents suggest this might be a poor translation and correspond to the mounting interface between the scanning head and laser.


The supplier is a company from alibaba.com and the model they're offering is a Model JD2203 Galvanometer, with a 405nm laser and an f-theta lens lens specifically designed for a 405nm laser and a 300mm x 300mm working area. I'm expecting the total scanning head to come in around $500 or so, which is insanely cheap compared to the other options I've found online from American Suppliers. It's a big enough savings that I'm happy to drop the $500 on one of these scanners and give them a shot. Any feedback or input of any kind would be greatly appreciated since I'm in way over my head on this build.
That is quite low in cost. Generally this is an indicator that R&D costs could be avoided or that the product has been cost-optimized. I would be curious to know the KPPS rating of his scanning head as well as the stability characteristics in comparison other companies around the world.

I'm also trying to figure out exactly HOW all the components will play together. I've been hunting around for some info about what the lasershark board actually does, correct me if I'm wrong, and it looks like it essentially scans an image, line by line, and converts it translates that into movements so the laser will draw the image that is sent (via usb) to the board. So in this instance, it will essentially be working like a DLP Projector. Whatever control software I'm using (would love recomendations for slicers and control software for sla set up) would tell the stepper to move the Z axis up/down, then send an image (rather than a series of gcode commands for all the movements of an FDM printer) to the lasershark board and it will "project" the image onto the resin. Does this mean I could use software designed for DLP printers such as NanoDLP or others if I'm using a lasershark board to control the laser?
The lasershark driver (that runs on your computer) accepts x/y coordinates and power intensities for the laser channels, stuffs these into buffers and sends them over usb to the LaserShark. The lasershark in turn prints out these coordinates at the designated kpps rate you configured the points to be displayed at.

the lasershark_hostapp github repo provides two means to use this:
1. You can use lasersharklib to integrate the lasershark libraries into your codebase and drive the LaserShark as fast as possible
2. You can compile lasershark_stdin and pipe samples in a simple text format into the application. This latter approach is less efficient, but much easier as you do not have to learn how to use libusb/etc.

In this repo are two examples of how to use lasershark_stdin. One is lasershark_stdin_circlemaker. If you pipe this into lasershark_stdin, a circle will be drawn. The other is lasershark_stdin_displayimage which will line-by-line display a png image if you pipe the output into lasershark_stdin.


Your software would need to control the z-stepper motor (i.e. you could write a python app that controls this between layers). If you can get software to present you with a png image of each layer you could theoretically adapt it, but you would need to have some integration glue on and (all of which you should be able to confirm before buying any hardware).
75
3D Printers / New to lasers and SLA and need some info
« Last post by Jasonpgr on March 17, 2018, 02:50:45 AM »
I've built several FDM printers and am fairly experienced and familiar with them and how they work, but SLA is all totally new to me. So I have a few inquiries before I dive all the way in to this project.

Now that I've found some really reasonably priced laser scanner heads, complete with 405nm laser, and f-theta lens for up to 300mm x 300mm print area, I think this is definitely the way I have to go. The supplier I've been talking to has asked me some questions that extend beyond my knowledge of lasers and galvanometers, seeing as how this is my first project that involves either one that's not a huge surprise. So I thought I'd relay those questions here and see if someone can give me some more direction.

1. Laser power? I'm assuming approx 150 mw would be plenty?

2. digital or analogue galvo? I'm assuming analogue, but I haven't done a whole lot of research on how exactly I'll be driving the galvo? Will I need a separate galvo control board in addition to the ramps 1.4 I was planning on using? Can I control it directly from a raspberry pi? Again, totally new to galvos and how they work and all that, so feel free to enlighten me as to the electronics necessary to pull this off.

3. connecting table? Not even sure what they mean by this, but hopefully someone here knows what they're talking about?

The supplier is a company from alibaba.com and the model they're offering is a Model JD2203 Galvanometer, with a 405nm laser and an f-theta lens lens specifically designed for a 405nm laser and a 300mm x 300mm working area. I'm expecting the total scanning head to come in around $500 or so, which is insanely cheap compared to the other options I've found online from American Suppliers. It's a big enough savings that I'm happy to drop the $500 on one of these scanners and give them a shot. Any feedback or input of any kind would be greatly appreciated since I'm in way over my head on this build.

I'm also trying to figure out exactly HOW all the components will play together. I've been hunting around for some info about what the lasershark board actually does, correct me if I'm wrong, and it looks like it essentially scans an image, line by line, and converts it translates that into movements so the laser will draw the image that is sent (via usb) to the board. So in this instance, it will essentially be working like a DLP Projector. Whatever control software I'm using (would love recomendations for slicers and control software for sla set up) would tell the stepper to move the Z axis up/down, then send an image (rather than a series of gcode commands for all the movements of an FDM printer) to the lasershark board and it will "project" the image onto the resin. Does this mean I could use software designed for DLP printers such as NanoDLP or others if I'm using a lasershark board to control the laser?

I'm attaching the small PDF that the laser scanner company sent me with info about the galvo/scanner head thing I'm considering purchasing. I'd love all the help/guidance I can get!
76
3D Printers / Re: types of galvo supported by lasershark board for SLA uv printer
« Last post by jaswork7 on February 16, 2018, 12:05:24 AM »
Thank you so much for your reply :):) if i have any doubt will ask you on this forum :)
77
3D Printers / Re: LaserShark and Creation Workshop
« Last post by Macpod on February 12, 2018, 11:05:16 PM »
If you have a program that can slice a 3d model into layer images, you could make a script based off of using lasershark_stdin_displayimage.c.
78
3D Printers / Re: LaserShark and Creation Workshop
« Last post by VitoB on February 11, 2018, 10:33:52 AM »
Hi,

yes I have emailed them some days ago and they wrote back that Creation Workshop is not currently compatible with Lasershark.

That is a great pity.

Does anyone have any idea how I can use the board for a SLA printer without first having to teach myself programming. Or does anyone still have the Plugins for the old CW Versions? It would be a great help.

Thanks

79
3D Printers / Re: lasershark_3dp file?
« Last post by Macpod on February 10, 2018, 06:14:18 PM »
I am unable to download these files.

Are these your files or someone else's? If the latter, where did you find these links?
Pages: 1 ... 6 7 [8] 9 10