mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
Add support for creality print
This commit is contained in:
parent
17492c1e5b
commit
735d179f1a
7 changed files with 285 additions and 2 deletions
|
@ -42,7 +42,7 @@ enum class FuzzySkinType {
|
|||
};
|
||||
|
||||
enum PrintHostType {
|
||||
htPrusaLink, htPrusaConnect, htOctoPrint, htDuet, htFlashAir, htAstroBox, htRepetier, htMKS, htESP3D, htObico, htFlashforge, htSimplyPrint
|
||||
htPrusaLink, htPrusaConnect, htOctoPrint, htDuet, htFlashAir, htAstroBox, htRepetier, htMKS, htESP3D, htCrealityPrint, htObico, htFlashforge, htSimplyPrint
|
||||
};
|
||||
|
||||
enum AuthorizationType {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue