
โมเดลฐานหมุน 3d
3d printing3d printing realisticpegspropsprops 3d printingprops 3d printing realisticprops realisticrealisticrotary dial
Prompt
OpenSCAD // ขนาดของเดือยและฐาน (ปรับแก้ตัวเลขได้ตามต้องการ) peg_radius = 2.5; // รัศมีของเดือย (2.5 = เส้นผ่านศูนย์กลาง 5 มม.) peg_length = 12; // ความยาวของเดือย base_radius = 15; // รัศมีของฐานหมากรุก base_height = 5; // ความหนาของฐานหมากรุก union() { // ส่วนฐานหมากรุก cylinder(h = base_height, r = base_radius, $fn = 100); // ส่วนเดือยที่ยื่นลงไปข้างใต้ translate([0, 0, -peg_length]) cylinder(h = peg_length, r = peg_radius, $fn = 50);
v3.1-20260211
Related Models







