I have a Genmitsu 4040-Pro; the bed is 400mm by 400mm and set up as such in MM.
Much of my issues are probably user error, and am using UGS to move X, Y, Z axis back to where need to go when MM resets. However, I cannot get it to home since the sequencing drops the Z axis first, straight into my spoil board and the zeros for all my axis are incorrect presently.
I cannot move my X or Y axis back toward the home since it zeros out the machine coordinates, leaving my tool somewhere to the right -middle of my bed instead of the front left where it should be.
Can I change the homing sequence to change my X and Y first, then Z? Hitting home of X and Y separately does not work.
Forgive me, iām a newbie and have issues with the other CAM/CAD/Controller software Iāve tried.
Iām having to use UGS to control and move the machine after MM resets the zeros to the wrong spot in the machine, making it so I canāt toggle the X and Y coordinates back to the machine zero.
Homing causes the Z axiz to drop first into my spoilboard requiring me to E-stop.
Try going to settings (spanner & wrench) then custom Gcode and either change Home Z to $H=0 this will raise your Z to 0 (top) as part of Homing OR change HOME to G0 X=0 Y=0 Z=0 provided you have set your spindle at 0,0 in the home position.
Then the machine is not configured correctly. A CNC should home the z axis UP, not down. Thatās the standard homing cycle. Move z up (such that it is avoiding all obstacles) and then home x and y. So you need to configure your homing cycle correctly.
You can home individual axis with the $HZ, $HY and $HX commands, as long as your firmware supports it.
Yes, you can, if you use standard grbl firmware, you can change this, but it will require a recompile of the firmware.
@misken is exactly right. It appears your machine was never properly configured, or might have a stored offset. Enter in the Console window in this orderā¦
$I
?
$$
Then copy everything starting with the ā$Iā and paste it in your reply.