mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-13 02:28:10 +08:00
Removed code which is redundant now,
but causes an issue #3642 (G-Code Export button visible in "non-default" position) All Show/Hide() of active buttons are processed inside show_action_buttons() function
This commit is contained in:
parent
0228375512
commit
5c6987137d
@ -5327,11 +5327,6 @@ void Plater::on_config_change(const DynamicPrintConfig &config)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
|
||||||
const auto prin_host_opt = p->config->option<ConfigOptionString>("print_host");
|
|
||||||
p->sidebar->show_send(prin_host_opt != nullptr && !prin_host_opt->value.empty());
|
|
||||||
}
|
|
||||||
|
|
||||||
if (bed_shape_changed)
|
if (bed_shape_changed)
|
||||||
p->set_bed_shape(p->config->option<ConfigOptionPoints>("bed_shape")->values,
|
p->set_bed_shape(p->config->option<ConfigOptionPoints>("bed_shape")->values,
|
||||||
p->config->option<ConfigOptionString>("bed_custom_texture")->value,
|
p->config->option<ConfigOptionString>("bed_custom_texture")->value,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user