PrusaLink class

This commit is contained in:
David Kocik 2021-06-03 10:37:26 +02:00
parent 51f33ddf98
commit 725e60d006
7 changed files with 86 additions and 3 deletions

View file

@ -50,6 +50,7 @@ PrintHost* PrintHost::get_print_host(DynamicPrintConfig *config)
case htFlashAir: return new FlashAir(config);
case htAstroBox: return new AstroBox(config);
case htRepetier: return new Repetier(config);
case htPrusaLink: return new PrusaLink(config);
default: return nullptr;
}
} else {