Homing and leveling with Z probe #308
-
My machine has a ganged Z axis. Is it possible to use the Z probe to measure and level the z gantry with the existing core commands? If not, is there a plugin? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Squaring of ganged axes is usually via the autosquaring homing function and ganged axis offsets. You could use existing probe functions to determine the required offsets assuming you have a perfectly square reference surface. Then the axis would be squared whenever you home. If you are trying to correct for skew in the controller I don't think this is currently supported. Surface mapping in GRBLHAL is accomplished by modifying the g-code in the sender. Notably, if you perform a surface map with a skewed axis and then apply that map to a loaded g-code program it will inherently correct for a skewed Z axis. |
Beta Was this translation helpful? Give feedback.
Squaring of ganged axes is usually via the autosquaring homing function and ganged axis offsets. You could use existing probe functions to determine the required offsets assuming you have a perfectly square reference surface. Then the axis would be squared whenever you home.
If you are trying to correct for skew in the controller I don't think this is currently supported. Surface mapping in GRBLHAL is accomplished by modifying the g-code in the sender. Notably, if you perform a surface map with a skewed axis and then apply that map to a loaded g-code program it will inherently correct for a skewed Z axis.