Every maker knows the moment: you download a great-looking STL from a model repository, load it up, and realize the mounting hole is 2mm too small, or the wall needs to be thicker to survive a press-fit, or the lid just doesn't quite clear the box. The model is 90% right, but "close enough" isn't good enough, and firing up a full parametric CAD package to fix one dimension feels like using a sledgehammer to adjust a picture frame. Solidon3D, a new desktop application from developer Robert Schneider of RS Digital, is built specifically for that gap — the space between "I found a model" and "I have a part that fits," without requiring anyone to learn feature trees, sketch constraints, or boundary representations along the way.

The pitch is narrow and deliberate. Solidon3D isn't trying to replace Fusion 360 or FreeCAD for people designing parts from scratch. Instead, it targets the much larger population of makers whose actual workflow is "take an existing mesh and adjust it" — the person who needs to punch a ventilation slot into a downloaded enclosure, thicken a wall on a bracket that snapped, or resize a phone stand by a few millimeters to fit a case. That's a wide swath of what actually happens at 3D printers, and it's historically been served poorly: mesh editors are clumsy for precise dimensional changes, and CAD tools demand you rebuild the geometry as a parametric model before you can touch it.

Four Workflows, One Shared Scene

According to the developer's site, Solidon3D organizes its capability around four distinct workflows that all feed into a single scene and a shared non-destructive operation history — meaning you can mix and match them on the same project rather than picking one mode and living with it. The core offering is direct STL editing: the software exposes 91 operations that let users add holes, cut pockets, and adjust wall thickness as clickable, reversible features on an imported mesh, rather than raw vertex-pushing.

Alongside that sits a build-from-dimensions mode, which draws on a library of 23 parametric building blocks — nut seats, threaded inserts, hinges, and similar mechanical primitives — that can be dropped in and dimensioned numerically instead of hand-modeled. A third mode generates geometry from a text prompt or reference image, and a fourth offers freeform sculpting tools for organic shaping. Because all four write into the same operation history, a user could, in principle, generate a rough starting shape, refine it with sculpting, then switch to precise dimensional editing to cut a bolt hole at an exact diameter — without exporting between separate tools.

The AI-assisted layer is opt-in rather than baked in: Solidon3D can route generation requests to a locally-run Ollama instance or to a user-supplied API key, and it exposes a built-in MCP server that lets the software be driven or scripted through Claude Code rather than only through its own UI. That's a notable design choice for a category — AI-assisted modeling — that has largely defaulted to cloud APIs.

Offline by Design, Not by Accident

The file-format and platform story is conventional but solid: Solidon3D imports STL, 3MF, STEP, OBJ, and GLB, and exports those same formats plus PLY. It runs natively on Windows 10/11 (64-bit), macOS 12+ on both Apple Silicon and Intel, and Linux via Flatpak. Printer-specific output is handled through 16 built-in printer profiles. What sets the architecture apart from most AI-adjacent modeling tools launching in 2026 is what it doesn't do. Per the developer's own description — and echoed independently by VoxelMatters' coverage published August 22 — the application runs fully offline with no telemetry and no cloud dependency for its core editing functions. Projects save as local JSON packed inside a zip file, and there's no account or cloud storage requirement to use the software at all. VoxelMatters frames this as a contrast to browser-based and cloud-hosted AI modeling tools that typically require an account, a subscription, and a live connection just to open a file. For makers wary of sending their designs — some of them client work, some of them simply private — through a third party's servers, that's a meaningfully different trust model than the norm.

Pricing and Availability

Solidon3D's full-featured demo went live on August 20, 2026, and per the developer's site it remains free, unwatermarked, and unrestricted through October 30, 2026. That's an unusually generous evaluation window compared to typical 30-day trial software, giving makers a genuine multi-month test drive on real projects before any purchase decision. After the trial period, or for those who want to buy now, a full license is priced at €69 as a one-time purchase, covering all 1.x version updates; that introductory price rises to €99 after January 31, 2027. The license is tied to a person rather than a single machine, so it covers use across multiple computers for the same user — useful for anyone who splits time between a desktop workstation and a laptop.

What It Means for Makers

The practical value proposition here is time saved on the single most common friction point in downloaded-model printing: dimensional mismatch. A part that's almost right but needs a hole moved, a wall beefed up, or a flange resized is an everyday occurrence for anyone printing other people's designs, and until now the honest options were either learning enough CAD to do it properly or fighting a mesh editor that wasn't built for precision. Solidon3D's bet is that a tool purpose-built around "edit what exists" — with numeric building blocks for the mechanical bits that need to be exact, like threaded inserts and hinges — can serve that need better than either extreme. The offline-first, no-account architecture is also worth noting on its own merits, independent of the editing features. In a year when AI-assisted design tools have leaned heavily toward cloud subscriptions, a locally-run application with an optional, user-controlled AI layer (bring your own Ollama instance or API key) is a distinct choice that will appeal to makers who print client parts, prototypes under NDA, or just don't want their geometry passing through someone else's servers. With the demo running unrestricted through the end of October, there's little reason for makers hitting this exact problem — a downloaded STL that's 90% right — not to try it before deciding whether the €69 introductory license is worth it.

Sources