Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Jan Koniarik
schpin-robot
Commits
4a873f29
Commit
4a873f29
authored
Nov 24, 2019
by
Jan Koniarik
Browse files
Removed axis from 3D model
parent
170367f5
Changes
2
Hide whitespace changes
Inline
Side-by-side
schpin_koke/src/scad/coxa.scad
View file @
4a873f29
...
...
@@ -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);
}
...
...
schpin_koke/src/scad/tibia.scad
View file @
4a873f29
...
...
@@ -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")
...
...
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