AI로 유사한 모델 찾기
프로필 출력(0)
모델 파일(0)
게시일:2026-06-30 14:50:39
0
0
An OpenSCAD custom socket generator socket which incorporates a hex shaft for fitting into an electric drill or hand driver.
default 10mm socket bit stl file is included as an example.
Enjoy!
05/02/2021
Please see the updated V2 version for the latest
If you prefer to print sideways for a stronger hex shaft, consider changing the outside cylinder shape to a hexagon to reduce the need for support.
this can be done by changing line 49
from:
cylinder (h = socket_hexagon_depth_mm+socket_junction_thickness_mm, r=socket_hexagon_final_radius_mm + socket_minimum_wall_thickness_mm);
to:
cylinder (h = socket_hexagon_depth_mm+socket_junction_thickness_mm, r=socket_hexagon_final_radius_mm + socket_minimum_wall_thickness_mm,$fn=6);
