I have a bobscnc E4 when I try to do the alignment setup for the lightburn camera I hit frame and it jogs the machine to the other side and hit limit switch.
You may have your machine configured incorrectly. The camera requires using Absolute Coords, which means your machine has be homed and have the origin set properly. Do you home the machine? If so, after homing, what does the controller say if you type ? and press enter in the console?
<IdlelWpos:-18.4129,-7.4400,0.3562lFS:0.0,l
WCO:-6.4296,-17.4026,-0.7106
After homing, assuming the machine is in the front-left position, it should read Wpos:0.00, 0.00, 0.00.
The machine needs to have the origin set to the front left. There’s some guidance for how to do this here: https://lightburnsoftware.github.io/NewDocs/CommonGrblSetups.html
The original of my Machine is X+18.375 (466.725)mm Y+7.5625(192.088)mm off from when I home th he Machine so if I’m right if put this code in it will fix my problem?
G10 L2 P1 X-466.722 Y-192.088
That looks right. Basically if you home the machine and set the offset to zero (G10 L2 P1 X0 Y0) then jog to the origin location (front left) and type ? in the console, the returned coordinate is the amount you need to negative offset by.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.