Anyone who has tried to replace a cracked deck fitting or a stripped thru-hull with a 3D-printed part knows the problem: the STL you found online was modeled for someone else's boat. A new Italy-built marketplace called MarineLab3D turns marine spare parts into parametric, on-demand 3D prints instead of shipping fixed files, letting buyers enter their own diameter, thread pitch, and length and generate a model built to fit before they ever hit print.
The distinction sounds small until you've stared at a parts bin full of near-miss brackets. Static marine file libraries — the Thingiverse-style repositories most boaters have relied on — work by accumulating one file per boat configuration: a bilge pump adapter for a 2004 Bayliner, a slightly different one for a 2011 Sea Ray, and so on, forever, because no two hulls, engines, or plumbing runs are quite alike. MarineLab3D's pitch is that this is a structural dead end. Instead of adding another file to the pile, the platform generates one parametric design per part type and lets the geometry adapt to the boat in front of you.
How the Generator Works
Under the hood, MarineLab3D's models are built with JSCAD, the open-source, code-based CAD library that defines geometry through JavaScript functions rather than static mesh data. That's what makes on-the-fly customization possible: instead of hosting a finished .stl, the platform hosts a parametric function that takes user inputs — diameter, thread size, overall length, and on some listings a field for embossed text such as a boat name or hull ID — and computes a fresh mesh at request time. Before the file is handed off, the platform runs a watertight mesh check, a validation step that confirms the generated geometry is a single closed, manifold surface with no gaps or self-intersections that would otherwise produce a botched slice or a part that leaks at a seam.
For parts that live below the waterline or seal against fluid — pump housings, fitting caps, hose barbs — a manifold-guaranteed export matters more than it does for a decorative bracket, since a non-watertight mesh can slice into a shell with pinholes invisible until the part is under water pressure.
What's in the Catalog
At launch, MarineLab3D lists 52 products spread across five categories: engine and propulsion, interior and cabin, plumbing and pumps, deck and rigging, and tools. Fifteen of those are free; the remainder are priced between €4.99 and €9.50 (roughly $5.69–$10.83 at current exchange rates), a range that puts a customized, boat-specific part well below the cost of a marine-supply-store replacement or a custom machining job, even before accounting for print time.
The tools category is where the marketplace's outside-contributor model is most visible. An independent listing on Printables.com — a tapered silicone smoothing spatula for sealant work, published under the MarineLab3D name — corroborates that the platform functions as an active publisher distributing parametric nautical tool designs beyond its own storefront, not just a closed catalog of proprietary parts.
Material options extend past standard FDM filament. Listings span FDM-friendly plastics such as ASA, PETG, carbon-fiber-reinforced nylon, and TPU, alongside SLA/SLS resin options for finer detail work, and CNC-machined steel or aluminum for select parts where a printed polymer isn't appropriate. That range matters for a marine catalog specifically, since UV exposure, salt water, and fuel or oil contact rule out plenty of otherwise-serviceable filaments for parts that live outdoors or near an engine bay.
A Revenue Share for Outside Designers
MarineLab3D isn't building its entire catalog in-house. The platform accepts submissions from outside creators, who retain intellectual property ownership of their designs and earn a 50–70% revenue share on sales — a split that lands on the generous end for a marketplace model, though it's worth noting the top of that range likely applies to exclusive or high-volume submissions rather than a flat rate across the board. Submitted designs carry a minimum listing price of €4.99, which sets a price floor under the free tier and keeps the marketplace from being flooded with zero-value filler. At launch, the house account accounts for most of the catalog, with a smaller number of listings credited to outside contributors, including designer Gian Luca Pistoni — an early sign the submission pipeline is functioning rather than existing only on paper.
For designers already fluent in parametric or code-based CAD — OpenSCAD veterans in particular should find JSCAD's function-based approach familiar — this creates a monetization path that doesn't require running separate storefront infrastructure, handling payments, or fielding the fit-and-tolerance support requests that come with static STL sales, since the parametric layer absorbs most of that dimensional variance automatically.
What It Means for Makers
The practical upside for boat owners is straightforward: fewer failed prints from guessed dimensions, and no more scrolling through a dozen near-identical STLs hoping one happens to match a specific pump housing or rail diameter. Entering the actual thread size and length and getting back a model built to that spec removes a failure mode that's plagued marine 3D printing since it began — printing something that's visually close enough on a preview thumbnail but off by a millimeter where it counts.
The watertight validation step is the detail worth paying attention to. Plenty of parametric generators on other platforms will happily output a non-manifold mesh if the input parameters are unusual enough, leaving the user to discover the problem only after a slicer throws errors or, worse, after a part fails once it's installed. Running that check server-side, before the file reaches the maker, shifts the burden of catching bad geometry off makers who may not be comfortable diagnosing mesh errors in the first place.
Pricing sits in a sensible spot too. At under €10 for most listings, a custom-fit part is cheap enough that there's little reason to gamble on a free static file that might not fit, particularly for anything load-bearing or fluid-sealing. The free tier — 15 of the 52 products — gives new users a way to evaluate the workflow, including the embossing option on some parts, before paying for anything.
The bigger question is catalog depth. Fifty-two products across five categories is a solid opening lineup but a fraction of what static-file libraries have accumulated over a decade of crowdsourced uploads. Whether MarineLab3D's revenue-share model is attractive enough to pull a critical mass of designers away from free-upload platforms — and toward building genuinely parametric, code-based models rather than single-configuration STLs — will determine whether this approach scales past a promising pilot into something that actually replaces the file-per-boat status quo it's positioned against.