Jump to content

CURA 2.4 Infill


ultiarjan

Recommended Posts

Posted · CURA 2.4 Infill

I just noticed the difference between infill settings of the Ultimaker3 and Ultimaker2.

At 20% infill you get a 3.5mm line distance on the UM2, but a 5mm line distance on the UM3.

At 100% infill you get a 0.35 mm line distance on the UM2, but a 1 mm line distance on the UM3.

So it looks like on the UM3 you don't get the amount of infill you asked for :) I guess roughly calculating that a 5mm line width is less than 20% .... so it looks like the UM3 settings are wrong.

All with 0.4 nozzle, 0.2 layer, 0.35 line width

  • Link to post
    Share on other sites

    Posted · CURA 2.4 Infill

    There is more to the line distance: It gets multiplied if there are more directions of lines on one layer. For instance, triangle infill has 3 directions of lines (making it triangles). This makes the infill thrice as much in theory (practice is a little different). Because it extrudes three times as much, the distance between the lines must be greater to achieve the same infill percentage. Grid has only 2 directions for the lines. This also illustrates the difference between the UM2 and the UM3 since they have different defaults for the infill pattern.

    For the more technically inclined, the precise formula that's being used to compute the line distance is this:

     

    0 if infill_sparse_density == 0 else (infill_line_width * 100) / infill_sparse_density * (2 if infill_pattern == 'grid' else (3 if infill_pattern == 'triangles' or infill_pattern == 'cubic' or infill_pattern == 'cubicsubdiv' else (4 if infill_pattern == 'tetrahedral' else 1)))

     

    The only place where the infill density is significantly incorrect is cubic subdivision, because which cubes are subdivided is only known after slicing. There isn't a real good solution to that at the moment but that is technically a bug.

    In practice there are of course other differences, because the material gets blocked by other materials when it moves over a previously placed infill line in a different direction. Also above 100% infill it starts to waver, of course, because the material gets blocked.

  • Link to post
    Share on other sites

    Posted · CURA 2.4 Infill

    This also illustrates the difference between the UM2 and the UM3 since they have different defaults for the infill pattern.

     

    I understand what you're saying, but I do think there is an error in the UM3 settings, my comparison was in both cases with "GRID". The UM3 gets significantly less infill with the same settings, and 100% fill is not solid but 1 mm line width...

  • 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...