ENH: forbid max_vol_speed calibrate

Change-Id: I74aee19da02e203e4490f5ccacd8f68884055c02
This commit is contained in:
liz.li 2023-07-07 11:00:14 +08:00 committed by Lane.Wei
parent 79506b6b05
commit 858e6123ee
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ namespace Slic3r { namespace GUI {
#define SELECT_MACHINE_REMIND wxColour(255,111,0)
#define SELECT_MACHINE_LIGHT_GREEN wxColour(219, 253, 231)
#define CALI_MODE_COUNT 3
#define CALI_MODE_COUNT 2
wxString get_calibration_type_name(CalibMode cali_mode);