mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
Support for Obico cloud integration (#4116)
support obico (#3) Add printer support for Obico cloud. --------- Co-authored-by: zzh <anjingxw@126.com>
This commit is contained in:
parent
047b889ba6
commit
8c941df4e8
11 changed files with 519 additions and 2 deletions
|
@ -59,7 +59,7 @@ enum class FuzzySkinType {
|
|||
};
|
||||
|
||||
enum PrintHostType {
|
||||
htPrusaLink, htPrusaConnect, htOctoPrint, htDuet, htFlashAir, htAstroBox, htRepetier, htMKS
|
||||
htPrusaLink, htPrusaConnect, htOctoPrint, htDuet, htFlashAir, htAstroBox, htRepetier, htMKS, htObico
|
||||
};
|
||||
|
||||
enum AuthorizationType {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue