Monday, March 19, 2012

Sous Vide Cooker

I recently built a sous vide cooker. For the controller, I used the open source osPID as a controller.

I used a cold serving tray as the bath. This needs to be a cooler to better maintain the temperature.



I cooked some eggs followed by some meat. The eggs were too runny. When I cooked the meat, I found my thermocouple was overestimating the temperature consistently. Using an analog thermometer, I was able to set the temperature precisely.

I followed the directions on the Serious Eats blog post about sous vide meat. I cooked a flatiron steak to medium rare for two hours. The steak was perfectly consistant, but the flavor was lacking. I think this was a problem with seasoning, not cooking.

Below here is an image of the cooker uncovered.


And here is a picture of the cooker covered. I cover it with blankets to help with insulation.


Here is the meat cooking in the bath.


And here is the final product!

Wednesday, October 20, 2010

Sauerkraut


After reading the book Salt: A World History, I was inspired to made some sauerkraut. We made two batches a couple weeks before the wedding, and it's been sitting in the project fridge for a few weeks now.

We followed a loose recipe. The cabbage fermented for a few weeks and it smells great. But it's inedible. The salt flavor is so strong, I can hardly bear to take a bite. I lightly washed some in water before cooking it up with sausages. It's still too salty. I think I'm going to drain some off and let it soak in water to draw out some of the salt. I need to find a good recipe.

Tuesday, October 19, 2010

MakerBot - SketchUp to ReplicatorG Workflow

The following documents my workflow for designing parts to print on my MakerBot. This document is intended for people new to MakerBot design. In this document, you will:
  1. Create a 3D part in Sketchup
  2. Export the 3D object to STL format
  3. Open the STL export in ReplicatorG
  4. Generate the object's GCode
  5. Print
Software used:

Step 1 - Create a 3D part in Sketchup
The first step in printing an object in your MakerBot is to design the object. You can design an object in Google SketchUp or in OpenSCAD. In this document, you will design the part in SketchUp.
I am using SketchUp version 8. These instructions should also work for SketchUp 6 and 7.

Create a blank SketchUp document. Make sure your scale is in mm.


Draw a shape in 3D. Make sure your shapes all have depth. Creating 2D shapes will cause ReplicatorG to fail when generating the GCode. It's a 3D printer, y'all. My shape will be a simple rectangle extruded into 3D space.


This concludes Step 1 - Create a 3D part in Sketchup

Step 2 - Export the 3D object to STL format
Use the STL plugin to export the object into STL format. Make sure your object is not selected. From the Tools menu, select "Export to DXF or STL".


SketchUp will prompt you that you have no items selected. Press the "Yes" button.


Select "milimeters" as your export unit. Press the "OK" button.


Choose "stl" as the export format.


Choose a good location for your STL design file.


You will now see a SketchUp export report.



This completes Step 2 - Export the 3D object to STL format.

Step 3 - Open the STL export in ReplicatorG

Open ReplicatorG. From the File menu, select "Open".


Select your STL file you exported from SketchUp.


Your design file will open in ReplicatorG.



Your object may be too small or too large for your build platform. You may need to rotate or scale the image. I will scale mine to make it the correct size. You can avoid this through careful design in SketchUp.


This concludes Step 3 - Open the STL export in ReplicatorG

Step 4 - Generate the object's GCode

Generating the GCode is easy, but may take a few minutes. From within ReplicatorG, click the "Generate GCode" button. Progress of the build will appear on the screen.


This concludes Step 4 - Generate the object's GCode

Step 5 - Print

Connect your MakerBot. Your object is now ready to print!


This concludes Step 5 - Print as well as the tutorial.

Hello Blog

This is a place for me and my wife to post our family projects!