mpcnc_posts_processor icon indicating copy to clipboard operation
mpcnc_posts_processor copied to clipboard

fix type issue with laser on/off

Open vmagro opened this issue 4 years ago • 0 comments

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.

vmagro avatar Jun 20 '21 19:06 vmagro