Skip to content

Instantly share code, notes, and snippets.

@chuckis
Created June 19, 2016 10:31
Show Gist options
  • Save chuckis/db5503fe0cf3cdb25804090c1828b50e to your computer and use it in GitHub Desktop.
Save chuckis/db5503fe0cf3cdb25804090c1828b50e to your computer and use it in GitHub Desktop.
dush
//Enter OpenSCAD code here.
module 200_balka(){
translate ([0, 0, 10])cube([10, 10, 200]);
}
module 125_balka(){
rotate([90, 0, 90]) cube([10, 10, 125]);
}
module 240_balka(){
rotate([90, 0, 0]) cube([10, 10, 240]);
}
125_balka();
200_balka();
240_balka();
echo("Version:",version());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment