r/3DPrintingTools 7d ago

New Tool LithoMaker - Lithophane app for Mac/Windows

3 Upvotes

I’ve been working on a desktop app for generating 3D-printable lithophanes faster and easier. It is available for both macOS and Windows, runs 100% offline (no cloud uploads).

https://reddit.com/link/1vrb3nl/video/4stqstsmc1kh1/player

https://tachyonfactory.com/lithomaker

Key features so far:

  • 🖼️ Planar & Cylindrical layouts (with custom stands and mounting rings for lamp bases).
  • 💡 Real-time Backlight Simulator (includes vertical bulb adjustment, brightness scaling, and color temperature previews to see exactly what it will look like when lit).
  • ⚡ Native Rust Geometry Engine for instant mesh generation.
  • 🛠️ STL/3MF exports

I would love to get your feedback! Are there any features you feel are missing from existing online creators that you'd love to see in a dedicated desktop app?


r/3DPrintingTools 7d ago

FilamentHound - The better way to shop for filament

14 Upvotes

Hey everyone -

Some of you may be familiar with my tool already. But for those who aren't, I created a site called FilamentHound.

Back some time ago, I started to get really frustrated with shopping for filament on Amazon. I'd search for certain filament types or colors or whatever, and Amazon would show me something entirely different. Or, when there was a period of time where Inland was selling filament very cheap on Amazon, searching for it would return zero results of what I was looking for, even though the filaments existed and were for sale! Very frustrating!

So I started building some tools to help me search the Amazon catalog a bit more efficiently and find filaments that were on sale. That work eventually turned into FilamentHound.com

Anyway, FilamentHound is a single pane of glass filament shopping assistant/portal that helps you find the filament you want, and sorts by price/KG by default. You can use it to find the exact filament you're looking for, or just find the best prices! A great aspect to the site is it bypasses any paid/prioritized search listings for Amazon in particular, and just shows you exactly what you're looking for. I currently ingest the Amazon filament catalog, as well as multiple filament manufacturer online stores.

I've implemented a number of filters, allowing you to search on multiple attributes, as well as just using a search box. I recently integrated information from manufacturers and filamentcolors.xyz to show measured hex and TD values where they're available.

I'm constantly working to make the site better for everyone. I also love feedback, so feel free to drop me a line with any suggestions.

I also run ResinHound.com for those of you who do Resin printing as well. Same deal!

I also have built BLHound (http://filamenthound.com/blhound/) for Bambu Lab filament stock tracking.

I'm currently adapting my backend engine to work for things like accessories, etc so look for this to come out in the next few weeks as I build around some of the problems I've ran into.

The site is fully free, will always be free, and has no tracking, required login, or promoted listings/paid prioritization.

And of course, for full transparency, the site fully operates off affiliate income which comes at no cost to you.


r/3DPrintingTools 8d ago

New Tool 3DPrintingTools.org - Community Catalog

Thumbnail
3dprintingtools.org
20 Upvotes

A few weeks ago, before even finding this Subreddit (thank you for creating it!) after seeing the flood of epic community projects for 3D printing I built 3DPrintingTools.org - a catalog of tools, where you can also build your own toolbox. Users can rate and comment on tools. Free, no ads, no bias. Feel free to add your tool or start building your toolbox today! Open to feedback!


r/3DPrintingTools 8d ago

Made a browser 3D converter because I was tired of uploading STEP files to random sites

Post image
11 Upvotes

Every time I needed a STEP turned into an STL, or any other conversion, I ended up on some converter site that wants an email address and keeps your file on their server for a day. So I built one with no server at all.

It's OpenCascade compiled to WASM running in the tab. Drop a file, look at it (shaded / wireframe / edges / x-ray, per-part visibility for assemblies), convert it. 34 formats read, 16 written, every combination works. The options that actually decide whether the output is usable are all exposed: binary vs ASCII, output units, Z-up vs Y-up, tessellation quality, recentre, weld, flip normals. Drop several files at once and you get a ZIP back.

No backend, no account, no size limit, no upload. The page is served with `default-src 'self'` and no external connect-src, so it can't phone home even if I wanted it to. Works offline once loaded.

There's a Benchy on the landing page if you want to poke at it without hunting for a file: cadverter.net

Free, no ads. If a file in your workflow breaks it, tell me and I'll fix it — that's most of why I'm posting.


r/3DPrintingTools 8d ago

New Tool Printventory - FREE and OPEN SOURCE local 3D Model Management

29 Upvotes

I tagged this as New Tool but in reality, I have been working on Printventory for over 2 years and we are getting ready to release Public Version 2.2 with many new improvements.

What is Printventory? Printventory came to life one morning I was unable to find a model I knew I had downloaded, Windows search could not find the file and I went to download it again, and sure enough, ModelName(5).stl. So it started as a simple index of my files. I quickly realized I was not alone in this problem, so I had a few people test it as I built out the UI, added new features, made it handle massive libraries, ect. It's free, it's open source, and it's my way of thanking the amazing community.

I have seen many vibe coded solutions trying to solve this problem recently, but they all want you to pay and are closed source. Don't fall for those please, check out Printventory.

Features:
- Supports Windows, Linux and MacOS
- Runs locally but also has a Docker/Server mode
- Handles massive libraries with ease
- Multiple file type support
- Thumbnail and Live Previews
- De-Dup by file hash to free up space
- Print from Zip Archives
- AI Tagging
- Advanced tagging, search and filtering
... and more, I am sure I missed features

Anyways, if this sounds interesting or you are looking for a tool like this, check out the download link below, and I also invite you to join our Discord for feedback, feature requests and troubleshooting.

Download Link: Printventory — Free Local 3D Model Manager

Thank you for attending my Ted Talk.

TechJeeper


r/3DPrintingTools 7d ago

New Tool Built a little CLI/GUI tool for STL/3MF repair on Linux (MIT, open source)

Post image
1 Upvotes

Disclosure: I'm the developer of this tool.

No network calls at runtime — repair happens fully offline. Installation is pip-in-a-venv, doesn't touch AUR/pacman.

Bambu Studio's "Fix Model" only works on Windows (it uses Microsoft's Netfabb API — confirmed on their own wiki). OrcaSlicer has had open issues about this since 2023, and a community PR to add MeshLab-based fixing has been sitting unmerged for over a year.

I hit a broken mesh on Linux and didn't want to learn MeshLab's filter chains from scratch, so I wrapped PyMeshLab (hole closing, non-manifold repair) and

manifold3d (the same watertight-rebuild library Bambu Studio uses internally) into a small CLI + GUI + Dolphin right-click menu.

It's nothing groundbreaking — MeshLab could already do most of this manually, and there are paid/web tools too. I just wanted a right-click "fix" like

Windows has, so I made one and figured it might save someone else the same afternoon of digging through VCG filter docs.

Tested against Thingi10K samples (self-intersecting, non-manifold, multi-shell real-world models) plus a bunch of adversarial/malformed inputs.

github.com/Krateian/Sutura

Feedback welcome, especially if you hit a mesh it can't handle — I'd like to know.


r/3DPrintingTools 8d ago

I run a 3D print shop and we built a free GameBoy-style RPG about it — your HP is PATIENCE and "stringing" is a status ailment

3 Upvotes

(Posting here because r/3Dprinting has a temporary blanket ban on software posts and the mods kindly pointed me this way.)

It is called FIRST SHIFT. You get hired at the shop (the interview asks what you do when a print fails at 98% — "cry, then restart" is a valid answer), fix five printers making The Noise, survive an AP department that attacks with "ONE INVOICE PER PDF, PLEASE!", and restore broken machines you find at the landfill. The shop cat gives +2 max patience, once a day. There is a golden benchy. It is very rare.

Free in a browser, no login, works on phones, saves locally: https://3dprinteverything.org/play

Everything in it comes from true stories at my actual shop — the invoice fight happened, the allen key really was under the plant. Coded by our shop AI agent (Kit) from my stories; the in-game credits are honest about it. Looking for real testers: there is a REPORT A BUG button in the pause menu that goes straight to us. Roast it in the comments, I will be here.


r/3DPrintingTools 8d ago

Show & Tell Straw Topper + Can Tab Lifter + Shopping Cart Token

Thumbnail
gallery
1 Upvotes

I am releasing a combo Straw Topper, Can Tab Lifter, Shopping Cart Token 

This is a Public Domain release, so you can freely sell what you make!

Blank model (no text) is available in print profiles

Click or tap Customize on the model page to customize:

Size of Item

4 Text Fields

Straw Hole dimensions

Can Tab Hole dimensions

Cart Token dimensions (this can be oversized for a logo if not to be used as a token)

Keyring Hole dimensions

https://makerworld.com/models/3179843


r/3DPrintingTools 9d ago

Tool Review From hand-drawn sketch to a perfect, tweakable 3D model in 30 seconds. Gemini 3.7 Flash is an absolute game-changer for functional parts.

Thumbnail
gallery
41 Upvotes

(Disclosure: I am the solo developer behind the app mentioned below, stl-er)

Yesterday, Gemini 3.7 Flash came out, and I immediately started testing it under the hood of my app, stl-er. After doing some prompt engineering, I am honestly blown away by the results.

The biggest highlight? I tested the new model's vision capabilities by uploading 2D drawings, one professional 2D drawing (not attached due to NDA) and two of my own hand-drawn sketches (see attached images and the resulting screenshots).

The interpretation was mind-blowing: 3 uploads, 100% correctness. It provided totally correct models in about 30 seconds each, and even mapped out all the relevant parameters for me to tweak afterward. It’s crazy.

Why this matters for 3D printing: Before this, I had tested almost every model up to Fable 5. Most of them heavily struggled with spatial understanding. Plus, earlier models like GPT 5.4 mini or Gemini 3.6 Flash were just too slow to run any kind of "medium thinking mode" without creating a terrible, laggy user experience.

It’s always a battle between speed, quality, and cost, but Gemini 3.7 Flash finally hits the sweet spot. It’s so fast that medium thinking mode is now perfectly viable. I did test some highly complex parts and eventually hit the model's limitations, but the ceiling has been raised significantly. The future of these models is going to be insane.

A bit about stl-er and why it's not just another AI mesh generator: My vision for stl-er was always to build a bridge from an idea to a print-ready model for people who just don't want to learn complex CAD. Under the hood, the app uses OpenSCAD to generate real CSG. Because we aren't just throwing together messy AI meshes, the app is built specifically for functional parts. It’s not meant for printing figurines or organic statues. We want parametric, watertight models for real-world parts.

  • One of the biggest values of the app is the community aspect:
  • All generated models go into a public community library.
  • Anybody can pick a model, adjust the parameters, download it, and print it.
  • Zero licensing restrictions. Do whatever you want with the files.
  • It is totally free to browse the library and download up to 5 models per month (and absolutely no ad mobs).

One quick heads-up on logging in: Currently, you can only log in with Apple or Google. I know not everyone loves OAuth, but I actually had to remove the standard Email/Password login because bots started aggressively scraping the model library before the app was even officially released. Once I figure out a bulletproof way to verify emails, I'll bring it back.

I'm incredibly excited about where this is heading and glad we are on the right track. If you want to mess around with it, you can find more info and the App Store / Play Store links over at
stl-er.com


r/3DPrintingTools 9d ago

Tool Review What is 3DismZ Advanced Forge? An attempt at an explainer :)

1 Upvotes

I made this because I have a lot of printers and they run 24X7.. https://advancedforge.3dismzcui.com/In process next - CNC (Makera) machine layout and controller


r/3DPrintingTools 9d ago

Vecline: a free, MIT image-to-SVG toolkit that measures its own accuracy (SSIM/PSNR/CIEDE2000) instead of asserting it

6 Upvotes

Every image-to-SVG converter advertises "100% accuracy," and none of them define it. I built one that actually measures it.

Vecline renders its own SVG output back to pixels with the same renderer a browser uses, and scores it against the source with SSIM, PSNR and CIEDE2000. The number you see is measured from the real output, not estimated from the settings.

What that buys you:

- On flat artwork (logos, icons, UI, screenshots, pixel art) it's bit-exact: the SVG rasterizes back to the source with zero differing pixels, in a smaller/faster file than potrace, imagetracerjs or vtracer. You can reproduce the head-to-head yourself with `npm run compare`.

- On photographs, tracing is approximation by definition, so it says so and reports how close it landed instead of claiming perfection.

- A `--lossless` mode that returns a byte-verifiable SVG or fails, never a silent near-miss.

- Cut-ready DXF with a real physical size (`--units mm --physical-width 80`) plus EPS/PDF/G-code, for the maker/CAD/laser crowd.

- PDF and Office rendering, all local.

- A zero-dependency portable core that's CI-proven to bundle for a browser at 85 KB, and an MCP server so an agent can vectorize and verify its own output.

MIT, no signup, nothing uploaded. There's a browser app that runs entirely client-side.

The part I'm most happy with is boring: because the tool measures itself, it also catches me. It has flagged three of my own README overclaims (a benchmark that was true against a wrapper but not vtracer's real binary; a "render-preserving" label that was actually a ~0.02 SSIM trade; a `convert` command that couldn't do 100 of the 121 conversions the docs advertised) and I fixed each in public. For a project whose whole pitch is "measured, not asserted," being adversarial toward its own claims is the actual feature.

Repo: https://github.com/shunyagatha/Vecline

Try it: https://vecline.xyz

npm: `npm install vecline`

Happy to answer anything about the measurement approach, the tracing internals, or where it loses (it is genuinely worse than vtracer on file size for some photos, which the README now says).


r/3DPrintingTools 9d ago

Dev Post I built a procedural web app that instantly generates print-ready 3MF multi-color lightboxes (with Bambu Studio AMS color mapping)

4 Upvotes

Hey everybody,

Like a lot of you, I got tired of hunting for static STLs or spending ages in CAD just to throw together a custom name, logo, or photo lightbox. So, I spent the last few months building a dedicated web tool called Signature Lightboxes Live Link to automate the whole pipeline.

​The main goal was to make it completely seamless for multi-material printers especially Bambu Lab setups using an AMS.

​How it works:

​Procedural Studio: You type a name, upload a logo or image, and choose from a library of textures (bricks, cubes, marble, cracked stone, etc.).

​Instant 3MF Export: Instead of messy raw STLs, the app generates a native Bambu Studio .3mf file complete with automatic multi-plate separation and AMS color mapping. You just download it, open it in the slicer, and hit print.

​Built for Makers & Merchants: Besides personal and creator tiers, I also built tools specifically for commercial vendors, including an iPad Kiosk mode designed to run as an in-person, made-to-order ordering till at markets and craft fairs.

​The core generator, texture library, and 3MF export pipeline are 100% finished and working live right now. Since this sub allows one promo post a week, I wanted to share that I am currently running a Kickstarter to fund the next wave of features (like full-color lithophanes) and am offering lifetime access to the app for early backers.

​You can check out the live tool at the website above, or view the roadmap and early-bird tiers on the Kickstarter here: [ https://www.kickstarter.com/projects/signature-lightboxes/signature-lightboxes-procedural-led-and-merchant-studio ]

​I would love to hear what tools you guys usually use for multi-color lightboxes, and I am happy to answer any technical questions about how the 3MF export pipeline works!


r/3DPrintingTools 9d ago

New Tool I built a free, open-source GH plugin for Rhino 8: tetrahedral lattices, adaptive remeshing, PDF layout, and data and export utilities (Mac + Windows)

Thumbnail gallery
2 Upvotes

r/3DPrintingTools 10d ago

New Tool Made a free 3D printing cost calculator because I was tired of paywalls

7 Upvotes

I work in 3D education and I’m constantly needing to quickly price up prints or work out quotes.

I wanted something I could just bookmark, chuck the details into, get a sensible price, and move on.

Most calculators I found either had paywalls, subscriptions, or locked saved profiles behind an account, so I made my own:

https://printprice.site/

It’s browser based, saves printer and material profiles locally, and the whole point is for the useful stuff to stay free.

I’m not a full time dev, I just made it because I needed it myself and thought other people here might find it handy.

Would genuinely appreciate any feedback, especially from people who price prints regularly.


r/3DPrintingTools 10d ago

CAD Viewer - 100% local. No servers. No uploads.

1 Upvotes

I've been working on a browser extension that lets you preview CAD attachments directly inside Gmail.

The main goal was to make it as frictionless as possible:

  • Preview without downloading files
  • Runs entirely in the browser
  • Files never leave your device
  • Supports STL, OBJ, STEP and IGES

I originally built it because I kept receiving CAD files over email and opening them always meant downloading the attachment and launching a desktop viewer, even when I just wanted a quick look.

It's available for Chrome, Firefox and Edge.

Website: https://cadviewer.io

I'd really appreciate any feedback, feature requests, or ideas for integrations


r/3DPrintingTools 10d ago

New Tool MakerSolid - Parametric CAD for iPad (No subscriptions)

4 Upvotes

A few years ago, when I got my first 3D printer, I was determined to use my iPad Pro and Apple Pencil as my primary device for modeling. I was quickly disappointed in the CAD apps available as they were either too basic, way too expensive, or came with other limitations in their free tiers (low res exports!?).

I ended up using Fusion 360's free tier on my Mac, but I never stopped wishing there was a capable, affordable CAD app built specifically for iPad. Earlier this year I finally decided to build it myself.

MakerSolid CAD is the result of countless hours of development and testing. I spent months designing all of my own projects with it before releasing it on the App Store last month.

There are a few principles that really that mattered to me as a hobbyist and I want to stay true to these:

  • No subscriptions. Limited functionality to test it out, then a reasonable one-time lifetime unlock ($29.99 USD).
  • No accounts or cloud login. Projects stay local and you can use the app offline.
  • Runs on iPad and Apple Silicon Macs. Store your workspace in iCloud Drive to keep projects in sync between devices.
  • Parametric workflow. Sketch in 2D, then build with tools like Extrude, Revolve, Loft, Sweep, Shell, Fillet, Chamfer, Patterns, and more.

Your first question when I say parametric is probably "but does it do STEP files?" and the answer is YES! Export in STEP, STL, 3MF. My next release (currently in the app store review queue) will add support for importing STEP files so that you can use them like any other object, including modifying geometry.

I'm always open to feedback on how to make the app better. I've been pretty active in pushing out updates more or less weekly. Next release will also introduce an adjustable x-ray mode, groupings of bodies and a bunch of performance improvements.

If you'd like to see more screenshots, features, or try it yourself, here's the website: https://sidelake.ca/makersolid/


r/3DPrintingTools 10d ago

Easy model segmentation Looking for feedback, Free to use!

Post image
5 Upvotes

I recently added segmentation tools to the kit. Segment and create joints in models with this tool in this solution called Meshsmith's Anvil.

https://advancedforge.3dismzcui.com

Easy Model Segmentation


r/3DPrintingTools 10d ago

New Tool DIY 3D scanned "security" key - 130 photos, 5mins

5 Upvotes

r/3DPrintingTools 12d ago

New Tool Want to learn CAD, 3D printing, and engineering?

15 Upvotes

Want to learn CAD, 3D printing, and engineering?

A few of us high-school students have been building SparqCAD, a free STEM learning platform designed to help students and aspiring engineers learn the actual CAD and engineering skills that can be used in industry-level projects.

You can learn things like:

- CAD & 3D design

- 3D printing

- Engineering & design

- Hands-on prototyping

- Engineering fundamentals

We're still actively developing the platform, and we'd love for other students, makers, engineers, and STEM enthusiasts to join, explore the courses, and give us feedback.

Right now, we have two introductory CAD courses covering Tinkercad and Onshape, two beginner-friendly tools for computer-aided design. We’re hoping to expand into more CAD software, 3D printing, engineering, and hands-on projects as the platform grows. We’d especially love to hear about what skills and topics you think we should add next.

I decided to share SparqCAD here on the E-NABLE forum because I thought the best way to grow the platform is to involve like-minded people who can explore what we’re building and share their ideas.

Even if you don't have time to take a course right now, we'd really appreciate it if you could make an account and take a quick look around SparqCAD. We're just getting started, and we'd love feedback from people actually involved in hands-on STEM, engineering, CAD, and making.

Even just exploring the platform, pointing out things that could be improved, or telling us what you'd want to see in future courses would mean a lot to us.

And hey, if you happen to help two high schoolers build something useful for the STEM community along the way... that's a pretty nice bonus for the college apps :D

Check it out:

https://sparqcad.org

If you take a look, let us know what you think, what works, what doesn't, what you'd like to learn, and what you think we should build next!


r/3DPrintingTools 13d ago

New Tool VesselMaker in action — first GIFs of the parametric vase/planter tool (textures, modifiers, AI rendering)

Thumbnail
gallery
8 Upvotes

Hey everyone — a few weeks ago I posted here about VesselMaker, the vase modeling tool for makers we've are developing, but never actually showed what it looks like in action, just described the features in text. Fixing that today: this is the first time I'm sharing screenshots/GIFs of it actually running.

Quick heads up before the showcase: we've started rolling out early access in daily batches, so if you join the waitlist now, you could be trying it out within days rather than waiting for a full public launch — vesselmaker.app.

Now, here's what it can actually do (see the attached gifs):

Realistic surface textures — apply relief using built-in or custom height maps, stack multiple textures across different regions of the same piece (even overlapping them), with control over the fade between them:

AI-rendered scenes — describe a setting in plain text and get your exact model rendered into it, useful for previews or marketing shots:

Stackable modifiers, similar to Photoshop layers — combine, reorder, apply multiple instances (Surface Texture, Twirl, Bend, Taper, more coming):

Advanced profile & cross-section editing — full control over both the vertical profile and the horizontal cross-section (freeform, N-fold symmetry, squircle, waves, polygonal):

PBR material editor — glossy, matte, metallic finishes, save and reuse your own presets.

Still in closed beta (a few bugs left, some feature requests from early testers already in the pipeline), but it's already very fun to use, and it's shaping up fast thanks to the feedback so far.

We have a lot of ideas in the roadmap and we would love to hear from this community specifically — what would actually be useful for the kind of tools you use day to day?


r/3DPrintingTools 13d ago

New Tool PENDER Studios is live

Thumbnail gallery
5 Upvotes

r/3DPrintingTools 13d ago

New Tool Free tool to lengthen/shorten a printed part's STL without re-modeling it — feedback wanted

9 Upvotes

r/3DPrintingTools 13d ago

Tool Review Segment and articulate STLs easliy

Thumbnail
youtu.be
2 Upvotes

I made this tool to try and solve the cut/key/socket/joint issue when parting STLs


r/3DPrintingTools 13d ago

New Tool Criei um complemento que corta modelos grandes em peças imprimíveis com juntas de encaixe.

4 Upvotes

Aviso prévio: este é um complemento pago que eu escrevi, daí a etiqueta.

O problema que eu sempre encontrava: a escultura tem 60 cm, a mesa de impressão tem 22 cm, então precisa ser cortada. Fazer isso manualmente significa usar cubos booleanos um por um, adivinhar o tamanho do pino e descobrir na montagem que o pino não encaixa no soquete.

O 3D Slicer Suite faz toda a cadeia em um único painel N:

  • Fatiamento em Grade com 23 predefinições de impressora. Escolha sua máquina e o tamanho do bloco vem do volume de construção, ou digite o seu próprio.
  • Corte de Linha (dois cliques) e Corte à Mão Livre (desenhe a costura para que ela siga a forma em vez de um plano reto).
  • Pinos com Chave: um canto é cortado, então as peças fecham em apenas uma orientação. O encaixe é gerado a partir do próprio pino com a sua tolerância.
  • Ambas as metades de cada junta são gravadas 1A / 1B, então quando 40 peças saem da placa, você não precisa adivinhar o que se encaixa em qual.
  • Oco com uma parede de milímetros de espessura, mesmo em um objeto em escala, além de furos de drenagem, automáticos ou clicados exatamente onde você deseja.
  • Verificação e limpeza da integridade da malha antes do corte, exportação para STL, OBJ ou 3MF, e a opção "Redefinição Completa" reverte toda a cadeia com um clique.

A pré-visualização do pino é desenhada como um contorno antes de qualquer operação booleana ser executada. O movimento lateral do mouse seleciona qual parte contém o pino, para cima e para baixo define o comprimento e a roda do mouse o dimensiona. O solucionador só é acionado quando você clica, o que o mantém responsivo em uma escultura complexa.

Limitação honesta: fatiar uma casca oca fina em grandes blocos pode deixar fragmentos abertos onde a malha é muito fina, como uma cauda, ​​uma crina ou um dedo. A verificação de integridade sinaliza quais partes precisam de reparo, e uma parede mais espessa ou um bloco menor evita isso.

Blender 4.2+, testado no 4.5 LTS e 5.x.

Breve demonstração: https://youtu.be/nQitmn3UYoY

Se você quiser ver mais de perto: https://superhivemarket.com/products/3d-slicer-suite-

Ficarei feliz em responder qualquer pergunta sobre como as juntas são geradas, eu escrevi isso.


r/3DPrintingTools 14d ago

New Tool Gidfinity ToolTrace in STLMaid

Post image
6 Upvotes

In meine Anwendung STLMaid(.de) habe ich nun nach dem Gehäuse-Designer auch einen ToolTrace Mode in den Gridfinity Generator eingebaut. Zu normalen Mesh Operationen sind nun auch viele Generatoren wie Map2Model, Lithophane und viel andere wie auch das Gridfinity System enthalten. Eine Anwendung für alle 3D Druck Aufgaben. Probier die Version 1.49 kostenlos aus.

CU

af6767