20 random bookmarks
Storage for the links
Storage for the links
the anti-social network. no algorithms. no tracking. text only. unapologetically unserious. privacy-first microblogging without data harvesting or email requirements.
Be anyone, anywhere, all in a visual novel-like form, with everything generated automatically.
I can't find the Dream Palace in the Ways Between. Do I need to unlock every Waystone to unlock it?
Funkwhale - A platform for all your audio
A curated list of amazingly awesome open source sysadmin resources.
Explore the differences between RocksDB and SQLite, including data models, use cases, and performance. Learn which database fits your needs with examples.
Experimental Logitech force feedback module for Linux - berarma/new-lg4ff
Umbreon is now available, and you have the choice between different file formats:STL3mf for Multicolor Video of printing the model: YouTube, Instagram, TiktokFor printing, I used PolyTerra PLA filament from Polymaker:4 colors version:Panchroma Matte Savannah YellowPanchroma Matte Lava RedPanchroma Matte Cotton whitePanchroma Matte Charcoal BlackTo discover which new models will be released next, follow @polymaker_figurines:Instagram, TikTok, YouTubeJoin the Figurines Community on DiscordHappy Printing!Printer settings on the Bambu Lab X1CRafts: NoSupports: YesResolution: 0.2mmInfill: 10%Filament brand: PolymakerFilament color: Yellow, red, White and blackFilament material: Panchroma Matte
This is a library function that fits between linear_extrude() and rotate_extrude(). It takes a 2D object and extrudes it in a spiral. Unlike linear_extrude, the 2D object is perpendicular to the path of the extrusion.This would have been much easier if OpenSCAD would allow me to access the points that make up the 2D objects the function is operating on.Comment out the example before using this as a library. I left it uncommented so that Thingiverse would show a picture of the example.Update: I found a bug where when the radius was less than 20, it would fail to generate anything. I found that the calculation inside the asin() function was resulting in 1+1e-14 which is not allowed for the asin() function, so it was returning nan. I have limited the result to a range of -1 to 1 to fix the problem.Update 2: Adjusted the size of the spiral segments so the segments slightly overlap (eliminates gaps in spiral). Added render() to segment because OpenSCAD was complaining of too many objects, and getting slow. Changed atan() to atan2() to avoid potential divide by zero. Added version number to file. (this version is 1.2).Update 3: I added the capability of doing flat spirals. I also found that the Starts variable was not working. I got that fixed. This is version 2.0The tapered spirals are not as smooth as I'd like.I'm also thinking of re-implementing this in a more generic way.I recorded a screen capture as I updated the file: videoThe image and STL file are the test objects in the library. If you import the library with the "use" function, these test objects will not be included.Update 4: I can't seem to leave this one alone. I re-implemented the spiral extrusion as extrude_spiral() and made a wrapper function named spiral_extrude() that calls extrude_spiral() for backswords compatibility. I did this because the previous design did not handle the equivalent of rotate_extrude() (the way it is documented with the Angle parameter instead of the existing function that only does complete circles). I also fixed a bug where the spiral was always an integer number of segments and ended up taller than requested.Update 5: Updated to version 3.1. I found and fixed a bug where the extruded object would extrude one more step than requested. From this point forward, extrude_spiral() is the preferred format, and spiral_extrude() remains as a wrapper of extrude_spiral for backwards compatibility. I hope I am done with this, and that this becomes obsolete when the next version of OpenSCAD is finally released.
Boost MeBoosts keep me alive. Let 'em rain like there's no tomorrow!Edit 1.2135mm Heart shape fabric print profile added107mm Star shape fabric print profile addedEdit 1.1Connector design addedLock pin.STL & Lock Washer.STLConnector print profile (PLA)Lots of photosConnector info belowNasa fabric from triangle tilesWorks as a fidget or as a part of cosplay armor. This is far the coolest thing that I've modelled and printed. Through errors to success!Triangle side length 15mm13mm thickClearance between the tiles is 0,3mm, 1st layer clearance bigger (small chamfer)Holds easily your bodyweight if you load it evenly Print info:Print files and STL's for 3 different sizesMake sure that your Z offset is adjusted properly especially if you print with other brands than Bambu.Smallest triangle fabric is a good test piece, but it doesn't give the feeling of nice 3d printed fabric. Print files work nicely, I prefer to use those. Biggest sizes are made for dual color print with 1 color change → 0,8mm of tiles surface different color, prime tower not neededPrint it solidTest fabrics printed with Sunlu's PLA MetaPrint takes time, hope you have it - But it'll be worth itConnector info:You are now able to join fabric pieces together with a double pin connectorPrint a test piece firstPins go through the fabric, between the knots. I used every second knot hole to connect.Washers are installed from inside with a double-click feature. 1st click holds and 2nd click locks. Pin has 2 grooves.Test pieces made from Sunlu's PLA meta and Fujtechs Silk PLA. Connection made with PLA meta is openable several times, but Silk PLA breaks easily. It's quite cool though.My hand didn't fit through the fabric loop after I connected it when I took those pictures. Gladly I had firewood :)
alternative brick system similar to lego | Download free 3D printable STL models
Samurai jacket collar from Cyberpunk 2077. There are three different sizes based on shoulder width (3 inch, 4 inch, 5 inch).
Feel free to message about custom sizes!
This is just the collar, will update with more pieces soon as a bundle!
A holder for 12 Nintendo Switch cartridges that looks somewhat like a Mario brick block.Measures 656565mm.Sorry about the black lid in the photos, I ran out of white filament. The intention was to paint it, which will have to wait until more while arrives ;)Obviously, you only need to print the lid and the base, the other 2 STL files are included only for reference.I chose to print the lid the correct way up, so that the top surface was finished nicely. If you are better (more patient?) than me at calibrating your printer, you may be able to print it the other way up and avoid supports.Print SettingsPrinter brand:CrealityPrinter:Ender 3 ProRafts:NoSupports:YesResolution:.16Infill:10%
Instantly fetch and display favicons from any website. Simple, fast, and free API for developers.
Slicer to prepare your 3D printing projects
Sample commands to stream Pi webcam video to RTMP sink - ffmpeg-rtmp-streaming