Skip to content

Instantly share code, notes, and snippets.

@tinkerology
Created March 13, 2020 03:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tinkerology/5621b750494170e3d18047808d979ade to your computer and use it in GitHub Desktop.
Save tinkerology/5621b750494170e3d18047808d979ade to your computer and use it in GitHub Desktop.
Problem rendering two PrintABloks side by side
//
// Expansion set for PrinkABlok
// by Scott Leslie (@tinkerology)
// Sample STLs can be found at:
//
//
// PrintABlok by Joe Larson
// Based on : https://www.thingiverse.com/thing:4171518
//
// License: Creative Commons Attribution Non-Commercial
//
// Read in the STL for Print-A-Blok
module constructPrintABlok()
{
import("Printablok-1BaseBlok.stl", convexity=3);
}
constructPrintABlok();
translate([16,0,0])
constructPrintABlok();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment