fix repetier pull request #569

This commit is contained in:
supermerill 2020-10-16 23:52:46 +02:00
parent db99b091d9
commit 3ec7dec140

View File

@ -152,7 +152,6 @@ void PrintConfigDef::init_common_params()
def = this->add("printhost_slug", coString);
def->label = L("Printer");
def->tooltip = L("Name of the printer");
def->gui_type = "select_open";
def->mode = comAdvanced;
def->set_default_value(new ConfigOptionString(""));