Anyone know location of gcode files where i can just scp them into the printer(that can just be automated to send all files in a specific folder to it) ?
Also how to inject gcode or mqtt commands would also be a nice way to communicate to with the printer is there aren’t a bunch of handshakes except for a specific listening ip…,
I would prefer to just do everything in the terminal, VPN and SSH into my network from anywhere like I do everything else.
apparently not, you need both dropbear and opkg install openssh-sftp-server
I created a .zshrc alias :
function sck()
{ scp $1 root@192.168.0.109:/mnt/UDISK/ }
and it works like a charm to drag files into the terminal with this
all we need now is some command to send hotbed and start commands
I will report back with the ram usage
root@TinaLinux:~# free
total used free shared buffers cached
Mem: 111532 95608 15924 64 19124 37048
-/+ buffers/cache: 39436 72096
Swap: 0 0 0
this is the lowest I was able to get it