Hi. After many orbits or the Sun I dug out my old laser cutter fitted with an early Duet (V0.6) and flashed the controller with the "ultimate" DC42 firmware compatible with that board I think (1.26.1)
My previous technique using a much earlier firmware was to use "M571 Set output on extrude" to enable the laser from the FAN0 output but that no longer works.
Looking at the Notes for M571 in [docs.duet3d.com] it says:
"RepRapFirmware 1.20 and later do not default to using the FAN0 output, so you must send M571 with a P parameter at least once to define the pin that you wish to use."
Ok, but what logical pin number activates FAN0? All the tables of logical pin numbers I can find only list signals on the expansion header.
I confirmed that Set output on extrude works in principle by issuing M571 S1.0 P65 and that does indeed drive pin 35 on the expansion header high during extrusion but I need an inverted signal, and I liked using FAN0 mosfet switching to ground when active for this purpose.
If it was possible to invert the logic on the available pins like P65 that'd be OK but I can't see a way to do this either.