Heart Gear Pins
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.
You must be logged in to post a comment.
License
Heart Gear Pins by HappyDemon527 is licensed under the Attribution - Share Alike - Creative Commons license.

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);
}