Hi, everyone. I am new to Repetier and 3D printing.
In recent days, I am building my 3D printer by using Arduino Mega2560 + Ramps 1.4 + laser source. All the setting and steps are easy except the problem of LASER PIN SIGNAL. Based on the configuration tool of Repetier Host, I set the LASER PIN as D9. After uploading the firmware and working for a while, I found that the laser was not working. Then I tried to use multimeter and oscilloscope to check the signal on D9, there had no signal. Also, M3 Command was used in Repetier Host, however, the result was the same.================================================================================/Other tools may use M3 and M5 to enable/disable laser. Here G1/G2/G3 moves have laser enabled
and G0 moves have it disables.In any case, laser only enables while moving. At the end of a move it gets
automatically disabled.
/#define SUPPORT_LASER 1
#define LASER_PIN ORIG_FAN_PIN
#define LASER_ON_HIGH 0 =================================================================================
Could anyone give some help? Thanks