Finally finished the lamp for my living room. It consists of 45 identical paper pieces (white on the outside, golden on the inside) which I cut with a laser cutter at the FabLab Munich.
The photos show the lamp with the light turned on and off.
The guys at High-Low Tech found a neat way to use the Arduino programming environment with small AVR microcontrollers, namely the ATtiny44/5 and 84/5. This is a great alternative to a full Arduino board for simple projects, because they are cheap and small.
I wondered if the approach could also be used for the slightly larger/more powerful ATtiny2313. And as it turns out it is not only possible, it also has been done already. Oh wonders of the Internets!
Florian Schäfer has made the effort and it works wonderfully. Just follow the instructions from the High-Low Tech page but use these files (here in a zip) instead of the original ones.
The pin mapping of the ATtiny2313 looks like this:
ATtiny2313
+-\/-+
PA2 1| |20 VCC
RX (D 0) PD0 2| |19 PB7 (D 16)
TX (D 1) PD1 3| |18 PB6 (D 15)
(D 2) PA1 4| |17 PB5 (D 14)
(D 3) PA0 5| |16 PB4 (D 13)*
INT0 (D 4) PD2 6| |15 PB3 (D 12)*
INT1 (D 5) PD3 7| |14 PB2 (D 11)*
(D 6) PD4 8| |13 PB1 (D 10)
*(D 7) PD5 9| |12 PB0 (D 9)
GND 10| |11 PD6 (D 8)
+----+
* indicates PWM port“Frabjous” is a scupture by Georg Hart. It’s made of 30 identical S-shaped pieces. Some time ago I did a paper version of it, but always wanted to do a laser cut wooden one.
Finally I got around doing it. Contrary to the original, my pieces are self-interlocking, so no glue is needed.
You can get the design files here on thingiverse.Project Photofly is a program and a web service, which lets you convert a series of photos of an object into a 3D mesh.
I gave it a quick test.
I made around 50 photos of a small double headed figure (around 20 cm high) and used the tool to create a 3D mesh from it.
This is the result:
Here is one of the photos:
I’m really surprised how easy it was. After reviewing the photos (and rejecting a couple of them becouse they were too dark) I just imported them into the Autodesk tool. The photos get uploaded into the cloud and after a short while the result can be downloaded. And the result was great! I didn’t do any manual editing in Photofly whatsoever, the photo/camera positions where all calculated correctly. After exporting the mesh (it contains textures too, but for 3D printing I’m not interested in them) I loaded it into netfabb Studio. The mesh was pretty much complete, only one bigger hole under the chin where I didn’t provide enough info with the photos it seems. Besides that there were only smaller holes, all of which could be automatically fixed by netfabb. I just had to cut off the base and now I have a great watertight 3D model.
Really promising, given that was my very first try.
Here’s a video showing how you should take the photos:
A small experiment to use stencils created with a laser cutter to create a painting with acrylics.
First I took a photograph and fiddled around with the color curves:
Then I ran some filters (median etc) to get rid of noisy areas. After that I created 2 layers (one for each the darker blue tones). More filtering and some manual painting made sure the stencils can be made out of them (all parts of the stencils need to be connected with no “islands” left).
The 2 layers look like this: Then I loaded the frames into Inkscape, where I traced them to have vector outlines, which are needed for the laser cutter: As you can see, I also added registration marks to the top corners, so that I could align the stencils correctly.The cut stencils look like this:
I taped the stencil on a canvas and applied the first color using a small foam roller. After drying I did the same with the second stencil/color
After some manual finishing touched (e.g. white dots in the eyes) the result is this:
Visited the Ars Electronica Center in Linz today. And what do I see in their FabLab? My ellipical gears!
They found it on thingiverse and printed it on their 3D printer.
Over at the FabLab Munich we are currently building our own CNC mill. Almost finished now.
Here is one of the first pieces done with it:
The mill is not perfect yet, but we are getting somewhere!
I have upgraded my RapMan with a heated print-bed and needed a modified z switch holder (the z switch normally is mounted directly on the print bed, which is not a good idea if it is heated). I tried Laszlo’s one, it works, but I had problems with it. It is attached to one of the 3 screws the print bed is hold by. These 3 screws are equipped with a spring mechanism, allowing the print bed to back down if the print head by error tries to go down below the print bed surface.
When attaching Laszlo’s z switch holder, this spring has no effect any more. Laszlo says he doesn’t have the problem and I think the reason is that I have a RapMan version 3.1 while he has a previous version. My RapMan z stage platform has threaded holes for the 3 screws I was talking about which seem to be the reason for problem.
Anyway, I designed a different solution, where the z switch is not attached to the print-bed but to the z stage platform instead. This also makes fine-tuning the print-bed/extruder distance easier. You can do that with the 3 screws now and you get direct feedback about the new distance. Before you had to turn the distance screw at the print head and run a home sequence to get the new adjusted distance.
With this new mechanism the z switch is not pressed directly, but there is a arm which presses it. The arm reaches up where the distance regulation screw comes down during the home sequence.
Here you see my RapMan with the heated print-bed and the new z switch mechanism in the left back corner:
Here a couple of close-up photos. In case you wonder, I added a bit of duct tape because I needed a M3 screw to hold the arm and the only one I had left was a bit too short, so the duct tape holds it in place :-)
The OpenSCAD and STL files for the 2 printed parts can be found on thingiverse.
It is already a couple of weeks since my heated print-bed from László arrived. I was busy so I didn’t find time yet to update the blog, but finally here is my experience with building and installing it.