Search models, users, collections, and posts

Parametric business card - type d

IP Report

Print Profile(1)

All
P1P
P1S
X1
X1 Carbon
X1E
A1
A1 mini
H2D
H2D Pro
H2S
P2S
H2C
X2D
A2L

0.08mm layer, 2 walls, 100% infill
0.08mm layer, 2 walls, 100% infill
Designer
2.2 h
1 plate

Open in Bambu Studio
Boost
282
667
6
21
487
133
Released 

Description

After several months, I can finally make the parametric business cards available in a new vertical version!
 

Have you ever thought about how surprising it could be to give (or receive) a business card that's not just a little rectangle of paper, but an actual mini 3D-printed, personalized object?
Imagine presenting your work with something that already speaks for itself just by looking at it: a small embossed logo, a unique texture, maybe even a QR code that takes people straight to your website or LinkedIn profile. It’s like saying: "Hey, this is me, and I like to do things big (even in miniature)."

Think about it: with a simple QR code on your card, you can share a whole world of information that would never fit on a traditional card! A portfolio, an intro video, even a map to your office. It’s not just a business card; it’s an interactive experience! 🚀

 

In this awesome new format, I’ve also added several exciting new features:


First and foremost, the ability to include a QR code by specifying the link (or message), dimensions, and position.
The QR code is optional and can be turned off by setting QR = false
 

You can now add a circle around the logo if you want. 
Don’t want it? Just set CIRCLE_RADIUS = 0.

 

For those interested, there’s also an option to add a decoration where you can specify both the vertical position and the angle. 
I’ve also increased the number of text lines.
In addition to “COMPANY” and “SLOGAN,” there are now 5 more customizable lines where you can write whatever you want, choosing the font and size as well.
Here are a few examples!
 




 

Each element also has a TRANSLATE parameter so you can decide exactly where it should be placed.

For example, you could display your name first, then the logo and email, or choose to have the QR code at the top and the logo at the bottom.

I hope this new version is truly customizable and I can’t wait to see your creations! 😊
 


Alternative versions

 

I want to say thanks to everyone who supported this project by making some alternative version of this business card available. 
Hope you like it!
 

Business card type a
Business card type b

 

Business card type c

 

 

Printing Instructions

This model is super easy to print and doesn't need any supports or post-processing.

You can print it with a 0.4mm nozzle and a layer height of 0.08mm. If you've reduced the text size, you might want to try a 0.2mm nozzle.

For the colors, I've set a color change at the third layer in the preview page.

For those interested, I've uploaded the .3mf file (Bambu Studio) with the color change already configured.


Material: PLA 
Layer Height: 0.08mm 
Initial Layer Height: 0.16mm 
Infill: 100% (Rectilinear) 
Top Surface Pattern: Hilbert Curve 
Wall Generator: Classic
Detect thin wall: true
Supports: NO
 

Layer 1: base color
Layer 5: decor color
Layer 7: text, logo and qrcode color

 

Are other versions available?

 

You can find alternative versions on my profile and more will be published in the future. 
If you have any suggestions to improve it, leave a comment. I'll do my best to make this project even better!


If you need a hand and can't customize the file, just leave a comment. If I can, I'll be happy to help you out!

 

Additional Information

If you like this model and want to support my work, you can give me a "boost" 🚀 or buy me a [Ko-Fi]. 
 

Boost Me (for free)

Your contribution, no matter how small, helps me buy new spools of filament for creating my prototypes. ;) Thanks in advance! :)


 

Comment & Rating (6)

(0/1000)

I used this customize to create a lot of many friends' cards and they love it! Thanks for sharing such a nice and easy tool and please keep up good work.
0
Reply
Hi, i add scad code for keychain hole, // Add hole for keychain KEY_CHAIN_HOLE = true; // Position of keychain hole KEY_CHAIN_HOLE_POSITION = "Top Left";//["Top Right","Bottom Left","Bottom Right"] // Keychain hole X offset KEY_CHAIN_HOLE_X_OFFSET = 0; // Keychain hole Y offset KEY_CHAIN_HOLE_Y_OFFSET = 0; // Radius of keychain hole KEY_CHAIN_HOLE_RADIUS = 3; module business_card_type_d() {        color("blue")         linear_extrude(z_lower)         difference(){         rsquare(x, y , rd = [ANGLE_ROUNDNESS,ANGLE_ROUNDNESS,ANGLE_ROUNDNESS,ANGLE_ROUNDNESS], draw_in_center = true);         render_keychain_hole();         }        render_logo();         render_logo_circle();        render_text();        render_border();        render_decor();        render_qr();        //render_keychain_hole();} module render_keychain_hole(){     if (KEY_CHAIN_HOLE == true){         if(KEY_CHAIN_HOLE_POSITION == "Top Left"){             translate([37,21,0])             translate([KEY_CHAIN_HOLE_X_OFFSET,KEY_CHAIN_HOLE_Y_OFFSET,0])             rotate([0,0,-90])             circle(r = KEY_CHAIN_HOLE_RADIUS);         }         if(KEY_CHAIN_HOLE_POSITION == "Top Right"){             translate([37,-21,0])             translate([KEY_CHAIN_HOLE_X_OFFSET,KEY_CHAIN_HOLE_Y_OFFSET,0])             rotate([0,0,-90])             circle(r = KEY_CHAIN_HOLE_RADIUS);         }         if(KEY_CHAIN_HOLE_POSITION == "Bottom Left"){             translate([-37,21,0])             translate([KEY_CHAIN_HOLE_X_OFFSET,KEY_CHAIN_HOLE_Y_OFFSET,0])             rotate([0,0,-90])             circle(r = KEY_CHAIN_HOLE_RADIUS);         }         if(KEY_CHAIN_HOLE_POSITION == "Bottom Right"){             translate([-37,-21,0])             translate([KEY_CHAIN_HOLE_X_OFFSET,KEY_CHAIN_HOLE_Y_OFFSET,0])             rotate([0,0,-90])             circle(r = KEY_CHAIN_HOLE_RADIUS);         }     } }
designer
3
Reply
I am having problems with this model
Show original
0
Reply
Can you please help me add my logo into this? I tried adding a part, but every time i slice it's not filling like the QR code
0
Reply
Printing this right now. For people who are seeing the odd characters on the bottom, the easiest resolution I found was to just paint the bottom of the card with a solid color to get one layer down.
0
Reply
Hello Thank you for this fantastic model! A deeper level of customization would be wonderful, such as: logo removal, more fonts, the ability to add images or FNC tags, etc :)
Show original
0
Reply
No more

License

This user content is licensed under a Standard Digital File License.

You shall not share, sub-license, sell, rent, host, transfer, or distribute in any way the digital or 3D printed versions of this object, nor any other derivative work of this object in its digital or physical format (including - but not limited to - remixes of this object, and hosting on other digital platforms). The objects may not be used without permission in any way whatsoever in which you charge money, or collect fees.