What’s the best/safest method for firing K40 with PWM control using grbl?
I’ve read a couple of different methods for managing the “0v is max power” issue wih the K40 laser power supplies and am looking for some guidance.
Some folks say you can mod the firmware, but the laser will still fire (if enable button is on) at 100% of the power allowed by the potentiometer when the arduino is booting up. Doesn’t sound like the safest method to me. Although the danger would be minimized by always booting the arduino (plugging in to laptop/pc) before turning on the main laser power switch, and always disabling the laser enable button when not actively running a job, I know myself well enough that sooner or later I’ll do something in the wrong order or forget to unpunch the enable button and something I don’t want zapped will get zapped.
The other method I’ve seen is to build a little transistor logic inverting circuit. The specific edition I was looking at tonight at http://www.foxrobotics.com/2018/03/19/upgrading-a-k40-laser-cutter-part-1-control-board-upgrade/ specifically mentions a 2N222A BJT transistor which I don’t have on hand. I do have a 2N3904. Comparing the data sheets, the only substantive difference i see is that the 2N222A can handle 600 mA, where the 2N3904 is limited to 200. Is this comperable to the value I’m seeing on the ammeter? If so, I’d think the 2N3904 is more than adequate for the task, but I don’t want to risk a failure mode where the laser would fire at full power unexpectedly.
I did look through Don’s blog, but I’m not using a smoothie board, so I’m not sure where any differences might lie.
Thanks again for everyones’ time and support.