Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Jasonpgr

Pages: [1]
1
3D Printers / Re: New to lasers and SLA and need some info
« on: March 30, 2018, 03:12:46 PM »
That's really unfortunate. I sent them an email a couple days ago and I'm still waiting for a response.

It kinda seems like there's no good way go about making a laser driven SLA printer. At least from a software/firmware perspective. I see a bunch of companies are doing it, because you can buy one. And most of them are driven by a small board that doesn't seem much different than a raspberry pi or arduino type board. A lot will print from an SD card much like a typical FDM style printer, which leads me to believe they are just streaming gcode from a slicer software.

Maybe I should phrase this differently. Since you have a much stronger knowledge of galvos, and coding and all the areas where I'm lacking, if someone came to you and said "I have this galvo head (the one I included the manual for in the last post) can you turn it into a laser sla 3d printer?" How would you go about it? Would you prefer a digital or analogue head since it can come as either one? What are the missing components and where would I source them in order to pull it all together.

With my limited knowledge and experience it seems like the best way would be to find some way to reconfigure a basic marlin/repetier firmware to drive a galvo instead of steppers on the XY axis, and swap the extruder bits for laser ttl on/off commands, and just use a ramps board to do it all. But I have no idea how to go about doing that, and I don't want to have to manually modify massive amounts of Gcode manually before doing a print. The solutions are definitely out there because people are doing it fairly inexpensively. I just keep running into brick walls, so maybe I need to take a whole new approach all together.

2
3D Printers / Re: New to lasers and SLA and need some info
« on: March 28, 2018, 05:48:04 PM »
Sorry, I totally forgot to include the datasheet/manual they sent me with the stats on it. It seems like if it can interpret the digital signals, that it would already have a similar board type thing in the head, but I could be wrong. If not, I think going to the lasershark route is definitely the best and simplest way to go. I'm probably going to be purchasing the CW software license since that looks like the smoothest way to itegrate everything since I'm already way out of my knowledge base on this one.

I was able to build some really great and intricate FDM printers using marlin firmware and Cura for slicing, so I assumed it would be just as easy to use open source software for a laser SLA set up, I was way wrong. I have little to no software/coding experience at all beyond very very basic arduino stuff, and mostly that is modifying existing codes like I have done when setting up Marlin for my printers specs.

It was so user friendly and simple to figure out, I'm really wishing there was a marlin firmware designed for SLA that would take the gcode that is sent out by the slicing software and convert it to galvo angles, rather than steps for a stepper driver. In conjunction with options for controlling the Z axis the in different ways we would need for wiping resin and all that. But alas, we haven't reached that point yet.

All that aside, I'm still determined to sort this out and get it up and running. So here's the data sheet, let me know if you think this would work and if you have anything else for me to look at to get the CW software talking to the lasershark and an arduino to move all z axis bits around at the right time, I'd really appreciate it.


3
3D Printers / Re: New to lasers and SLA and need some info
« on: March 27, 2018, 03:40:39 PM »
Actually, the original company got back to me and they suggested another product they have that is a galvo scanner with the housing, the f-theta lens for a 405nm laser, set up for a 300x300mm scan area, all the mirrors, and galvo bits and a laser that mounts up to the head, and they said they could do that one for $700 total. That's about the cost of just the lens from other companies I've seen, and these guys sell tons and tons of scanners and their reviews look pretty solid. I think I'm going to go this route as long as you think it should work for a high accuracy 3d printer set up. I'm going to attach the manual for your to review and let me know what you think.

Also, it turns out they can do it in either a digital, or analogue. Which option would be easier to integrate into the software? If I went the digital route rather than analogue with a lasershark board would I need some kind of usb dongle to send the xy coordinates out to the galvo motors? Could I use a standard arduino set up of some kind like an fdm printer? But rather than sending steps to a stepper driver, it's basically sending steps to a galvo motor? I've got a lot to learn before I'm able to make this happen so I appreciate whatever help I can get.


4
3D Printers / Re: New to lasers and SLA and need some info
« on: March 26, 2018, 11:48:56 AM »
Thank you for the extremely thorough reply! So I'm slightly modifying my laser build as the company from China I was working with ended up being a lot more expensive than I had previously expected. Their lenses are incredibly affordable though, so I'll definitely be getting their f-theta lens that covers a 300x300 print area.

The total cost ended up being around $2400, but they were also charging $700 for their laser alone, so I said no thanks on that one considering the galvo doesn't need to move all that fast since it needs to go slow enough to be able to cure, and it doesn't take a super powerful or fancy laser to cure UV resin. So I figured it wouldn't hurt to save some money on these two areas.

As for the rest of the components, I've been hunting around on ebay/amazon and all that and these are the ones I've come up with instead.

for a cheap simple laser
https://www.ebay.com/itm/405nm-100mW-Blue-Purple-Focusable-Dot-Laser-Module-TTL-Long-time-Working-12V/322293392564?epid=1794342367&hash=item4b0a2ee4b4:g:0lUAAOSwCGVYAG34

and for a laser galvo
https://www.ebay.com/itm/30Kpps-High-Speed-Laser-Lighting-Galvo-Scanner/112841533160?epid=13015689010&hash=item1a45e126e8:g:tr8AAOSwyTValkuQ

If you have any components you'd recommend for a 3d printer that you've used or seen used, I'd appreciate whatever advice you've got.

5
3D Printers / New to lasers and SLA and need some info
« 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!

Pages: [1]