MakerWorld
Decor
Voir le modèle
Table Numbers
65
Téléchargements
14
Likes
38
Makes
Table NumbersThe numbers simply clip in at a angle, don't apply too much force or it will break, it's not meant to go all the way in.Numbers 1-12 are available to download.If you need more:import the code below into open-scad ( -either download it or use a online tool) and modify the bold value.// Parameterssign_width = 88; // Width of the sign in mmsign_height = 88; // Height of the sign in mmsign_thickness = 2; // Thickness of the sign in mmcorner_radius = 5; // Radius for rounded cornerssingle_digit_size = 65; // Font size for single-digit numbersdouble_digit_size = 45; // Font size for double-digit numbersgrid_columns = 4; // Number of columns in the gridspacing = 5; // Space between the signsnumber_extrusion_height = 1; // Extrusion height for the numbersmodule rounded_rectangle_2d(width, height, radius) { difference() { // Base rectangle with rounded corners minkowski() { square([width - 2 * radius, height - 2 * radius], center = true); circle(radius); } }}module sign_wit
Vous avez imprimé ce modèle ? Connectez-vous et partagez votre make !
Connectez-vous pour laisser un commentaire
Se connecterPas encore de commentaires – soyez le premier !