fixed some bugs

This commit is contained in:
2020-09-23 17:31:01 +03:00
parent 43de7a0259
commit 240b5f8677
14 changed files with 222 additions and 49 deletions

8
commandline/cfg/move Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
while true; do
./steppermove -m100 -w -I4 -r 32
./steppermove -m200 -w -I4 -r -64
sleep 1
done