mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 06:29:00 +08:00
Revert changes related to physical printer dialog
This commit is contained in:
parent
dc37b1176f
commit
7462b91123
@ -416,12 +416,12 @@ void PrintConfigDef::init_common_params()
|
|||||||
def->label = L("Authorization Type");
|
def->label = L("Authorization Type");
|
||||||
// def->tooltip = L("");
|
// def->tooltip = L("");
|
||||||
def->set_enum<AuthorizationType>({
|
def->set_enum<AuthorizationType>({
|
||||||
{ "user", L("HTTP digest") },
|
{ "key", L("API key") },
|
||||||
{ "key", L("API key") }
|
{ "user", L("HTTP digest") }
|
||||||
});
|
});
|
||||||
def->mode = comAdvanced;
|
def->mode = comAdvanced;
|
||||||
def->cli = ConfigOptionDef::nocli;
|
def->cli = ConfigOptionDef::nocli;
|
||||||
def->set_default_value(new ConfigOptionEnum<AuthorizationType>(atUserPassword));
|
def->set_default_value(new ConfigOptionEnum<AuthorizationType>(atKeyPassword));
|
||||||
|
|
||||||
// temporary workaround for compatibility with older Slicer
|
// temporary workaround for compatibility with older Slicer
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user