this post was submitted on 27 May 2024
21 points (92.0% liked)

3DPrinting

15130 readers
25 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
 

Short overview of how good the nesting capabilities of various 3D slicer are.

The task is simple: placing as many of these shapes on a 200x300mm printed as possible. Manual (quick and dirty for reference): 6 pcs.

Ranking:

  1. Ultimaker Cura: 7 pcs.
  2. human (me): 6 pcs.
  3. Orca slicer: 5 pcs.
  4. PrusaSlicer & BCN3D stratos: 4 pcs. By switching (for this particular part) from the worst (Prusa) to the best (Cura) slicer the nesting performance improved by a whopping 75%!

Ultimaker Cura:

Prusa:

BCN3D Stratos (forked from an old version of Cura):

OrcaSlicer:

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 2 months ago (4 children)

Keep in mind that if you slice multiple parts to be printed at a time, then a failure on one part means the whole batch is potentially compromised.

I have the most experience with PrusaSlicer, and have used the multiple part one at a time option to print multiple parts at once. You have to tell it the dimensions of your extruded head, so it doesn’t crash the part , and if you have a bed slinger, you have to be careful of your x axis bar (ie, order it so it starts at the front if the bed and works it way to the back)

With mainsail and klipper, you can cancel one failed part mid print and keep going on the rest of the parts.

[–] [email protected] 4 points 2 months ago (1 children)

With mainsail and klipper, you can cancel one failed part mid print and keep going on the rest of the parts.

Woah woah woah, I'm gonna need you to tell me what that's called because that's brilliant

[–] [email protected] 5 points 2 months ago (1 children)

https://help.prusa3d.com/article/sequential-printing_124589 <-- explains how to set up the sequential printing in Prusa.

https://www.klipper3d.org/Exclude_Object.html <-- Explains the exclude object function in Klipper/Mainsail

https://docs.mainsail.xyz/overview/slicer/prusaslicer#enable-exclude-object <-- how to configure Prusa to label objects so mainsail/klipper can individually select and skip them.

Like I mentioned, I have the most experience with Prusa + my Ender3 ( w/ a RPi3/Kilpper & mainsail; and a crtouch sensor) . I'd wager that other slicers could do this too, but I"m not sure of their setup.

[–] [email protected] 2 points 2 months ago

Thank you so much for this! I installed Klipper a month or two ago and haven't had the opportunity to dig into all of the cool stuff you can do.

[–] [email protected] 3 points 2 months ago

You can also cancel individual objects on Prusa MK4 and Mini by default.

[–] [email protected] 2 points 2 months ago

You can do that on the Prusa. The firmware let you cancel a part mid print but continue the rest.

[–] [email protected] 1 points 2 months ago (1 children)

With mainsail and klipper, you can cancel one failed part mid-print and keep going on the rest of the parts.

There is an addon for Duet (RRF) but I can't get it working. Anyway, once it is time for a batch print the first testprint has been completed successfully and build plate adhesion is a non-issue on this printer.

You have to tell it the dimensions of your extruded head, so it doesn’t crash the part Ask me how I destroyed two z-endstops this year (very asymmetrical toolhead and Prusa can't be configured to reflect this and with a "radius" large enough it would block half of the printbed (60mm radius or so) meaning eyeballing is the best option).

I only use this option if I need the part before the entire batch is finished and don't want to start multiple prints. Which isn't frequent.

[–] [email protected] 1 points 2 months ago

I think it's not widely front-and-center because it's kinda fiddly, especially with folks with customized printers and there are caveats that can damage the machine or ruin the print if you are not careful. Sadly, I think that some of the more 'closed' slicer/printer systems could support it more reliably because the dimensions of the head + arm are much better known and the tool path can be planned much more precisely.