diff --git a/src/slic3r/GUI/Plater.cpp b/src/slic3r/GUI/Plater.cpp index 0c6a5ed90..d8cb77f33 100644 --- a/src/slic3r/GUI/Plater.cpp +++ b/src/slic3r/GUI/Plater.cpp @@ -5327,11 +5327,6 @@ void Plater::on_config_change(const DynamicPrintConfig &config) } } - { - const auto prin_host_opt = p->config->option("print_host"); - p->sidebar->show_send(prin_host_opt != nullptr && !prin_host_opt->value.empty()); - } - if (bed_shape_changed) p->set_bed_shape(p->config->option("bed_shape")->values, p->config->option("bed_custom_texture")->value,