Você está no 3DFinder
Buscamos em Thingiverse, MakerWorld e Printables ao mesmo tempo para te dar o melhor de cada uma.
Descrição
Please support me by using PrusaPrinters.org! If you want to support me, please download and(!) like this design on prusaprinters. If there are enough downloads&likes, i might get a spool of great prusa filament for free :-). There will also be the latest version from now on (as Thingiverse downloads are a bit broken at the moment)
Thanks Thanks go to jasmine-lv for the idea to create this version of the sweeping name plate, and for the photo of her print.
Customizer The Customizer on this website "Thingiverse" will not always work. In case your design is "stuck", please contant Thingiverse directly. There are many comments below that its "stuck", but the comments below are not read by Thingiverse.
Solution: In case this Thingiverse websites "customizer" does not work, please install and use OpenSCAD on your own PC. Instructions with screenshots how to set OpenSCAD up Instructions how to generate the STL file with OpenSCAD customizer
What is it?
- A desktop nameplate, sweeping around in a circle. Customize it to show your name or text (Press "Open in Customizer" above or install OpenSCAD on your own computer and see the instructions below regarding OpenSCAD).
- You can have 2 lines next to each other (as requested by jasmine-lv).
If you could take a picture of an actual print, please publish it via the "post a make" button. - I am curious to see your uses in the wild.
You can customize:
- You can add a big heart ♥, smiley ☺ or other special characters (†←→↑↓◄►♪♫☼♀♂♦♠♣∞#!?$%&*+@) in the middle of the two texts. And you can choose also special characters, like pen, clock, key, pin, star, gift, thumbs up, thumbs down, cogwheel, mail, cake, person, Instagram, Youtube, cloud, book, speaking bubble, puzzle piece, shopping cart, cloud download, boarding pass, trashcan, circular arrows, corona virus and many more.
- You can add magnets, as requested by leostevo. You can select sizes like a Cube 10x1, Cylinder 8x3, Cylinder5x2.5, Cylinder8x1.7 or Cylinder12x2.5. Also you can embed them in your print by increasing magnet_closing_layer to 0.2mm, as requested by Mavi222, check out his make for more info.
- "HiddenText" and "HiddenTextSize" will generate text on the underside of the base of the nameplate. Use it for notes, dates, hidden messages, etc.
- The roundness: Set "faces_segment=2" to have a quick preview in the customizer on this webpage. Once all is OK, set "faces_segment=8" to make the final render.
- The shown text.
- You can set "Bold", "Italic", etc, for each line. It must be supported by the text you selected though. (e.g. the default font "Bangers" does not support it)
- The number of text lines: You can leave some "textstring" variables empty, and there will be less lines generated. You can have 3 lines on top of each other, as requested by blitza700.
- The font. Nice is e.g.: "Orbitron", the default font "Bangers" or "Luckiest Guy". You can set all fonts (top line, bottom line and under-base-text) separately. By default, all are same as "fontname1".
- Each lines font size individually.
- The angle where the text is cut (lower angle will make printing easier)
- The distance between the lines
- The type of base (round, minimal_straight, pedestal, chamfered_rectangle, rectangle, rounded_rectangle). Thanks to rlsmith46 and bratoff for the idea. Use "minimal_straight" if you want to print the text face-down.
- Wether you want the text up (to put it onto a table, etc) or upside-down (e.g. to stick it on a wall)
- You can print caps for the text to glue them on top. Just set part_to_generate="text_caps". This was mrcpu's idea and request.
- You can add "swiss-cheese" holes in the base plate. This is an experimental feature for TheprofessorODK to add metal spikes to the model.
If you like it, please have a look at all my customizable creations. There are more configurable-text-based creations, multi-line label, gadget display stand, sweeping name plate, bunting banner, customizable text box III, pyramid text, name plate, Customizable text box with lid and round text. Have also a look at my configurable pack of dogs, rabbits, reindeers and santas. There are also useful coat hangers and finger toys.
Reference:
- The quote "Whatever it is, I'm against it." is from a song by Groucho Marx in the movie 'Horse Feathers'.
Thanks:
- Thanks go out to constantmotion, DynoCZ, MrCharlie, Cowfeet, Mavi222 and blitza700 for the great pictures of their prints.
- Thanks go to gaellafond for his excellent converter from SVG bezier curves to OpenSCAD which I used to add some more icons to the customizer.
- Thanks to thehans for his module rotate_extrude2 which automatically uses the best way to rotate-extrude both in Thingiverse and if you use your own OpenSCAD installation.
- Thanks to Sergey Ershov for his multimedia icons etc which are used here. Also thanks to Oleg Turbaba for his iconoteka icons. Thanks go out to Instagram for their Glyph.
- Thanks to raulfragoso for the additional magnet sizes.
- Thanks go to bratoff for finding a bug!
- Thanks go to Hamish Trolove for the script to generate holes in a regular pattern.
Have fun!
Customize using OpenSCAD:
If you want to use OpenSCAD on your own computer to customize (good idea!):
- Download latest version of OpenSCAD, (See section "Development snapshots" at (https://www.openscad.org/downloads.html) )
- Download the .SCAD file from here.
- Open the .scad file in OpenSCAD.
- Change the variables. You find them in the beginning of the .SCAD file. E.g. text="your text";
- Press "F5" to get a quick preview.
- Press "F6" when you like the preview. This will render the geometry and takes a little time.
- Press "F7" to save the geometry to an .STL file.
- Slice and print the .STL file. Also see: Instructions with screenshots how to set OpenSCAD up Instructions how to generate the STL file with OpenSCAD customizer
Additional hints for fonts:
- Make sure you know the fonts on your system, and choose only from them. The fonts listed in the code are the ones available on Thingiverse. By default, none are installed on your personal PC.
- In case you want to use the fonts i listed: All are available for free from google. E.g. download "Bangers" here: [https://fonts.google.com/specimen/Bangers](https://fonts.google.com/specimen/Bangers). Install all the fonts you want to use. Then restart OpenSCAD.
- Set the fontname (either an installed one or one preinstalled on your system) fontname="Bangers"; in the .scad file.
- Note: markostamcar wrote that his OpenSCAD did not pick up newly installed fonts:
- Workaround 1: Choose the option to "install for all users" when installing the fonts. (Thanks to volker48!)
- Workaround 2: The fonts are by default in C:/Windows/Fonts. Put the TTF files in C:\Program Files/OpenSCAD/fonts/Liberation-2.00.1/ttf instead and restart OpenSCAD.
- Workaround 3: Copy the font file to C:/Users/