Initial implementation, mostly proof of concept

This commit is contained in:
Sergey Kovalev 2020-12-27 21:51:06 +07:00
parent 0c110af1df
commit 4917f3b811
6 changed files with 222 additions and 1 deletions

View file

@ -44,7 +44,7 @@ enum class MachineLimitsUsage {
};
enum PrintHostType {
htPrusaLink, htOctoPrint, htDuet, htFlashAir, htAstroBox, htRepetier
htPrusaLink, htOctoPrint, htDuet, htFlashAir, htAstroBox, htRepetier, htMKS
};
enum AuthorizationType {