Fab Academy at AS220 Labs

Other Projects

August 6, 2010 2:15 AM

On Self-Replication

by Anna Kaziunas France

<<<<<<<<<<<<<<    dystopian still life 
>>>>>>>>>>>>>>>   an auto-assembling
<<<<<<<<<<<<<<    cyborg zombie? 


Self-Replication

Image credit Shane Willis. Dystopian senryu by Anna Kaziunas France.

July 14, 2010 8:13 PM

FTDI header for .cad

by Noah Bedford

class header_FTDI(part):
#
# serial comm header
# FTDI 1x6x0.1"
#
def __init__(self,value=''):
self.value = value
self.pad = [point(0,0,0)]
self.labels = []
#
# pin 1: GND
#
self.shape = translate(pad_header,-.08,.0,0)
self.pad.append(point(-.08,.0,0))
self.labels.append(cad_text(self.pad[-1].x,self.pad[-1].y,self.pad[-1].z,'GND',14))
#
# pin 2:CTS#
#
self.shape = add(self.shape,translate(pad_header,-.01,-.0,0))
self.pad.append(point(-.01,-.0,0))
self.labels.append(cad_text(self.pad[-1].x,self.pad[-1].y,self.pad[-1].z,'CTS#',14))

#
# pin 3: VCC
#
self.shape = add(self.shape,translate(pad_header,.06,.0,0))
self.pad.append(point(.06,.0,0))
self.labels.append(cad_text(self.pad[-1].x,self.pad[-1].y,self.pad[-1].z,'VCC',14))

#
# pin 4: TXD
#
self.shape = add(self.shape,translate(pad_header,.13,-.0,0))
self.pad.append(point(.13,-.0,0))
self.labels.append(cad_text(self.pad[-1].x,self.pad[-1].y,self.pad[-1].z,'TXD',14))

#
# pin 5: RXD
#
self.shape = add(self.shape,translate(pad_header,.2,-.0,0))
self.pad.append(point(.2,-.0,0))
self.labels.append(cad_text(self.pad[-1].x,self.pad[-1].y,self.pad[-1].z,'RXD',14))

#
# pin 6: RTS
#
self.shape = add(self.shape,translate(pad_header,.27,-.0,0))
self.pad.append(point(.27,.0,0))
self.labels.append(cad_text(self.pad[-1].x,self.pad[-1].y,self.pad[-1].z,'RTS',14))

January 15, 2010 11:21 AM

Tintin Rocket (neko-wa kowaii)

by Noah Bedford

Decided to print an "old school rocket" from thingiverse for the lab:

DSCN1602.JPG

Seen here in front of Jenine's "Providence" sign.

January 14, 2010 2:06 PM

Fluxamacutter press-fit DIY vinyl cutter

by Shawn Wallace

fluxamacutter.jpg

The Fluxamacutter is a design for a simple vinyl cutter that satisfies these criteria:

  • Inexpensive ($50-$100 in parts)
  • All parts can be cut on a 24"x12" laser cutter
  • All press-fit construction: minimize hardware fasteners
  • No precision parts required: all hardware cheap and widely available
  • Arduino-compatible
  • Plug-and-play replacement for existing HPGL-speaking cutters

The initial cutter will be able to take 15"-18" rolls, and will be designed to scale to 24" rolls.

November 10, 2009 4:06 PM

Lasercutting!

by Jenine Bressner

jenine's rufflebeard.JPG I constructed this ruffle beard from fabrics that I lasercut and hand- painted. I wear it while biking to keep my face warm.

jenine's lasercut dolls.png I drew these shapes, lasercut them, and assembled them into jointed figures. The joints consist simply of short pieces of bent wire.

jenine's lasercut doll sheet.JPG This is a sheet of lasercut pieces for the jointed figures. The material is matboard from a frame shop.

jenine's swingset1.JPG This is a press- fit swingset that I lasercut from 1/4" thick wood.

jenine's swingset2.JPG

jenine's swingset3.JPG

I drew these shapes on a computer with a mouse, which took a very long time and hurt my wrist. I am investing in a tablet so I can draw more comfortably on the computer.

October 19, 2009 2:16 PM

Kamina glasses

by Noah Bedford

Row row, fight da powa.
These were tinted red with a Bic permanent marker.
kaminaglasses.svg
lion-smaller.png

Return to front

Older articles