I have a problem with LaserWeb, the actual position is wrong, but the movement in real machine is OK.
I used gcode generator Cam bam. Machine runs in mm very fine, but position in GUI is wrong or in inches. Why?
@Camilo_A_C can you post your gcode so we can examine it?
Check $13 should be $13=0
$13 - Report inches, boolean
Grbl has a real-time positioning reporting feature to provide a user feedback on where the machine is exactly at that time, as well as, parameters for coordinate offsets and probing. By default, it is set to report in mm, but by sending a $13=1 command, you send this boolean flag to true and these reporting features will now report in inches. $13=0 to set back to mm.
Yes you’re right! Thanks. It was $13. But, i don’t know why it has changed
I wonder if some gcode senders change it