When regular people think of 3D printing, they likely imagine semi-newfangled objects like twisty vases and useless trinkets. But there is so much more to 3D printing, as [andrei.erdei]’s printed, woven coasters demonstrate.
The design is based on the stake and strand basket weaving technique, which uses rigid strips called stakes in one direction and thinner strips called strands in the other. Since the flexibility of PLA is questionable, [andrei] printed the stakes already bent in a square wave pattern that accommodates the strands fairly easily. To tie the coasters together and make them look more polished and commercial, [andrei] designed a holder as well.
The awesome thing about this technique is that you can do so much with it, like varying the stakes’ widths or making them diagonal instead of square. [andrei] designed these in Tinkercad using Codeblocks; of course, they are open source. Be sure to check out the assembly video after the break.
Continue reading “3D-Printed Woven Coasters Save Tabletops In Style”








Here’s a simple FET circuit that lets you switch power to, say, a USB port, kind of like a valve that interrupts the current flow. This circuit uses a P-FET – to turn the power on, open the FET by bringing the GATE signal down to ground level, and to switch it off, close the FET by bringing the GATE back up, where the resistor holds it by default. If you want to control it from a 3.3 V MCU that can’t handle the high-side voltage on its pins, you can add a NPN transistor section as shown – this inverts the logic, making it into a more intuitive “high=on, low=off”, and, you no longer risk a GPIO!