Hi everyone,
I'm having some problems with activation laser. Using 101 firmware, laser is On/Off style, 1W, connected to hotend fan pin (ORIG_FAN_PIN as in Configuration file).
Here's a piece of gcode:
;start g_code
G28 ; home all axes
M452 ; select laser mode
G21 ; set units to millimeters
G90 ; use absolute coordinates
;general g_code
M106 S0
G0 X0 Y0 Z40 F1000
G0 X-2 Y0 F1000
G0 X0.02 Y0 F1000
M106 S255
G1 X40.01 Y0 F500
M107 S0
I can manually activate laser, but it doesn't activate in print process. What am I doing wrong?