mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-09 15:57:55 -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
|
@ -24,11 +24,11 @@ CalibrationStyle get_cali_style(MachineObject* obj)
|
|||
wxString get_cali_mode_caption_string(CalibMode mode)
|
||||
{
|
||||
if (mode == CalibMode::Calib_PA_Line)
|
||||
return _L("Pressure Advance Calibration");
|
||||
return _L("Dynamic Pressure Control Calibration");
|
||||
if (mode == CalibMode::Calib_Flow_Rate)
|
||||
return _L("Flow Rate Calibration");
|
||||
if (mode == CalibMode::Calib_Vol_speed_Tower)
|
||||
return _L("Max Volumetric Speed");
|
||||
return _L("Max Volumetric Speed Calibration");
|
||||
return "no cali_mode_caption";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue