Jump to content
UltiMaker Community of 3D Printing Experts

Filament diameter/flow ratio question


Recommended Posts

Posted · Filament diameter/flow ratio question

This might be a silly question, but if I have a filament that is set to 2.85 diameter and 110% flow, is that the same as just adding 10% to the area of the 2.85mm circle, or 2.898mm?

Or is there more to it than that?

Reason I ask is that I have some new filament that seems to print perfect at 2.85mmx110%flow. I cannot get a consistent diameter measurement on the filament. I have several Gcodes already prepared with Tweak at Z values setup for certain layers with 102% flow to ensure nice full top layers. In order to use these codes, I need to set the flow value in the menu to 100%, which means adjusting the diameter only.

 

  • Link to post
    Share on other sites

    Posted · Filament diameter/flow ratio question

    No it's the other way round. If you want the printer to put 10% more material out you have to reduce the filament strength, because like that the feeder has to put through more mm to get the same volume at the hot end. If you can just reduce the size by 10% to achieve that I cannot tell.. perhaps it's not that easy. But I'd say just try..

     

  • Link to post
    Share on other sites

    Posted · Filament diameter/flow ratio question

    exactly - the opposite - if you want more flow you tell it the filament is smaller as cura then thinks it has to push more mm thought to achieve the volume - as the filament is bigger than cura knows it pushes through more plastic.

    so to get 110 flow when the flow is on 100% then decrease the filament diameter by the area/1.10 turned into the diameter.

     

  • Link to post
    Share on other sites

    Posted · Filament diameter/flow ratio question

    duh, yeah... that was an oversight on my part ... The main question was, is the 10% change I want factored into the area of the filament? Surely you don't just factor in a 10% change to the diameter, you would end up with a 2.57mm value!

     

  • Link to post
    Share on other sites

    Posted · Filament diameter/flow ratio question

    As far as I am aware it would be area .... otherwise it is like you said!

     

  • Link to post
    Share on other sites

    Posted · Filament diameter/flow ratio question

    UM2: https://github.com/Ultimaker/Ultimaker2Marlin/blob/7b301c1dcbbfad96d6991b87d549296580de852e/Marlin/UltiLCD2_menu_print.cpp#L377

    UMO:https://github.com/ErikZalm/Marlin/blob/058e4465313191bf769e00a347ceccb4fbd1112c/Marlin/Marlin_main.cpp#L2813

     

  • Link to post
    Share on other sites

    Posted · Filament diameter/flow ratio question

    @ DIM OK, Thanks, I'll try to adjust the area down 10% and see if that works. Just didn't want to arbitrairly plug numbers in for 5 hour prints that I can't watch and come back to see it not quite extruded right.

    @Dude What do you mean "It depend where the flow % is used in the code."

     

  • Link to post
    Share on other sites

    Posted · Filament diameter/flow ratio question

    If the flow is applied directly on the diameter setting then yes the result will be the same. If the flow is applied on the volume result it wont work.

    i.e. The volume in mm3 for 1mm of filament at 2.85mm diameter is 6.38mm3. (V = h * pi * r2)

    so when we set the Flow to 110% and diameter setting is at 2.85.

    If the flow is applied on the diameter setting then the volume is now 7.72mm3.

    If the flow is applied on the volume then the volume is now 7.018mm3.

    Therefore changing the diameter setting by 2.85/1.1 might not give you the same result depending on where the flow value is applied in the code.

    At least this is what I think. I might be over complicating things again...

     

  • Link to post
    Share on other sites

    Posted · Filament diameter/flow ratio question

    @pm_dude: Your little essay sound a bit like Jack Sparrow - I'm sorry - Captain Jack Sparrow would explain it... :lol:

    But you're right. Fortunately we know that the flow setting changes the volume and not the diameter... ;)

     

  • Link to post
    Share on other sites

    Posted · Filament diameter/flow ratio question

    All this and I had missed your comment above. Haha!

     

  • Link to post
    Share on other sites

    Posted · Filament diameter/flow ratio question

    @Dude

    -------> this is your explanation

    ___

    / 00

    \___/ this is my head

    :)

    I just use Tweak at Z to adjust flow. I asked on another topic about tweak at z adjusting flow, and the general consensus was that the tweak overwrite the flow values in the settings. This why I wanted to keep the flow values in the UM2 settings set to 100%

    I don't mess around with the gcode itself.

     

  • Link to post
    Share on other sites

    Posted · Filament diameter/flow ratio question

    I just use Tweak at Z to adjust flow. I asked on another topic about tweak at z adjusting flow, and the general consensus was that the tweak overwrite the flow values in the settings. This why I wanted to keep the flow values in the UM2 settings set to 100%

     

    Yeah I got that part right :D

     

  • Link to post
    Share on other sites

    Posted · Filament diameter/flow ratio question

    I just use Tweak at Z to adjust flow. I asked on another topic about tweak at z adjusting flow, and the general consensus was that the tweak overwrite the flow values in the settings. This why I wanted to keep the flow values in the UM2 settings set to 100%

     

    Is this (overwriting the scaling factor in the settings) a desired behavior for you? Or would you prefer that TweakAtZ would effectively change the volume amounts for each line drawn? The factor would remain untouched and would effect the print in addition to the plugin.

    The reason why I ask is the fact that I'm currently working on TweakAtZ V3.3... :ph34r:

     

  • Link to post
    Share on other sites

    Posted · Filament diameter/flow ratio question

    for example, I have a print that has 6 tiers, or "platforms" with flat spots... think "stairs"

    At each of the stair treads, I have tweak at Z slow the print down 20% and extrude 102%, then I add another tweak at z for the next layer, resetting the speed to 100%, and flow to 100%. Basically every tweak I ever make has a pair of start-stop tweaks.

    For me, this has worked quite well for this particular model/print combo.

    I expect it to overwrite the settings I have entered into the UM2 menu for those specified layers. Works fine.

    Only problem I have at times is forgetting to subtract 1 from the layer I want adjusted. If the layer shows 29, then I enter 28 in the plugin. Another problem I have is if the print ends with a 50% speed tweak. The next print will start with the 50% tweak still activated. That's caught me a few times, as I'll wake up the next morning and the print is only half way done (looks really good though :p )

    I did the math earlier and I subtracted 10% from the area of a 2.85 mm filament. I came up with 2.71 ( if I remember correctly). I've got a 3 hour print on with the new 10% less area, and 100% flow ) opposed to 2.85mm and 110% flow, and it seems to be identical

     

  • Link to post
    Share on other sites

    Posted · Filament diameter/flow ratio question

    for example, I have a print that has 6 tiers, or "platforms" with flat spots... think "stairs"

    At each of the stair treads, I have tweak at Z slow the print down 20% and extrude 102%, then I add another tweak at z for the next layer, resetting the speed to 100%, and flow to 100%. Basically every tweak I ever make has a pair of start-stop tweaks.

    For me, this has worked quite well for this particular model/print combo.

     

    You're definitively going to like the next version... ;)

     

    I expect it to overwrite the settings I have entered into the UM2 menu for those specified layers. Works fine.

    Only problem I have at times is forgetting to subtract 1 from the layer I want adjusted. If the layer shows 29, then I enter 28 in the plugin.

     

    That's a problem of the current Cura GUI. IMHO, it should be changed to the numbering used in the GCODE. However, it is maybe not the best thing to change it in the old GUI but rather when changing to the PU edition.

     

    Another problem I have is if the print ends with a 50% speed tweak. The next print will start with the 50% tweak still activated. That's caught me a few times, as I'll wake up the next morning and the print is only half way done (looks really good though :p )

     

    Which version of TweakAtZ are you using? V3.2 takes care of this issue and resets the speed to 100% at the end of the print.

     

  • Link to post
    Share on other sites

    Posted · Filament diameter/flow ratio question

    V 3.1.2 I didn't know there was a newer version available, silly me

    keep up the good work, it's MUCH appreciated!

     

  • 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.3 stable released
        In this stable release, Cura 5.3 achieves yet another huge leap forward in 3D printing thanks to material interlocking! As well as introducing an expanded recommended print settings menu and lots of print quality improvements. Not to mention, a whole bunch of new printer profiles for non-UltiMaker printers!
          • Thanks
          • Like
        • 31 replies
      • Here it is. The new UltiMaker S7
        The UltiMaker S7 is built on the success of the UltiMaker S5 and its design decisions were heavily based on feedback from customers.
         
         
        So what’s new?
        The obvious change is the S7’s height. It now includes an integrated Air Manager. This filters the exhaust air of every print and also improves build temperature stability. To further enclose the build chamber the S7 only has one magnetically latched door.
         
        The build stack has also been completely redesigned. A PEI-coated flexible steel build plate makes a big difference to productivity. Not only do you not need tools to pop a printed part off. But we also don’t recommend using or adhesion structures for UltiMaker materials (except PC, because...it’s PC). Along with that, 4 pins and 25 magnets make it easy to replace the flex plate perfectly – even with one hand.
         
        The re-engineered print head has an inductive sensor which reduces noise when probing the build plate. This effectively makes it much harder to not achieve a perfect first layer, improving overall print success. We also reversed the front fan direction (fewer plastic hairs, less maintenance), made the print core door magnets stronger, and add a sensor that helps avoid flooding.
         

         
        The UltiMaker S7 also includes quality of life improvements:
        Reliable bed tilt compensation (no more thumbscrews) 2.4 and 5 GHz Wi-Fi A 1080p camera (mounted higher for a better view) Compatibility with 280+ Marketplace materials Compatibility with S5 project files (no reslicing needed) And a whole lot more  
        Curious to see the S7 in action?
        We’re hosting a free tech demo on February 7.
        It will be live and you can ask any questions to our CTO, Miguel Calvo.
        Register here for the Webinar
          • Like
        • 18 replies
      • UltiMaker Cura Alpha 🎄 Tree Support Spotlight 🎄
        Are you a fan of tree support, but dislike the removal process and the amount of filament it uses? Then we would like to invite you to try this special release of UltiMaker Cura. Brought to you by our special community contributor @thomasrahm
         
        We generated a special version of Cura 5.2 called 5.3.0 Alpha + Xmas. The only changes we introduced compared to UltiMaker Cura 5.2.1 are those which are needed for the new supports. So keep in mind, this is not a sneak peek for Cura 5.3 (there are some really cool new features coming up) but a spotlight release highlighting this new version of tree supports.  
          • Like
        • 25 replies
    ×
    ×
    • Create New...