M572
Brief one or two sentences with identification info. Example: Released June 2009, identified by model number A1303.
Back to the Gcode Dictionary
M572: Set or report extruder pressure advance
Parameters
- Dnnn Extruder number(s)
- Snnn Pressure advance amount (in seconds) to use for that extruder or extruders
Examples
- M572 D0 S0.1 ; set extruder 0 pressure advance to 0.1 seconds
- M572 D0:1:2 S0.2 ; set extruder 0, 1 and 2 pressure advance to 0.2 seconds (RepRapFirmware 1.20 and later)
This sets the pressure advance coefficient (S parameter) for the specified extruder (D parameter). Only one S value is allowed. If you wish to set different pressure advance for different extruders, use multiple M572 commands.
Pressure advance causes the extruder drive position to be advanced or retarded during printing moves by an additional amount proportional to the rate of extrusion. At the end of a move when the extrusion rate is decreasing, this may result in the extruder drive moving backwards (i.e. retracting). Therefore, if you enable this feature, you may need to reduce the amount of retraction you use in your slicing program to avoid over-retraction.
If you configure Input Shaping, you will need to retune your Pressure Advance. It is recommend to first tune Input Shaping, then Pressure Advance, then Retraction.
For more details on Pressure Advance such as tuning the value see here.
0 Comments