Commit 92afa954 authored by Jan Koniarik's avatar Jan Koniarik
Browse files

fixed body placement

parent 1c993ba4
......@@ -45,8 +45,8 @@ module nucleo() part("white", part_name="nucleo") {
}
module body(positions, expand = 0) {
translate([ 0, -Ta(T24), 0 ]) rotate([ 0, 0, 90 ]) bat_set();
translate([ 0, Ta(T24), 0 ]) rotate([ 0, 0, 90 ]) bat_set();
translate([ 0, -Ta(T24), Ta(T24)/2 ]) rotate([ 0, 0, 90 ]) bat_set();
translate([ 0, Ta(T24), Ta(T24)/2 ]) rotate([ 0, 0, 90 ]) bat_set();
for (pos = positions) servo_pos(pos) {
rotate([ 180, 0, 0 ]) LX15D_cable_holder_B(z_offset = 2, expand = expand);
......
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