3D Workspace
Home
Assets
Affiliate Program
Sign up/Log in
?
Upgrade
DCC Bridge
Anonymous1777884039
05-07 23:59
Model Name
蓝色机械部件3d模型
Tags
3d printing
3d printing realistic
brass
machine
machine 3d printing
machine 3d printing realistic
machine realistic
mounting holes
plate
realistic
Prompt
// --- 參數設定 --- $fn = 100; thick = 10; // 整體厚度 stand_h = 60; // 高度 gap = 14; // 手機槽寬度 axle_d = 8; // 轉軸直徑 // --- 第一部分:OM 主體 --- module main_body() { difference() { union() { // O translate([0, stand_h/2, 0]) difference() { circle(d=stand_h); circle(d=stand_h-12); } // M translate([stand_h*0.6, 0, 0]) square([stand_h*0.8, stand_h]); // 底座加固 translate([-stand_h/2, 0, 0]) square([stand_h*1.5, 5]); } // 預留給 G 轉軸的孔 (在 M 的右下角) translate([stand_h*1.3, stand_h/4, -1]) cylinder(d=axle_d + 0.5, h=thick + 2); } } // --- 第二部分:活動式 G 勾勾 --- module adjustable_G() { translate([stand_h*1.3, stand_h/4, 0]) { // 轉軸 cylinder(d=axle_d, h=thick); // G 的形狀與槽 rotate([0, 0, -20]) // 初始角度 differen
Detailed Info
Related Models
Enter invite code
Enter invite code to get credits!