Files
linuxcnc-configs/my-emco-compact-5/custom-m-codes/M103
2026-03-21 23:48:08 +01:00

5 lines
60 B
Bash

#!/bin/bash
# axis reload after
axis-remote --reload
exit 0