Yea UM3 is an open close open system so...
You need to activate Dev mode to get SSH access to your printer then...
SSH root@IPADDRESS
and then you need to move to the folder
usr/share/griffin
There you can do
python3 command_util.py
to execute a program that allows direct access to the machine and send gcode commands
Type help once inside the python, if I recall correctly the command is called sendgcode
so you can do, for example:
sendgcode G28 Z0
A full control of the machine seems that isn't allowed, why? I have no idea.
- 1
Recommended Posts
nallath 1,124
Manually sending g-code snippets it not possible (unless you want to hack a whole lot). Moving the head is possible by means of the API (doing a put http request on the head position)
Link to post
Share on other sites