mpcnc_posts_processor
mpcnc_posts_processor copied to clipboard
fix type issue with laser on/off
I'm pretty sure this used to work, but now it seems that the cutter mode is
being given as a string (gotta love JS).
I updated the switches to operate on the value .toString() so that it works
in the case of integer or string input types.