mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-03 17:05:43 +02:00
+ add FlashAir support for host upload
This commit is contained in:
committed by
Vojtěch Bubník
parent
2399570950
commit
3321ae7f13
@@ -30,7 +30,7 @@ enum GCodeFlavor : unsigned char {
|
||||
};
|
||||
|
||||
enum PrintHostType {
|
||||
htOctoPrint, htDuet
|
||||
htOctoPrint, htDuet, htFlashAir
|
||||
};
|
||||
|
||||
enum InfillPattern {
|
||||
@@ -102,6 +102,7 @@ template<> inline const t_config_enum_values& ConfigOptionEnum<PrintHostType>::g
|
||||
if (keys_map.empty()) {
|
||||
keys_map["octoprint"] = htOctoPrint;
|
||||
keys_map["duet"] = htDuet;
|
||||
keys_map["flashair"] = htFlashAir;
|
||||
}
|
||||
return keys_map;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user