muele/red/justfile
Frederik Menke 1bc575d06c Fix M114 throughput issues
We must wait for Marlin to boot before sending any commands. Otherwise
it doesn't reply anymore.
2022-10-17 22:42:47 +02:00

7 lines
250 B
Makefile

build:
cargo build --target=armv7-unknown-linux-gnueabihf
rrun:
#scp -r ./src olimex@muele.local:red/
rsync -rvu --filter=':- .gitignore' ../red olimex@muele.local:
ssh olimex@muele.local "cd red; /home/olimex/.cargo/bin/cargo run;"