stefanix / LasaurGrbl

This is grbl for the Lasersaur. Grbl is a g-code-centric CNC controller and Lasersaur is an open source laser cutter.
http://lasersaur.com/
42 stars 14 forks source link

laser enable/disable pin not used #1

Closed stefanix closed 13 years ago

stefanix commented 13 years ago

M3, M4, M5 sets gc.laser_enable but nothing happens with this variable. Also on laser_init the laser is disabled, meaning the bin is not grounded (need to double check). See laser_contol.c

WORK AROUND is to simple wire the enable/disable wire to ground.

stefanix commented 13 years ago

the init code now sets the dis pin low. The laser is always enabled but the pwm duty cycle is set to 0 accordingly. Not sure we need the dis pin.