This is a new fork in my build, not a reply to my reply. I’m just not sure how to work that in the forum.
First, let me state that I really don’t know what I’m doing. I’m fairly comfortable using Fusion 360 for creating shapes for 3D printing. I’m learning the CAM end of it for the MPCNC. I used to use Vectric but I decided to go all in with Fusion.
I’m using a Manta M8P board and running Klipper, following Neil N7NJO
Look for details in his build thread.
and I’m using the Fusion PP written by Flyfisher604
I’m using a DW660 single speed so I just needed a pin that turns on. I’m using one of the fan controls available in Klipper and on the Manta board . this goes to a DC to AC solid state relay to turn the Dewalt on
I have a clumsy but workable workflow:
I deleted the line in the PP that inserts an M84 command because Klipper doesn’t like it
I make an NC file in fusion and then I manually substitute for the M0 lines with
SET_FAN_SPEED FAN=Laser SPEED=1 to start the Dewalt and then at the end I use
SET_FAN_SPEED FAN=Laser SPEED=0 to stop the Dewalt
I’d like to have the fusion PP do this, @Flyfisher604 can you point me in the right direction?
Thanks