Adaptive pressure advance aims to address this limitation by implementing a completely different method of setting pressure advance.Following a set of PA calibration tests done at different flow rates (speeds and layer heights) and accelerations, a pressure advance model is calculated by the slicer.Th...
Klipper recently implemented a correction which allows changing pressure advance on the fly without blobs or print defects: Klipper3d/klipper#6635 Thanks to it, a feature of Orca can now be used: SoftFever/OrcaSlicer#5609 I checked compatibility of the source code and, as far as I could,I ...
Pressure Advance / Linear Advance Calibration Tool - Add OrcaSlicer variable support, update EM tooltip · spikespaz-contrib/pressure-linear-advance-tool@857b9fb
Right now changing the Pressure Advance coefficient during printing can be a little bit problematic. In order to change the PA value, the current implementation flushes the internal move queue, and only then it can change the PA value for the extruder stepper. And if the user realizes after s...