Problem with enabling laser on Rumba
Hello,
trying to get laser working on a Rumba board.
We tried enabling the laser, and set the #define ENABLE_LASER to 1 and tried different LASER_PIN options.
LASER_ON_HIGH is set to 1. DEFAULT_PRINTER_MODE is set to laser (1).
First tested was HEATED_BED, afterwards we also tried HEATER 1. While the commands seem to work (like the M3 command for example) the outputs don't produce any voltage so our laser doesn't turn on.
Any recommendations for a pin that we can control?
Here's a link to the config we are currently using: http://pastebin.com/uQXq9PgF
trying to get laser working on a Rumba board.
We tried enabling the laser, and set the #define ENABLE_LASER to 1 and tried different LASER_PIN options.
LASER_ON_HIGH is set to 1. DEFAULT_PRINTER_MODE is set to laser (1).
First tested was HEATED_BED, afterwards we also tried HEATER 1. While the commands seem to work (like the M3 command for example) the outputs don't produce any voltage so our laser doesn't turn on.
Any recommendations for a pin that we can control?
Here's a link to the config we are currently using: http://pastebin.com/uQXq9PgF
Comments
In fact we forgot to set the correct laser intensity using M3. Any value under 200 did not activate the laser. After setting the intensity to max (for testing) any G1 command enabled the laser correctly.