mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
ENH: adjust layout of preset page
Change-Id: I4b58b905071586f1d639adebed080c90e75b4553
This commit is contained in:
parent
1dfcbf6093
commit
d208272695
8 changed files with 31 additions and 31 deletions
|
@ -514,7 +514,7 @@ void PressureAdvanceWizard::on_cali_save()
|
|||
else {
|
||||
assert(false);
|
||||
}
|
||||
MessageDialog msg_dlg(nullptr, _L("Pressure advance calibration result has been saved to the printer"), wxEmptyString, wxICON_WARNING | wxOK);
|
||||
MessageDialog msg_dlg(nullptr, _L("Dynamic Pressure Control calibration result has been saved to the printer"), wxEmptyString, wxICON_WARNING | wxOK);
|
||||
msg_dlg.ShowModal();
|
||||
}
|
||||
show_step(start_step);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue