Jump to content

Brim flow


Strijar

Recommended Posts

Posted (edited) · Brim flow

Hello! I want to add a flow to the brim. It is logical to assume that it is located on the first layer. But the addition of flow on the first layer does not give any result for the brim! I use Flex, and the brim is not very strong.

IMG_9967.JPG

Edited by Strijar
  • Link to post
    Share on other sites

    Do you read C++, if so, here's the proof:

            skirt_brim_config_per_extruder.emplace_back(
                    PrintFeatureType::SkirtBrim
                    , train->getSettingInMicrons("skirt_brim_line_width")
                        * ((storage.getSettingAsPlatformAdhesion("adhesion_type") == EPlatformAdhesion::RAFT) ? 1.0 : line_width_factor_per_extruder[extruder_nr]) // cause it's also used for the draft/ooze shield
                    , layer_thickness
                    , (layer_nr == 0)? train->getSettingInPercentage("material_flow_layer_0") : train->getSettingInPercentage("material_flow")
                    , GCodePathConfig::SpeedDerivatives{train->getSettingInMillimetersPerSecond("skirt_brim_speed"), train->getSettingInMillimetersPerSecond("acceleration_skirt_brim"), train->getSettingInMillimetersPerSecond("jerk_skirt_brim")}
                );

    Just kidding! How about this, let's play spot the difference...

     

    Screenshot_2018-06-16_20-59-05.thumb.png.d60346a1bc9b3ff2c1e8b422c6f920f1.png

     

    Screenshot_2018-06-16_20-59-27.thumb.png.ca73baaecb289c64de907a1309605553.png

     

    So it looks from the code and the layer view that the brim is influenced by the initial layer flow.

     

  • Link to post
    Share on other sites

    Bottom layer will be affected by the flow but also by the leveling height.  I prefer manual leveling so I can get consistent results.  Those brims in the photo look about 10% underextruded.

     

    Also the print speed and temperature affects things because that affects the pressure in the nozzle and flexible filaments compress a lot more so it's harder to get the higher pressures and higher flow rates as you go faster.  Typically cura slices the bottom layer around 0.3mm which may be double or triple your other layers so it's good to print correspondingly slower to get the same volume through the same tiny nozzle in the same amount of time and not expect the printer to be able to print much higher volumes on the bottom layer.

  • Link to post
    Share on other sites

    Posted · Brim flow
    23 hours ago, gr5 said:

    Bottom layer will be affected by the flow but also by the leveling height.  I prefer manual leveling so I can get consistent results.  Those brims in the photo look about 10% underextruded.

     

    Yes, that's it! In this case, the model itself on the bottom layer is printed normally.

    I use 0.1mm for bottom (Other layers 0.2mm, nozzle 0.4mm)

  • Link to post
    Share on other sites

    If that's supposed to be a 0.1mm bottom layer thickness then you should rotate the 3 leveling screws CCW as seen from below to move the bed up a little.  About 1/3 turn.  And if auto leveling is on I'd turn it off but that's my workflow.  Other people are fine with auto leveling.

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