Skip to content

Commit

Permalink
#28 - add rotation to test assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
kittlerm authored and kaklik committed Aug 1, 2023
1 parent 43f8882 commit 9bca136
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CAD/src/assembly/test/assembly_888_test.scad
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,14 @@ include <../position/position_888_1006.scad> // Policka na payload

use <../../888_1004.scad>
color([0.3,0.3,0.3])
rotate([0, 90, 0])
rotate([0, -90, 0]) // @blender-skip
888_1004();
//use <../888_1004.scad>
//use <../888_1005.scad>
//use <../888_1005.scad>

//use <../../888_1007.scad>
//888_1007();

// include <position/position_888_1016_rear_difference.scad>

Expand Down

0 comments on commit 9bca136

Please sign in to comment.