June 22, 2026
Ink-credible printer chaos
Writing Postcards with a 3D Printer
He strapped a pen to his printer, almost stabbed the bed, and the internet loved it
TLDR: A maker got a 3D printer to write postcards with a pen attachment after dodging a bed-smashing startup problem by sending commands manually. Commenters were delighted, tossing out wild upgrades, easy-fix suggestions, and joking about everything from vinyl cutting to robot-powered forgeries.
A hobbyist turned a regular 3D printer into a postcard-writing machine by clamping a ballpoint pen to it, teaching it to move across paper, and narrowly avoiding a disaster when the machine tried to slam the pen into the print bed. Honestly, that near-catastrophe may be why people were so hooked. The community reaction was a mix of "this is genius", "this is terrifying", and "wait, can it do even more weird stuff now?"
The loudest vibe in the comments was pure maker chaos: one person immediately asked if this means the printer could also become a vinyl cutter, while another jumped in with receipts saying they’d already used a similar trick to draw circuit boards with a marker. In other words, the crowd instantly treated this less like a cute postcard hack and more like the start of a full-blown arts-and-crafts robot uprising.
There was also some backseat-engineering drama. One commenter suggested a simple pause trick that might avoid the dangerous startup crash, basically saying the whole problem could perhaps have been sidestepped with better timing. That’s classic internet energy: celebrate the build, then immediately try to rewrite the plot. Others took the story in a darker, funnier direction by linking to a video about making realistic handwritten forgeries, because of course the internet saw “robot handwriting” and went straight to fake signatures. And for anyone already falling down the rabbit hole, another commenter pointed to the Plotter Art subreddit, where this kind of pen-powered machine obsession is apparently a whole lifestyle.
Key Points
- •The author converted an Elegoo Neptune 4 Plus 3D printer into a postcard-writing device by mounting a ballpoint pen on the extruder.
- •A custom three-part pen adapter was designed in OpenSCAD, printed in PLA, and used a spring to maintain writing pressure on uneven paper.
- •The initial manual test showed that the printer could write cleanly when the pen was driven using manual axis controls.
- •The workflow used Inkscape’s Hershey Text extension to create single-stroke SVG text and svg2gcode to convert it into G-code.
- •Automatic Z-axis homing prevented direct print-file use, so the author built a custom WebSocket G-code streamer using Moonraker’s API to avoid homing and successfully write on paper.