Is the PA value available in the object model?
-
A pressure advance command looks like this
M572 D0 S0.04
Is it possible to print the current S value (0.04 in the above example) using an 'echo' command or use it in a RRF meta expression?
-
@zapta
It's available in the object model browserecho move.extruders[0].pressureAdvance
-
Thanks @owend!
-
-