Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve template head to better fit the ultrasond shape #1

Open
4 tasks
Benvii opened this issue Oct 22, 2023 · 0 comments
Open
4 tasks

Improve template head to better fit the ultrasond shape #1

Benvii opened this issue Oct 22, 2023 · 0 comments
Assignees

Comments

@Benvii
Copy link
Member

Benvii commented Oct 22, 2023

We want to have a basic shape for the head (extruded) with the correct shape for the ultrasound this means :

File to modify is : freecad_file/tete v2.fcstd

On the back side

See measure here in this OpenScad file (save it as *.scad) :

difference() {
cube(size=[60, 50, 5]);
translate([17, 36, -3]) cylinder(h=10, r=8.5, $fn=100);
translate([43, 36, -3]) cylinder(h=10, r=8.5, $fn=100);
translate([24, 25, 2]) cube(size=[12 ,4 ,10]);
hull() {
translate([26, 43, 2]) cylinder(h=10, r=2, $fn=100);
translate([34, 43, 2]) cylinder(h=10, r=2, $fn=100);
}
}
translate([7, -5, 0]) cube(size=[10, 5, 5]);
translate([43, -5, 0]) cube(size=[10, 5, 5]);

Visual here :
openscad_back

Todo :

  • Add an upper hole
  • Add a down hole
  • Simplify and remove the line of holes

tete v2-todo-back

On the front side :

tete v2-todo-front

Todo :

  • Remove chanfrin, so that they can easily add stuff on it
@Benvii Benvii assigned yannis-mlgrn and Benvii and unassigned yannis-mlgrn Oct 22, 2023
Benvii added a commit that referenced this issue Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants