mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-31 14:02:03 +08:00
no tab change when export gcode & gui typo
This commit is contained in:
parent
1b5bea5ec9
commit
cdd0a728f1
@ -405,7 +405,7 @@ void PrintConfigDef::init_fff_params()
|
||||
def->full_label = L("Internal bridge speed");
|
||||
def->category = OptionCategory::speed;
|
||||
def->tooltip = L("Speed for printing the bridges that support the top layer.\nCan be a % of the bridge speed.");
|
||||
def->sidetext = L("mm/s");
|
||||
def->sidetext = L("mm/s or %");
|
||||
def->ratio_over = "bridge_speed";
|
||||
def->min = 0;
|
||||
def->mode = comAdvanced;
|
||||
|
@ -3737,7 +3737,7 @@ void Plater::priv::on_slicing_update(SlicingStatusEvent &evt)
|
||||
void Plater::priv::on_slicing_completed(wxCommandEvent & evt)
|
||||
{
|
||||
notification_manager->push_slicing_complete_notification(evt.GetInt(), is_sidebar_collapsed());
|
||||
if(wxGetApp().app_config->get("auto_switch_preview") == "1")
|
||||
if(wxGetApp().app_config->get("auto_switch_preview") == "1" && !this->preview->can_display_gcode())
|
||||
main_frame->select_tab(MainFrame::ETabType::PlaterPreview);
|
||||
switch (this->printer_technology) {
|
||||
case ptFFF:
|
||||
|
Loading…
x
Reference in New Issue
Block a user