Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2021
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. $fn = $preview ? 10 : 100;
  2.  
  3. use <pipes/curvedPipe.scad>
  4.  
  5. curvedPipe(
  6. [
  7. [0,0,0], [0,42,42],[0,60,60],
  8. ],
  9. 2,
  10. [45.0,45.0],
  11. dl,
  12. dl-2.0);
  13.  
  14.  
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement