Skip to content

Instantly share code, notes, and snippets.

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 ednisley/bc90cd2ac280790f76a89221b00fa39c to your computer and use it in GitHub Desktop.
Save ednisley/bc90cd2ac280790f76a89221b00fa39c to your computer and use it in GitHub Desktop.
OpenSCAD source code: Tour Easy Zzipper Fairing mount inner plate
//- Inner plate
module InnerPlate() {
difference() {
PlateBlank();
translate([0,0,Plate[2] - Bracket[2] + Protrusion]) // punch out fairing bracket
Bracket();
}
}
@ednisley
Copy link
Author

More details on my blog at http://wp.me/poZKh-6UL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment