mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-06-22 15:42:34 +08:00
Update the maximum volumetric flow hint at the filament page
when the page gets activated, so that the print & printer profile changes are reflected immediately.
This commit is contained in:
parent
21b4e62e6e
commit
898c697f13
@ -1243,6 +1243,12 @@ sub _update {
|
|||||||
for qw(min_fan_speed disable_fan_first_layers);
|
for qw(min_fan_speed disable_fan_first_layers);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sub OnActivate {
|
||||||
|
my ($self) = @_;
|
||||||
|
$self->{volumetric_speed_description_line}->SetText(
|
||||||
|
Slic3r::GUI::PresetHints::maximum_volumetric_flow_description(wxTheApp->{preset_bundle}));
|
||||||
|
}
|
||||||
|
|
||||||
package Slic3r::GUI::Tab::Printer;
|
package Slic3r::GUI::Tab::Printer;
|
||||||
use base 'Slic3r::GUI::Tab';
|
use base 'Slic3r::GUI::Tab';
|
||||||
use Wx qw(wxTheApp :sizer :button :bitmap :misc :id :icon :dialog);
|
use Wx qw(wxTheApp :sizer :button :bitmap :misc :id :icon :dialog);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user