Heart Gear Pins

227
Downloads
981
Views
Published on October 6, 2012

Description

The original were a little too big in diamater, so i readjusted them and they snap into place perfect.

Instructions

Slice, then print. Each stl is only one pin so you might need to duplicate during slice if your using slic3r.
Tags
This Thing has no tags.
Report as inappropriate

You must be logged in to post a comment.

This can also be scaled using openscad's import_stl() and scale() functions:

pin1();

module pin1(){
scale([0.9,1,1])import_stl("HeartGear_Pins_Large.stl", convexity=2);
}

Very useful. I actually had to scale these by 90% in x using netfabb to get everything to fit tightly, but it was good to have them as a starting point.

Blame your inaccurate interior perimeters on the pins... for shame!

What do you mean?