First release June, 29 2023.
Besides power, laser requires a pwm signal to modulate its optical output. This output can be generated via a 5V plugin module on the 6_pack controller.
laser:
pwm_hz: 2000 #optimal value depends on your laser module
output_pin: gpio.13:high
enable_pin: NO_PIN
disable_with_s0: false
s0_with_disable: true
tool_num: 0
speed_map: 0=0.000% 1000=100.000%
off_on_alarm: true
In this example tool number 0 is assigned to laser. The pwm frequency for the laser has been set to 2000hz for an Ortur 10W optical power as per manufacturer. Check with your manufacturer to set the proper frequency. It should fall in the 2000 - 5000hz range.
It is necessary that your Windows OS recognize your engraver as a serial COM port once connected. Depending on the type of controller board this port may appear in the computer’s device manager with the name “USB-SERIAL CH340” or “USB Serial Device” or something else. Note the port number
The name with which it appears in the device manager strictly depends on the type of machine.
If no name appears, or if a device with an error symbol appears, you probably need to install a driver. Refer to the manufacturer’s instructions to find out which driver to install. Usually the most common controller board use the CH340 chip.
Google for “arduino CH340G” if your system does not recognize serial port. Sparkfun has a tutorial on updating the CH340 chip on all three OS.
Please Mac OS user, provide me with usb comm port details and pic.
Please Linux OS user, provide me with usb comm port details and pic.
Open Lightburn and go to Menu/Device Settings
1- Set the followings:
2- Validate that machine position is enable. Open Edit/Machine Settings and validate that Show buffer data is set to True
3- Adding Control Panels
4- Adding FluidNC Controler to Lightburn GRBL list
5- Connecting
Tips