Commit 4a873f29 authored by Jan Koniarik's avatar Jan Koniarik
Browse files

Removed axis from 3D model

parent 170367f5
......@@ -10,7 +10,6 @@ module coxa_collision(femurOffset) {
}
module coxa(femurOffset, expand = 0) color("red"){
axis();
translate(femurOffset) rotate([ 90, 0, 180 ]) {
rotate([ 0, 90, 0 ]) tile_screw_pos(T24) {
Mscrew(M2L8C);
......@@ -22,7 +21,6 @@ module coxa(femurOffset, expand = 0) color("red"){
LX15D_cable_holder_C(expand = expand);
rotate([0, 0, 0])axis();
translate([ -4 * expand, 0, 0 ]) LX15D();
translate([ -2 * expand, 0, 0 ]) LX15D_U(expand = expand);
}
......
......@@ -200,8 +200,6 @@ module tibia_bot(expand = 0) {
}
module tibia(tipOffset, expand = 0) {
rotate([90, 0, 0])
axis();
color("blue")
rotate([ -90, 0, 0 ]) LX15D_cable_holder_C(expand = expand);
color("blue")
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment