Hi there. I recently got my NEJE laser engraver. I wired it up (TTL input B to gpio.27, GND input B to GND pin right next to gpio.27, and power to the laser coming through a 12V power supply to input A). My config file is set below. I was working on testing it with gcode commands “M3 S1” or “M3 S10”, my config is setup to S255. I do notice that the small light next to gpio.27 and gpio.26 is not lighting up, is it suppose to be? Any help would be appreciated. I have not setup lightburn yet as I am just trying to get the laser to turn on.
Thanks. I am not sure if that did the trick or connecting it to gpio.13 instead. Will the Gcode generated in lightburn create the F100 command for me when I start to burn?
Your laser needs to be connected to a free port that is capable of PWM.
When you move to a new position like G1 X50 Y100, Lightburn will also set speed of the movement, that is where F value comes in. I use a different tool (Cut2D) with my CNC but it would work similarly. In your program, you adjust % of power of laser and speed of movement. Post processor of your program takes care of translating/formatting it to G-codes…
I assume you are running a Jackpot board? Most GRBL setups use a max S value of 1000, not 255. You can adjust this in device settings in Lightburn, but it will default to 1000 for a GRBL-based board.