ENH: forbid max_vol_speed calibrate
Change-Id: I74aee19da02e203e4490f5ccacd8f68884055c02
This commit is contained in:
parent
79506b6b05
commit
858e6123ee
|
@ -471,7 +471,7 @@ void CalibrationPanel::init_tabpanel() {
|
||||||
|
|
||||||
m_cali_panels[0] = new PressureAdvanceWizard(m_tabpanel);
|
m_cali_panels[0] = new PressureAdvanceWizard(m_tabpanel);
|
||||||
m_cali_panels[1] = new FlowRateWizard(m_tabpanel);
|
m_cali_panels[1] = new FlowRateWizard(m_tabpanel);
|
||||||
m_cali_panels[2] = new MaxVolumetricSpeedWizard(m_tabpanel);
|
//m_cali_panels[2] = new MaxVolumetricSpeedWizard(m_tabpanel);
|
||||||
|
|
||||||
for (int i = 0; i < (int)CALI_MODE_COUNT; i++) {
|
for (int i = 0; i < (int)CALI_MODE_COUNT; i++) {
|
||||||
bool selected = false;
|
bool selected = false;
|
||||||
|
|
|
@ -14,7 +14,7 @@ namespace Slic3r { namespace GUI {
|
||||||
#define SELECT_MACHINE_REMIND wxColour(255,111,0)
|
#define SELECT_MACHINE_REMIND wxColour(255,111,0)
|
||||||
#define SELECT_MACHINE_LIGHT_GREEN wxColour(219, 253, 231)
|
#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);
|
wxString get_calibration_type_name(CalibMode cali_mode);
|
||||||
|
|
Loading…
Reference in New Issue