Slicer Discord
Free Home Appliance Accessories STL Download - another door clamp (customizable)by user5771605631 – 3D-Druckmodell von Creality Cloud Creality Cloud

Free Home Appliance Accessories STL Download - another door clamp (customizable)by user5771605631

von
0 Downloads
0 Likes
0 Makes
Zum Modell
// ============================================================// Bloqueur de porte parametrique// Auteur : ChatGPT + PAK — CC BY-SA 4.0// ============================================================use <BOSL2/std.scad>$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 && L>=H) ? "x" : (W>=L && W>=H) ? "y" : "z") : axis; // Utilisation de la syntaxe moderne de BOSL2 pour les edges edgesel = (ax=="x") ? "X" : (ax=="y") ? "Y" : "Z"; // borne de sécurité : chanfrein <= moitié du plus petit axe perpendiculaire ch_max = (ax=="x") ? min(W,H)/2 : (ax=="y") ? min(L,H)/2 : min(L,W)/2; ch = min(chamfer, ch_max - 0.001); // Utilisation de l'anchor moderne cuboid(size, chamfer=ch, edges=edgesel, anchor=(center ? [0,0,0] : [0,0,-1]));}// t
Quelle
Creality Cloud
Veröffentlicht
Was du zum Drucken brauchst: Anfänger Niedrige Konfidenz
Einteilig
Supports 1/3
Zusammenbau 0/3
Einstellungen 1/3
Druckbett 0/3
Nachbearbeitung 0/3
Drucker
FDM / FFF
Dateiformat
STL
Material
ASA
Software
Cura, PrusaSlicer o. Ä.
Noch keine Bewertungen
Noch keine Kommentare – sei der Erste!

Ähnliche Modelle

6 Vorschläge
Feed Blog Slicer Kostenrechner Bildersuche Einreichen Kontakt Discord ☕ Buy me a coffee
DE EN FR ES IT NL

Zur Sammlung hinzufügen