Nowadays, resin printers are highly accessible and can do some great stuff. But between isopropyl alcohol for part rinsing and the fact that some resins have a definite smell to them, ventilation can get important fast. The manufacturers don’t talk much about this part of the resin printing experience, but it’s there nevertheless. So what can be done when smells become a problem?
I recently had to deal with this when I printed several liters of resin worth of parts. That’s a lot of resin, and a lot of alcohol for part washing. Smells — which had never been much of a problem in my work area — suddenly became an issue.
Flexible steel sheets as the foundation for build platforms are used to great advantage in FDM 3D printers. These coated sheets are held flat by magnets during printing, and after printing is done the sheet (with print attached) can be removed and flexed to pop the prints free. This got [Jan Mrázek] thinking. He was pretty sure the concept could extend to the build platform on his Elegoo Mars resin printer. With a flexible build platform, troublesome prints could be more easily removed, so he non-destructively modified his printer to have a similar system. [Jan] is clear that this is only a proof of concept, but the test results were good! He printed several jobs that were known to be trouble, and they were all a piece of cake to remove.
[Jan]’s mod consists of a 3D printed, two-piece unit that encapsulates the normal build platform and contains a few strong magnets. A thin sheet of steel sticks flat to this new piece, held in place by the magnets within, and becomes the new build platform. After a print is done, the sheet is removed and [Jan] reports that its flexibility is a big help in removing otherwise troublesome prints, such as the 3D printed solder stencil we covered recently.
[Jan] provides his CAD model but doesn’t really recommend using it for anything other than development work. Results were promising, but there are a number of drawbacks to the prototype. For one thing, it makes the build platform thicker and the Z-axis limit switch needs to be physically lowered in order to zero the unit. Also, the thicker build platform means the volume of resin the build tank can hold is reduced. Still, the idea clearly has merit and shows there absolutely is value in hardware having a hackable design.
[Jay Doscher] shares a quick GPS project he designed and completed over a weekend. The device is called the CLUE Tracker and has simple goals: it shows a user their current location, but also provides a compass heading and distance to a target point. The idea is a little like geocaching, in that a user is pointed to a destination but must find their own way there. There’s a 3D printed enclosure, and as a bonus, there is no soldering required.
[Jay] did a nice job of commenting and documenting the code, so this could make a great introductory CircuitPython project. No soldering is required, which makes it a little easier to re-use the parts in other projects later. This helps to offset costs for hackers on a budget.
The fact that a device like this can be an afternoon or weekend project is a testament to the fact that times have never been better for hobbyists when it comes to hardware. CircuitPython is also a fast-growing tool, and projects like this can help make it easy and fun to get started.
If you’ve seen both a fused filament fabrication (FFF) printer and a wire welder, you may have noticed that they work on a similar basic principle. Feedstock is supplied in filament form — aka wire — and melted to deposit on the work piece in order to build up either welds in the case of the welder, or 3D objects in the case of the printer. Of course, there are a number of difficulties that prevent you from simply substituting metal wire for your thermoplastic filament. But, it turns out these difficulties can be overcome with some serious effort. [Dominik Meffert] has done exactly this with his wire 3D printer project.
For his filament, [Dominik] chose standard welding wire, and has also experimented with stainless steel and flux-cored wires. Initially, he used a normal toothed gear as the mechanism in the stepper-driven cold end of his Bowden-tube extrusion mechanism, but found a standard wire feeder wheel from a welder worked better. This pinch-drive feeds the wire through a Bowden tube to the hot end.
In thermoplastic 3D printers, the material is melted in a chamber inside the hotend, then extruded through a nozzle to be deposited. Instead of trying to duplicate this arrangement for the metal wire, [Dominik] used a modified microwave oven transformer (MOT) to generate the low-voltage/high-amperage required to heat the wire restively. The heating is controlled through a phase-fired rectifier power controller that modulates the power on the input of the transformer. Conveniently, this controller is connected to the cooling fan output of the 3D printer board, allowing any standard slicer software to generate g-code for the metal printer.
To allow the wire to heat and melt, there must be a complete circuit from the transformer secondary. A standard welding nozzle matching the wire diameter is used as the electrode on the hot end, while a metal build plate serves as the other electrode. As you can imagine, getting the build plate — and the first layer — right is quite tricky, even more so than with plastic printers. In this case, added complications involve the fact that the printed object must maintain good electrical continuity with the plate, must not end up solidly welded down, and the fact that the 1450 °C molten steel tends to warp the plate.
Considering all the issues that have to be solved to make this all work, we are very impressed with [Dominik’s] progress so far! Similar issues were solved years ago for the case of thermoplastic printers by a group of highly-motivated experimenters, and it’s great to see a similar thing starting to happen with metal printing, especially using simple, readily-available materials.
What’s wrong with the above picture? Failure can be an excellent teacher, and [J. Peterson] reminds us all of this when he says to remember to model the environment when designing things in CAD. He contrasts a failure with a success to demonstrate what that means.
The failure was a stand for a screwdriver set, shown above. He modeled up a simple stand to hold a screwdriver handle and the bits in a nice, tight formation. He didn’t model any of parts, he just took some measurements and designed the holder. Everything fit just fine, but it had a major ergonomic problem: you can barely reach the handle because it is fenced in by the surrounding bits! Had he modeled all of the parts during the design phase, and not just the part he was making, this problem would have been immediately obvious during the design phase.
The contrasting success is an adapter he designed to mount an artistic glass marble to a lit display stand. The stand itself as well as the glass marble were modeled in CAD, then the adapter designed afterwards to fit them. With all of the involved objects modeled, he could be certain of how everything fit together and it worked the first time.
Now, to most people with a 3D printer of their own, discovering a part isn’t quite right is not a big (nor even a particularly expensive) problem to have, but that’s not the point. Waste and rework should be avoided if possible. To help do that, it can be good to remember to model the whole environment, not just the thing being made. Add it on to the pile of great design advice we’ve seen for designing things like enclosures and interfaces.
NASA says that Electronic Alchemy’s eForge 3D printer is another space program spinoff. The printer looks a lot like a conventional 3D printer but unlike its mundane cousin it can print sensors, lights, and other electronic components. It does that by using one of six or eight different materials.
Six of the eight spools each have some sort of electronic property. According to the company they have conductive filament, resistive filament, insulating filament, capacitive filament, and both N- and P-type semiconductors.
[Jan Mrázek]’s success with 3D printing a solder paste stencil is awfully interesting, though he makes it clear that it is only a proof of concept. There are a lot of parts to this hack, so let’s step through them one at a time.
First of all, it turns out that converting a PCB solder paste layer into a 3D model is a bit of a challenge. A tool [Jan] found online didn’t work out, so he turned to OpenSCAD and wrote a script (available on GitHub) which takes two DXF files as input: one for the board outline, and one for the hole pattern. If you’re using KiCad, he has a Python script (also on GitHub) which will export the necessary data.
The result is a 3D model that is like a solder paste mask combined with a raised border to match the board outline, so that the whole thing self-aligns by fitting on top of the PCB. A handy feature, for sure. [Jan] says the model pictured here printed in less than 10 minutes. Workflow-wise, that certainly compares favorably to waiting for a stencil to arrive in the mail. But how do the actual solder-pasting results compare?
[Jan] says that the printed stencil had a few defects but it otherwise worked fine for 0.5 mm pitch ICs and 0402 resistors, and the fact that the 3D printed stencil self-registered onto the board was a welcome feature. That being said, it took a lot of work to get such results. [Jan]’s SLA printer is an Elegoo Mars, and he wasn’t able to have it create holes for 0.2 mm x 0.5 mm pads without first modifying his printer for better X/Y accuracy.
In the end, he admits that while a functional DIY solder stencil can be 3D printed in about 10 minutes, it’s not as though professionally-made stencils that give better results are particularly expensive or hard to get. Still, it’s a neat trick that could come in handy. Also, a quick reminder that we stepped through how to make a part in OpenSCAD in the past, which should help folks new to OpenSCAD make sense of [Jan]’s script.