Initial implementation, mostly proof of concept
This commit is contained in:
parent
0c110af1df
commit
4917f3b811
6 changed files with 222 additions and 1 deletions
|
@ -44,7 +44,7 @@ enum class MachineLimitsUsage {
|
|||
};
|
||||
|
||||
enum PrintHostType {
|
||||
htPrusaLink, htOctoPrint, htDuet, htFlashAir, htAstroBox, htRepetier
|
||||
htPrusaLink, htOctoPrint, htDuet, htFlashAir, htAstroBox, htRepetier, htMKS
|
||||
};
|
||||
|
||||
enum AuthorizationType {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue