mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-16 12:15:51 +08:00
Fixed AstroBox upload type selection.
This commit is contained in:
parent
c87e951da5
commit
5fe5378367
@ -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…
x
Reference in New Issue
Block a user