I am sending serial commands to control the uArm (Swift Pro) and I can’t find a command in the quick start guide to turn the laser on or off. I can move the arm (G0 Xxxx Yyyy Zzzz Ffff, etc.) and start and stop the pump but that same command (M2231 V1) does nothing for the laser. Are there more commands available?
Thanks! Works like a charm. I also figured out that commanding to move the arm when the laser is on, turns the laser off (move starts with ‘G)’). Moving the arm with the relative commands keeps the laser on.
I engraved a few triangles to test repeatability, it’s ok (3 of 4 were right n top of each other), though I may have started too close to the base.
This is a wonderful tool, I hope I can use it to its fullest capability.
Is there some software based focusing involved? When we use the Studio- it asks for a Zero - if you do not set it properly the beam is defocussed. I understand the on/off - but how about the focus - like you do in the studio after you press the “play”?
Focus point for my uarm was at Z85. I found this by setting to 0 in studio allowing it to start pause it propped up the arm making sure it was a snug fit. Turned off the arm and closed studio. Opened up arduino IDE (any serial monitor with right B rate and port will suffice) use P2220\n gives axis positions. Gave G0 X150 Y0 Z85. THEN G1 X200 Y0 Z85 F250\n laser was in focus. Thus I have my engrave axis cords. For beam focus. TIP. Varied trials on Z85 +/- adjustments to fine tune results for different effects deeper scores. Wider lines etc.