another door clamp (customizable)
- 13 次浏览
该模型托管于 Creality Cloud。文件、图片及许可信息归原创作者所有。
在 Creality Cloud 查看 ↗简介
// ============================================================// Bloqueur de porte parametrique// Auteur : ChatGPT + PAK — CC BY-SA 4.0// ============================================================use $fn = $preview ? 96 : 180;// parametres des parties cylindrique// ---- Presets d'ajustement ----// "press" ~ dur ; "snug" ~ ajusté ; "slide" ~ coulissantclamp_fit = "press"; // [press, snug, slide]clamp_clearance = (clamp_fit == "press") ? 0.05 : (clamp_fit == "snug") ? 0.10 : 0.12;clamp_inner_d = 10; // Ø intérieurclamp_outer_d = 15; // Ø extérieurclamp_height = 10; // hauteurclamp_angle_cut = 130; // angle à retirer (en degrés)// Chanfreins d’entrée (aident l’emboîtement sans augmenter le jeu fonctionnel)lead_ch = 0.4; // taille chanfreinlead_h = 0.4; // hauteur chanfrein// parametres du brasarm_width = 6; //mm width of the armarm_length = 40; //mm length of the armarm_height = 10; //mm height of the armarm_pos = "grounded"; // [center, grounded] ! center require to print with supportarm_height_offset = (arm_pos == "center") ? (clamp_height-arm_height)/2 : 0;// parametres du brasbase_length = 30; // length of the square basebase_height = 1; // heigth of the basebase_thick = 3; // thickness of the base// début du jeu ...left_part();rotate([0,0,180]) translate([0,-arm_length/2,0]) right_part();// fin du jeu ...module box_chamfer_long_bosl2(size=[60,30,15], chamfer=1.2, axis="auto", center=true) { L=size[0]; W=size[1]; H=size[2]; ax = (axis=="auto") ? ((L>=W &&…
About this model
another door clamp (customizable) is a 免费 3D model in the 工具 category, shared by the Creality Cloud community. You can download it for 3D printing and reuse it in your own projects under the terms of its original license.
File formats
- STL — The most common mesh format for 3D printing — ready to slice and print on almost any printer.
The files for this model are hosted on Creality Cloud. Use the button above to open the original page and download it.