another door clamp (customizable)
- 12 görüntülenme
Bu model Creality Cloud üzerinde barındırılıyor. Dosyalar, görseller ve lisans bilgileri tasarımcısına aittir.
Creality Cloud üzerinde görüntüle ↗Açıklama
// ============================================================// 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 &&…
Bu model hakkında
another door clamp (customizable), Creality Cloud topluluğunda paylaşılan ücretsiz bir Aletler 3D modelidir. 3D baskı için indirebilir ve orijinal lisans koşulları çerçevesinde kendi projelerinde kullanabilirsin.
Dosya formatları
- STL — 3D baskı için en yaygın mesh formatı — neredeyse her yazıcıda dilimlenip basılmaya hazır.
Bu modelin dosyaları Creality Cloud üzerinde barındırılır. Orijinal sayfayı açıp indirmek için yukarıdaki düğmeyi kullan.