Fixed AstroBox upload type selection.
This commit is contained in:
parent
c87e951da5
commit
5fe5378367
1 changed files with 1 additions and 1 deletions
|
@ -1337,7 +1337,7 @@ void PrintConfigDef::init_fff_params()
|
|||
def->enum_labels.push_back("OctoPrint");
|
||||
def->enum_labels.push_back("Duet");
|
||||
def->enum_labels.push_back("FlashAir");
|
||||
def->enum_values.push_back("AstroBox");
|
||||
def->enum_labels.push_back("AstroBox");
|
||||
def->mode = comAdvanced;
|
||||
def->set_default_value(new ConfigOptionEnum<PrintHostType>(htOctoPrint));
|
||||
|
||||
|
|
Loading…
Reference in a new issue