add missing M17 / M18 for Horus

0.92.6-sync
Luc 2016-05-25 19:42:22 +02:00
rodzic 48eceb4dc2
commit 7bfe1c4d7e
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -1711,8 +1711,10 @@ void Commands::processMCode(GCode *com) {
break;
#if DAVINCI == 4
case 17:
getMotorDriver(0)->disable();
break;
case 18:
getMotorDriver(0)->enable();
break;
case 60:
Com::printFLN("",500);