
thin man bookmark
thingiverse
A Simple Bookmark Printer ========================== Prints bookmarks with 100 infills. Usage: ----- ```python print_bookmark() ``` Code: ---- ```python def print_bookmark(): """ Prints a bookmark with 100 infills. """ # Create the bookmark string bookmark = "Bookmark" # Add infills to the bookmark string for i in range(1, 101): bookmark += "\n" + str(i) * 5 print(bookmark) ``` Example Output: -------------- ``` Bookmark 55555 66666 77777 88888 99999 100000 ```
With this file you will be able to print thin man bookmark with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on thin man bookmark.