Você está no 3DFinder
Buscamos em Thingiverse, MakerWorld e Printables ao mesmo tempo para te dar o melhor de cada uma.
Descrição
参数化L形镂空挂盒沥水洗手池,参数根据自己需求设置
/ ======================= 盒子主体参数 =======================
box_width// ======================= 盒子主体参数 =======================
box_width = 150; // 盒子外部宽度 (X方向,mm)
box_length = 50; // 盒子外部长度 (Y方向,mm)
box_height = 60; // 盒子外部高度 (Z方向,mm)
wall_thickness = 2; // 盒体壁厚(底面+四壁,mm)
top_border = 5; // 顶部实心边框高度(无蜂窝的区域,mm)
edge_reinforce = 4; // 侧壁蜂窝区域四周保留的实体边框宽度 (mm)
hex_diameter = 10; // 六边形孔的直径 (mm)
hex_spacing = 2; // 六边形孔之间的间距 (mm)
color_box = "#4CAF50"; // 盒子主体颜色(OpenSCAD颜色代码)
// ======================= 背面挂孔参数(水滴形) =======================
show_hanging_hole = false; // 是否在背面开设挂孔(true=开孔,false=不开)
hanging_hole_height = 18; // 挂孔总高度 (Z方向,mm)
hanging_hole_max_width = 10; // 挂孔底部最宽处的宽度 (X方向,mm)
hanging_hole_neck_width = 5; // 挂孔顶部窄颈部的宽度 (X方向,mm)
hanging_hole_offset_from_top = 20; // 挂孔顶部(窄端)距离盒子上平面的距离 (mm)
hanging_ring_extra_thickness = 1; // 挂孔周围加强环多出的厚度 (mm),总厚度=wall_thickness+此值
hanging_ring_margin = 6; // 加强环轮廓比挂孔轮廓向外扩大的距离 (mm)
// ======================= 正面L形挂钩参数(用于挂在盆边) =======================
front_l_enable = true; // 是否启用正面L形挂钩(true=启用,false=不启用)
front_l_width = 50; // 挂钩宽度(X方向,mm),通常小于盒子宽度
front_l_horizontal_depth = 34; // 水平段伸出长度(Y方向,mm),应大于盆边纵深+余量
front_l_thick = 3; // 挂钩的厚度(mm),建议不小于壁厚
front_l_offset_from_top = 0; // 水平段上表面距离盒子顶面的距离(mm),0表示与顶面齐平
// 以下为自动计算的位置,无需手动修改
front_l_top_z = box_height - front_l_offset_from_top;
front_l_bottom_z = front_l_top_z - front_l_thick;
front_l_vertical_height = front_l_bottom_z; // 竖直段高度自动等于水平段下表面到底面的距离
// ======================= 底部镂空参数(蜂窝孔) =======================
bottom_hollow_enable = true; // 是否在底面开通气孔(true=开孔,false=实底)
bottom_hollow_reinforce = 4; // 底部镂空区域四周保留的实体边框宽度 (mm)
使用MakerWorld-参数化模型编辑器制作 (https://makerworld.com.cn/makerlab/parametricModelMaker)