Hi Everyone,
How to step to step with CNC calibration?
I already build MPCNC but I haven’t tried to cutting any material with MPCNC yet, I was test with 12mm circle using pen, but they draw circle is over 12mm, Circle is about 800mm to drawing that is incorrect.
I expect calibration for min and max of X Y Z and cutting correct size.
I was researched internet and they show me different way to calibration and different of CNC machine, which is not same as mine.
Before using the pen, just send a 10mm movement command and make sure it moves only 10mm. Test this in each direction. After that, use the test crown gcode to make sure the machine can draw that. At that point, you can follow the estlcam basics tutorial to properly set up your CAM.
My guess is you have something wrong like units, and you need to isolate where the problem is.
Use cncjs or UGS and send some 10mm commands in each direction. If an axis doesn’t move 10mm, then you have something wrong. Tell us how far it moved and we can probably guess the issue. The steps/mm should be 100,100,400.
Then run the test crown (with cncjs or UGS), you don’t need estlcam to do that. Then you can use estlcam or whatever cam, but you will at least know any future problems are in the cam setup, not the machine.
Grbl gcode is quite good, just send g91g0x10 if in mm or g91g0x1 to move 1” in x if you are using inch units. G91 is incremental move, G90 is absolute. $$ gives you a listing of the setup parameters and you can adjust the steps to dial in the machine.