```python from QtPyVCP.actions.machine_actions import issue_mdi if issue_mdi.ok(): issue_mdi('G0 x0 y0 z0')```