mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-09 15:57:55 -06:00
ENH: limit flow rate calibration multi-tray-select
Change-Id: I7e3f6ca09824ba784e17ee3d5d582a1c193a4327
This commit is contained in:
parent
24a0c1e976
commit
53215d1a62
1 changed files with 7 additions and 6 deletions
|
@ -3211,12 +3211,13 @@ void FlowRateWizard::switch_pages(SimpleEvent& evt) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void FlowRateWizard::change_ams_select_mode() {
|
void FlowRateWizard::change_ams_select_mode() {
|
||||||
if (is_high_end_type(curr_obj)) {
|
//if (is_high_end_type(curr_obj)) {
|
||||||
set_ams_select_mode(FSMCheckBoxMode);
|
// set_ams_select_mode(FSMCheckBoxMode);
|
||||||
}
|
//}
|
||||||
else {
|
//else {
|
||||||
set_ams_select_mode(FSMRadioMode);
|
// set_ams_select_mode(FSMRadioMode);
|
||||||
}
|
//}
|
||||||
|
set_ams_select_mode(FSMRadioMode);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool FlowRateWizard::start_calibration(std::vector<int> tray_ids)
|
bool FlowRateWizard::start_calibration(std::vector<int> tray_ids)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue