Created
March 13, 2020 03:42
-
-
Save tinkerology/5621b750494170e3d18047808d979ade to your computer and use it in GitHub Desktop.
Problem rendering two PrintABloks side by side
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// 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