How To: Make a Coffee Dump/Bash Box – on the cheap
So, these past few weeks have been all about Coffee and making things... I make no apologies for that
I love both making things and coffee... and in a few days i'll probably have made something else coffee related. The past few things i've made have involved using my 3D printer, but this time i've gone back to the more traditional tools...
- Hot Knife
- Scissors
- File
- Dremel
- Silicone sealant
I then marked across the bottom section of the pipe where i wanted the tube to slot into and then used my hot knife to cut out a rough half moon shape. Used a file to clean it up best I could, then finished it off with the dremel to make it smoother
As you can see below, the tube fits quite nicely into the slot i cut out. Although in it's present form, the tube slides around on the groove.
The next picture is just to show you the general idea of how it'll be used.
Obviously the above is a bit rough and bashing spent grind into this will just make it fall out the bottom, so
With it cut out, i needed to attach it to the bottom of the pipe and make sure it was water proof, so this stuff works a treat:
Next, asthetics:
Find something suitable for a stand (I found an old VESA monitor back) - glue on a grippy material to the grooves to stop the tube sliding around (also helps to hide rough dremel work) and....
Last step is to put the tube in place, and set up for a posed shot pretending to use it in action...
That's all folks!
How To: 3D Print Kitchen Implements
If you're a regular visitor to my blog, you'll know that not too long ago with the money from a competition my friends and I were able to purchase a 3D Printer
You'll also know that just 2 weeks ago I purchased an ex commercial espresso machine for my home
Anyway...I decided that i'd design a couple of handy tools for the Espresso Machine and print them out on the 3D printer. So, I designed a holder that clips onto the side of my Espresso Machine that... holds the Tamper.
I also designed a stand to put the portafilter on as I tamp (with a groove in it for the spout on the portafilter) I designed them in OpenScad - which is a CAD tool for programmatically minded people like myself
I've also uploaded the Source Code to these to Thingiverse under the GNU public license:
- Tamper Holder on Thingiverse
1 2 3 4 5 6 7 8 9 10 11 12 13 14
difference() { cube(size = [60,65,5], center = true); cylinder(h=13, r=29, center = false); } translate ( [0,32.5,17.5]) { cube(size = [60,3,40], center = true); translate ( [0,2,18.5]) { cube(size = [60,5,3], center = true); translate ( [0,3,-3.5]) { cube(size = [60,2,10], center = true); } } }
- Tamping Stand on Thingiverse
1 2 3 4 5 6 7 8 9 10 11 12
difference(){ cube(size = [50,60,60], center = true); translate ( [0,0,-10]) { cube(size = [40,50,60], center = true); } translate ( [0,-20,19]) { cylinder (h=13, r=15, center=false); } translate ( [0,-35,30]) { cube(size = [30,30,140], center = true); } }
I present to you the finished products:
What do you think? Have any other suggestions for some other kitchen implements I should design?
Plumbing in my Expobar Espresso Machine
So, for the love of coffee, my fierce mistress, I got myself an ex-commercial espresso machine from a Coffee Roaster friend of mine:
It's a Spanish-made EXPOBAR with a single e61 grouphead, boiler with pressure stat, heatexchange and a built in burr grinder with doser. It's actually a pretty awesomely spec'd machine. I have no idea what model it is, and i can't find any reference to it on the internet, which is kind of rare. So this post will hopefully also serve to give this machine the web presence it deserves!
Obviously it's a machine that requires plumbing in, so after a trip to MasterTrade in Wellington (and $150 later) I had all the parts i needed to plumb it in.

A Teflon wrapped mains supply pipe (which until recently was connected directly to the faucet mixer)
ProTip #1: Before removing the braided hose leading to the supply pipe, it would help to turn the water mains off first... that is unless you are a hippo and enjoy wallowing in water ^_^ - it'll look something like this:
So, connect it all together and what have you got?!:

This is the final setup, bottom is the water supply, top leads to mixer and middle goes to the Expobar's pump
ProTip #2: Tighten it all really really well to make the rubber seals in the braided hoses serve their purpose, otherwise you'll end up with a leak, something like this:
So that's the supply done, we also need to connect up the waste water...

The waste pipes under the sink had an empty header so connecting it in was an easy job... no pressure
(ha pun!)
And now some shots of accessories, and some of the first extractions i did:
Since taking these above photos, i went into Moore Wilson on Tory Street and found some nice looking cups and saucers:
That's about all I have for now, feel free to comment and ask questions as you please ^_^




































