Personalized License Plate Keychain
Print Profile(1)

Description
📌 License Plate Keychain Model — Customizable Features
1️⃣ Plate Text
🔹 plate_number
• Description: The main text on the license plate (e.g., "17 ABC 17")
• Customizable: ✅
• Usage: plate_number = "Your desired plate";
🔹 plate_subtitle
• Description: The small text at the bottom of the plate (e.g., "CIZGE3D")
• Customizable: ✅
• Usage: plate_subtitle = "Your desired text";
2️⃣ Font and Settings
🔸 plate_font
• Description: Font for the license plate number
• Customizable: ✅ (Use fonts installed in OpenSCAD)
• Example: "Albert Sans:style=Bold"
🔸 plate_font_size
• Description: License plate number font size
• Customizable: ✅
• Example: 7
🔸 plate_font_spacing
• Description: Letter spacing for the license plate text
• Customizable: ✅
• Example: 1.1
🔸 subtitle_font
• Description: Subtitle font
• Customizable: ✅
• Example: "Albert Sans:style=Bold"
🔸 subtitle_font_size
• Description: Subtitle size
• Customizable: ✅
• Example: 5.0
🔸 subtitle_font_spacing
• Description: Subtitle letter spacing
• Customizable: ✅
• Example: 1.1
3️⃣ Text Thickness and Extrusion (Offset)
🔹 extrude_thickness
• Description: 3D print height of the text
• Customizable: ✅
• Example: 0.9 mm
🔹 offset_radius
• Description: Extrusion (offset) radius around the text
• Customizable: ✅
• Example: 0.25 mm (optimized for 0.4 mm nozzle)
4️⃣ Plate Dimensions and Design
🔸 plate_width (70 mm in code)
• Description: Total width of the plate
• Customizable: ✅ (modified in code)
🔸 plate_height (22 mm in code)
• Description: Total height of the plate
• Customizable: ✅
🔸 plate_thickness (1.8 mm in code)
• Description: Main plate thickness
• Customizable: ✅
🔸 corner_radius (2 mm in code)
• Description: Corner rounding radius
• Customizable: ✅
🔸 hole_diam
• Description: Keychain hole diameter
• Customizable: ✅ (e.g., 3.0 mm)
🔸 hole_position
• Description: Position of the keychain hole on the plate (x, y)
• Customizable: ✅
5️⃣ Colors
🔹 blue_color
• Description: Color of the blue plate area (hex code)
• Customizable: ✅
🔹 white_color
• Description: Main plate white color
• Customizable: ✅
🔹 black_color
• Description: Black frame color
• Customizable: ✅
🔹 plate_text_color
• Description: License plate number text color
• Customizable: ✅
🔹 tr_text_color
• Description: Color of the "TR" text
• Customizable: ✅
🔹 subtitle_color
• Description: Subtitle color
• Customizable: ✅
Easily customize all these features in the code to design your own unique and personalized license plate keychain! 🎨✨


Comment & Rating (14)