Skip to content

Commit

Permalink
Initial commit of tube skids.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklik committed Jul 29, 2023
1 parent 33b5118 commit 1f66be6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CAD/parameters.scad
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
include <bolt_parameters.scad>
use <./src/lib/stdlib/naca4.scad>
use <./src/lib/stdlib/curvedPipe/curvedPipe.scad>


week = "77"; // dummy value for visual rendering not used for printing.

Expand Down
16 changes: 16 additions & 0 deletions CAD/src/666_2102.scad
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
module 666_1033(){

curvedPipe([ //body ohybu
[60,0,100],
[130,-20,0],
[130,220,0],
[60,200,100],
],
3,
[20,20], // radiusy
6,
4);
}
666_1033();

include <../parameters.scad>

0 comments on commit 1f66be6

Please sign in to comment.