this post was submitted on 27 Aug 2024
11 points (100.0% liked)

3DPrinting

15577 readers
191 users here now

3DPrinting is a place where makers of all skill levels and walks of life can learn about and discuss 3D printing and development of 3D printed parts and devices.

The r/functionalprint community is now located at: [email protected] or [email protected]

There are CAD communities available at: [email protected] or [email protected]

Rules

If you need an easy way to host pictures, https://catbox.moe may be an option. Be ethical about what you post and donate if you are able or use this a lot. It is just an individual hosting content, not a company. The image embedding syntax for Lemmy is ![](URL)

Moderation policy: Light, mostly invisible

founded 1 year ago
MODERATORS
 

Is there software that will automatically cut large STLs based on the printer you have or is cutting something you just have to do manually?

you are viewing a single comment's thread
view the rest of the comments
[–] CameronDev 5 points 2 months ago* (last edited 2 months ago)

Cura used to have a standalone thing that you could use the slice models on the command line, it was used as part of octoprint.

Edit: It was this: https://github.com/Ultimaker/CuraEngine

You may want to investigate using that?