Test the laser and align mirrors mode
Quote from Paul on August 26, 2018, 9:04 pmYou can set the $31 laser mode to cnc mode which allows the laser to fire when the gantry is not moving. Great to align the laser mirrors. Issue a M3 or M4 S100 to fire the laser.
After alignment you revert back to laser mode $32=1 (laser mode). You can do this via any gcode sender. See here a few examples:
http://winder.github.io/ugs_website/download/
https://github.com/cncjs/cncjs/releases
Tip for cncjs: click in the black command box to issue $32 command (not 31 as stated before, my fault). Use $$ to read out the set config. Use ? to see the gerbil status (limit switches, position etc).
Difference between M3 and M4 is CW and CCW (counterwise and counter clock wise movement of the spindle). In laser land there is no difference between M3 or M4 while executing it by Gerbil. It's just on M3/4 and off M5. The difference is done in the cutting and engraving gcode generation where the program inserts an M3 or M4 or M5. That's all.
You can set the $31 laser mode to cnc mode which allows the laser to fire when the gantry is not moving. Great to align the laser mirrors. Issue a M3 or M4 S100 to fire the laser.
After alignment you revert back to laser mode $32=1 (laser mode). You can do this via any gcode sender. See here a few examples:
http://winder.github.io/ugs_website/download/
https://github.com/cncjs/cncjs/releases
Tip for cncjs: click in the black command box to issue $32 command (not 31 as stated before, my fault). Use $$ to read out the set config. Use ? to see the gerbil status (limit switches, position etc).
Difference between M3 and M4 is CW and CCW (counterwise and counter clock wise movement of the spindle). In laser land there is no difference between M3 or M4 while executing it by Gerbil. It's just on M3/4 and off M5. The difference is done in the cutting and engraving gcode generation where the program inserts an M3 or M4 or M5. That's all.
Quote from boogabee on January 1, 2019, 12:03 amI'm having a tough time getting this to work. I can't get the laser to fire a test shot so I can align mirrors using cncjs.
I must be missing something silly. I've done laser alignment before I put the new controller in using the test switch before without a problem. Just can't get it to flash a short burst using cncjs. Maybe a short video?
I'm having a tough time getting this to work. I can't get the laser to fire a test shot so I can align mirrors using cncjs.
I must be missing something silly. I've done laser alignment before I put the new controller in using the test switch before without a problem. Just can't get it to flash a short burst using cncjs. Maybe a short video?
Quote from Paul on January 22, 2019, 1:24 pmYou need to put the controller into CNC mode becasue the laser mode prevent firing when the head is not moving as a safety feature.
$32=0 sets it into cnc mode and you can do so via any G-code sender.
M3 or 4 fires the laser then continuously
M5 turns it off.
You need to put the controller into CNC mode becasue the laser mode prevent firing when the head is not moving as a safety feature.
$32=0 sets it into cnc mode and you can do so via any G-code sender.
M3 or 4 fires the laser then continuously
M5 turns it off.
Quote from Brian_EBA on April 16, 2019, 6:02 amA bit confused here. You have conflicting information. First post you refer to $31 last post you refer to $32. Which one is it? Thanks!
A bit confused here. You have conflicting information. First post you refer to $31 last post you refer to $32. Which one is it? Thanks!
Quote from Paul on April 16, 2019, 8:41 pmYes the $ settings can be confusing and even I cannot remember them all! $32 is for the laser vs cnc mode and helpful when aligning the mirrors. $31 is the power range setting and helpful for calibrating the power output and laser tube output, see a blog about the configuration settings here What are $ Settings ?
Yes the $ settings can be confusing and even I cannot remember them all! $32 is for the laser vs cnc mode and helpful when aligning the mirrors. $31 is the power range setting and helpful for calibrating the power output and laser tube output, see a blog about the configuration settings here What are $ Settings ?
Quote from Brian_EBA on April 16, 2019, 10:47 pmThanks. I did find info on the settings yesterday. But reading your posts confused me before I found the info. Much appreciated!
P.S. Might want to edit your first post and change $31 to $32 to prevent further confusion.
Thanks. I did find info on the settings yesterday. But reading your posts confused me before I found the info. Much appreciated!
P.S. Might want to edit your first post and change $31 to $32 to prevent further confusion.
Quote from Paul on April 17, 2019, 9:06 amP.S. Might want to edit your first post and change $31 to $32 to prevent further confusion.
Done! Thanks for reminding me 😉
P.S. Might want to edit your first post and change $31 to $32 to prevent further confusion.
Done! Thanks for reminding me 😉