SURFACE PATTERNS FOR GRASSHOPPER

It has been entirely too long since I last posted but that should change over the coming weeks as I've been working on some really amazing projects.  To kick things off, I thought I'd share a one week project that I developed to create a dimple halftone pattern on a surface using a custom build Grasshopper definition which writes the all of the G-code (for a ShopBot CNC mill) in real-time.  I'll talk more about the fabrication setup below, but first... a little about the concept.  I've always been fascinated with the skeletal patterns of Radiolarians (a family of microscopic protozoa that float along the ocean floor). Here's aWikipedia link for more information. These creatures (perhaps "fossil" is a better word) were made popular by someamazingly detailed and beautiful drawings made by German biologist Ernst Haekel.

I decided to take something very big (the final piece is milled out of a half size sheet (72"x30") of Corian) out of something that is very very small.  To get the desired relief pattern, I used a 3/4" V-bit endmill on the CNC mill so that the circle diameter had a linear relationship to the depth of the plunge.  Below are some process images showing the original source image and the step needed to take it into final fabrication using the ShopBot Writer definition I developed for this project.

Before I get too far, there are a few precedent projects that I would like to acknowledge.  The 'dimple halftone' pattern idea was a concept developed by Associated Fabrication and 4-pli and was published in Transmaterial 2MachineHistories has also made a series of beautiful panels that can be seen here.  The concept for the work below is inspired by these precedent projects, but the method through which it was employed is new and documented below. 

Radiolaria_01.png
Cropped and zoomed-In on the image.

Cropped and zoomed-In on the image.

Gaussian Blur and Highlight Sampling (blur added to reduce noise in original image).

Gaussian Blur and Highlight Sampling (blur added to reduce noise in original image).

Grasshopper Approximation of Milling Pattern (automatically generates Shop Bot G-code in real-time).

Grasshopper Approximation of Milling Pattern (automatically generates Shop Bot G-code in real-time).

CAD/CAM Preview of Tool Path from Shop Bot Controller (simulation of final cut).

CAD/CAM Preview of Tool Path from Shop Bot Controller (simulation of final cut).

The Final Installed Piece (72"x30"x1/2").

The Final Installed Piece (72"x30"x1/2").

The image becomes more pronounced on the oblique.

The image becomes more pronounced on the oblique.

Radiolaria_08.png

 The parametric process for this project was relatively straight forward. There have been many examples of patterns generated using the Image Sampler component, and this one is pretty similar to those, so I won’t go into great detail about how that part is set up. The Shop Bot Part file format (.sbp) is essentially just a text file with commands about how the machine should behave. The trickiest part on this entire project was learning the exact command prefixes that are needed to drive the machine.  Since these are proprietary (for the Shop Bot), the commands are slightly different than traditional g-code. I found two helpful manuals on the Shop Bot website.

With these two manuals as my guide, it was quite easy to setup the entire tool path part file. I found that the Weave component became very handy when joining together the movements needed for the plunges. I did have to write a little custom code to deal with the header file.  This header works for this specific application (using a V-bit 0.75" dia.) but might need some minor modifications if the method of milling were to change (such as surface milling, or profile cutting as opposed to direct plunging). Below are a few screen captures of the Grasshopper definitions.

Click to Enlarge.

The file is meant to be used for academic, and other non-profit institutions for non-commercial, non-profit internal research purposes. This file was created (and tested) in Grasshopper version (0.7.0055). Results may vary if using a different version.

Disclaimer: This file is provided by Andrew Payne | Lift Architects and is furnished "as is".  Any express or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed.  In no event shall Andrew Payne be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this file, even if advised of the possibility of such damage.