We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
freecad_file/tete v2.fcstd
See measure here in this OpenScad file (save it as *.scad) :
*.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 :
Todo :
The text was updated successfully, but these errors were encountered:
Fixes #1, head with ultrasound holes
e179980
Benvii
No branches or pull requests
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
) :Visual here :
Todo :
On the front side :
Todo :
The text was updated successfully, but these errors were encountered: