stepper signals looks good on scope

This commit is contained in:
Simen Svale Skogsrud
2009-02-03 23:36:04 +01:00
parent 5797812f4a
commit 7f9a9d27e2
5 changed files with 7097 additions and 157 deletions

View File

@ -323,7 +323,7 @@ void execute_go_home()
}
void mc_execute() {
st_set_pace(mc.pace);
// st_set_pace(mc.pace);
printByte('~');
while(mc.mode) { // Loop because one task might start another task
switch(mc.mode) {