Marty McGuire

Posts Tagged hackerspace

2025
Mon Sep 22

New shirt alert

It's not all machine knitting around here!

Last week I took a screen printing class at NYC Resistor, a lovely hackerspace in Brooklyn.

It was their first time teaching this class, and fittingly they taught a screen printing technique that was new to me!

We were asked to bring in a vector art file. I really let myself get in my head about art for previous screen printing classes, so this time I vowed to do the first dumb idea that made me laugh. I was inspired by a recent delightful discovery in my Monday night gaming groupΒ and spent a half hour goofing on it in Inkscape.

Enough talk. Here are some process photos! (with more talk as captions)

Many thanks to NYC Resistor and our instructors Woody and Mean Gene.

Thanks also to the other folks in the class, who were fun and chill. Their designs game out great, but that's their business.

I look forward to doing some more screen printing at a future NYC Resistor craft night!

Files

practis-free-cactis.svg
106387 bytes. Updated
2011
Fri Jan 14

Baltimore Node logo (Unicorn)

This work is licensed Creative Commons - Attribution.

Description

I felt that it was about time Baltimore Node had a Unicorn-plottable logo! You can learn more about this awesome hackerspace at baltimorenode.org.

I’ve attached all the files I used to create the G-Code for this thing, which tells the story of how you can make your own:

  • node_logo.svg - Start with the SVG logo available from the Node wiki.

  • node_logo.eps - Use Inkscape to export an EPS file, making sure to convert text to paths.

  • node_logo.dxf - Use pstoedit as described on Tony’s 2D-to-3D post - tonybuser.com/2d-to-3d - to create a DXF, with simple line approximations of curves. I also ended up using some scaling:

    pstoedit -xscale 18 -yscale 18 -dt -f dxf:-polyaslines node_logo.eps node_logo.dxf
    
  • node_logo.gcode - Use scribbles.py from GitHub to convert the DXF into Unicorn G-Code. github.com/makerbot/Makerbot

I used Pleasant3D for its excellent G-Code preview capabilities to check that everything looked reasonable, find a good scaling, etc.

Instructions

  1. Load node_logo.gcode up in ReplicatorG
  2. Line up your pen as shown in this image: thingiverse.com/image:39483
  3. Build!

You may need to flip axes, etc.

I also don’t have any of the niceties like pen registration tests or multi-sheet printing in this G-Code. Feel free to add your own!

Files

node_logo.eps
12655 bytes. Updated
node_logo.dxf
154894 bytes. Updated
node_logo.gcode
124318 bytes. Updated
node_logo_plain.svg
10868 bytes. Updated