Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jan Koniarik
schpin-robot
Commits
92afa954
Commit
92afa954
authored
Feb 27, 2021
by
Jan Koniarik
Browse files
fixed body placement
parent
1c993ba4
Changes
1
Hide whitespace changes
Inline
Side-by-side
schpin_koke/src/scad/body.scad
View file @
92afa954
...
...
@@ -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);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment