mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
ENH: adjust layout of preset page
Change-Id: I4b58b905071586f1d639adebed080c90e75b4553
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user