pressure advance calib - gingeradditive/OrcaSlicer GitHub Wiki

Pressure Advance

Pressure Advance is a feature that compensates for the lag in filament pressure within the nozzle during acceleration and deceleration. It helps improve print quality by reducing issues like blobs, oozing, and inconsistent extrusion, especially at corners or during fast movements.

Orca Slicer includes three approaches for calibrating the pressure advance value. Each method has its own advantages and disadvantages. It is important to note that each method has two versions: one for a direct drive extruder and one for a Bowden extruder. Make sure to select the appropriate version for your test.

Warning

Marlin Printers: Linear advance must be enabled in firmware (M900).
Not all printers have it enabled by default.

Warning

Bambulab Printers: make sure you do not select the 'Flow calibration' option. flow-rate-Bambulab-uncheck

Line method

The line method is quick and straightforward to test. However, its accuracy highly depends on your first layer quality. It is suggested to turn on the bed mesh leveling for this test. Steps:

  1. Select the printer, filament, and process you would like to use for the test.

  2. Print the project and check the result. You can select the value of the most even line and update your PA value in the filament settings.

  3. In this test, a PA value of 0.016 appears to be optimal.

    pa-line

    pa-lines

    pa-line-0-016

    pressure_advance_enable

Pattern method

The pattern method is adapted from Andrew Ellis' pattern method generator, which was itself derived from the Marlin pattern method developed by Sineos.

Instructions for using and reading the pattern method are provided in Ellis' Print Tuning Guide, with only a few Orca Slicer differences to note.

Test configuration window allow user to generate one or more tests in a single projects. Multiple tests will be placed on each plate with extra plates added if needed.

  1. Single test
    PA pattern single test
  2. Batch mode testing (multiple tests on a sinle plate)
    PA pattern batch mode

Once test generated, one or more small rectangular prisms could be found on the plate, one for each test case. This object serves a few purposes:

  1. The test pattern itself is added in as custom G-Code at each layer, same as you could do by hand actually. The rectangular prism gives us the layers in which to insert that G-Code. This also means that you'll see the full test pattern when you move to the Preview pane:

PA pattern batch mode plater

  1. The prism acts as a handle, enabling you to move the test pattern wherever you'd like on the plate by moving the prism
  2. Each test object is pre-configured with target parameters which are reflected in the objects name. However, test parameters may be adjusted for each prism individually by referring to the object list pane:

PA pattern batch mode object list

Next, Ellis' generator provided the ability to adjust specific printer, filament, and print profile settings. You can make these same changes in Orca Slicer by adjusting the settings in the Prepare pane as you would with any other print. When you initiate the calibration test, Ellis' default settings are applied. A few things to note about these settings:

  1. Ellis specified line widths as a percent of filament diameter. The Orca pattern method does the same to provide its suggested defaults, making use of Ellis' percentages in combination with your specified nozzle diameter
  2. In terms of line width, the pattern only makes use of the Default and First layer widths
  3. In terms of speed, the pattern only uses the First layer speed -> First layer and Other layers speed -> Outer wall speeds
  4. The infill pattern beneath the numbers cannot be changed becuase it's not actually an infill pattern pulled from the settings. All of the pattern G-Code is custom written, so that "infill" is, effectively, hand-drawn and so not processed through the usual channels that would enable Orca to recognize it as infill

Tower method

The tower method may take a bit more time to complete, but it does not rely on the quality of the first layer. The PA value for this test will be increased by 0.002 for every 1 mm increase in height. (NOTE 0.02 for Bowden)

  1. Select the printer, filament, and process you would like to use for the test.
  2. Examine each corner of the print and mark the height that yields the best overall result.
  3. I selected a height of 8 mm for this case, so the pressure advance value should be calculated as PressureAdvanceStart+(PressureAdvanceStep x measured) example: 0+(0.002 x 8) = 0.016. pa-tower pa-tower-measure

Tip

@ItsDeidara has made a html to help with the calculation. Check it out if those equations give you a headache here.

⚠️ **GitHub.com Fallback** ⚠️