Skip to content

Commit

Permalink
Create symmetrical landing skids holder.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklik committed Aug 1, 2023
1 parent 0b51e87 commit 33151e8
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions CAD/src/printplate/printplate_888_2101.scad
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,15 @@
include <../../parameters.scad>
use <../888_2101.scad>


module mirror_copy(v=[1,0,0])
{
children();
mirror(v) children();
}

// otoceni a kopie pro tisk
//mirror_copy([1, 0, 0])
// rotate ([180,0,0])
// translate([-20,0,0])
mirror_copy([1, 0, 0])
rotate ([0,0,0])
translate([-20,0,0])
888_2101(draft=false);

0 comments on commit 33151e8

Please sign in to comment.