Jump to content

adding better multi core support for slicing


markus-reinisch

Recommended Posts

Posted · adding better multi core support for slicing

Actually, I see you are using ClipperLib in the cura code for clipping... I believe clipperlib is basically using something similar to a BSP tree to do the clipping.

For my tree building, I build the tree from a stream as I read the stl file.. I found it to be in the range of a couple hundred miliseconds max for the largest models I could find on Thingiverse. I only need to build the tree once for the process. I tested on quite a few models including very large ones and very high resolution ones and none of them exceeded ~500ms for the building of the tree.

Holes in the mesh were an issue for me, but I think that can be caught and fixed in a pass over the tree or at slice-time with some intelligence to generate segments to make the later manifold. Because the BSP tree already has no intersections it's easy to find verticies that are not shared by at least 3 polygons, these would be holes. Adding new triangles to an existing BSP tree to 'patch' any holes is fast. I _think_ this is how netfabb does it, though obviously I'm just guessing.

 

  • Link to post
    Share on other sites

    Posted · adding better multi core support for slicing

    faster is always nice.

    could not resist a small test, used the "Hell_Skull" model on an older basic i5 laptop...

    14.07 : 61 sec.

    14.09_RC2 : 54 sec.

    14.10_RC4 : 52 sec.

    assume the delta with go up on more complex models .... with a scanner on the way thats for sure good news.

     

  • Link to post
    Share on other sites

    Posted · adding better multi core support for slicing

    As to Mac multi-tasking, Slic3r does so in a brief part of its process, but Kisslicer will peg the processor usage on all cores of my 8-core I7 iMac for most of the slicing.

    I wind up using Cura for casual stuff, and Kisslicer for anything complex, or where a smooth surface is important. The perfect slicer for me would be Kisslicer with TweakAtZ support.

     

  • Link to post
    Share on other sites

    Posted · adding better multi core support for slicing

    Cura is plenty fast for me on a 4.8Ghz i7

    @UltiArjan - what scanner did you end up going with?

     

    a fuel3D, was impressed after I saw it at the london 3d printshow .... ordered it via dutch reseller "makerpoint" so hopefully ETA somewhere november ...

     

  • Link to post
    Share on other sites

    Posted · adding better multi core support for slicing

    assume the delta with go up on more complex models .... with a scanner on the way thats for sure good news.

     

    Speed difference will be most noticeable with large amount of infill.

     

  • Link to post
    Share on other sites

    Posted · adding better multi core support for slicing

    I know its an old thread but Im using a 5950x and a 3090... Im no computer engineer nor a programer but I think that CURA could be faster... I sse no difference between this configuration and my laptop that uses an old core I7 with a 1080 in slicing times!!!

  • Link to post
    Share on other sites

    Posted · adding better multi core support for slicing

    This thread is not just old, it is 6.5 years old. In 3d printing terms, that is ancient. The thread is about a very different version of Cura.

     

    The GPU is not used in slicing. The part of Cura that uses the GPU is not GPU-limited with a 1080, so any faster GPU will unlikely give you a faster experience.

  • Link to post
    Share on other sites

    Posted · adding better multi core support for slicing
    On 3/10/2021 at 7:13 AM, ahoeben said:

    This thread is not just old, it is 6.5 years old. In 3d printing terms, that is ancient. The thread is about a very different version of Cura.

     

    The GPU is not used in slicing. The part of Cura that uses the GPU is not GPU-limited with a 1080, so any faster GPU will unlikely give you a faster experience.

    I know its ancient LOL but still..........
    I have a top of the line CPU with spare memory (128gb) and I think CURA could use all the power it could get and it seems like its using only a single thread.

  • Link to post
    Share on other sites

    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now
    • Our picks

      • UltiMaker Cura 5.7 stable released
        Cura 5.7 is here and it brings a handy new workflow improvement when using Thingiverse and Cura together, as well as additional capabilities for Method series printers, and a powerful way of sharing print settings using new printer-agnostic project files! Read on to find out about all of these improvements and more. 
         
          • Like
        • 18 replies
      • S-Line Firmware 8.3.0 was released Nov. 20th on the "Latest" firmware branch.
        (Sorry, was out of office when this released)

        This update is for...
        All UltiMaker S series  
        New features
         
        Temperature status. During print preparation, the temperatures of the print cores and build plate will be shown on the display. This gives a better indication of the progress and remaining wait time. Save log files in paused state. It is now possible to save the printer's log files to USB if the currently active print job is paused. Previously, the Dump logs to USB option was only enabled if the printer was in idle state. Confirm print removal via Digital Factory. If the printer is connected to the Digital Factory, it is now possible to confirm the removal of a previous print job via the Digital Factory interface. This is useful in situations where the build plate is clear, but the operator forgot to select Confirm removal on the printer’s display. Visit this page for more information about this feature.
          • Like
        • 0 replies
    ×
    ×
    • Create New...