mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-14 06:45:54 +08:00
ENH: limit flow rate calibration multi-tray-select
Change-Id: I7e3f6ca09824ba784e17ee3d5d582a1c193a4327
This commit is contained in:
parent
24a0c1e976
commit
53215d1a62
@ -3211,12 +3211,13 @@ void FlowRateWizard::switch_pages(SimpleEvent& evt) {
|
||||
}
|
||||
|
||||
void FlowRateWizard::change_ams_select_mode() {
|
||||
if (is_high_end_type(curr_obj)) {
|
||||
set_ams_select_mode(FSMCheckBoxMode);
|
||||
}
|
||||
else {
|
||||
set_ams_select_mode(FSMRadioMode);
|
||||
}
|
||||
//if (is_high_end_type(curr_obj)) {
|
||||
// set_ams_select_mode(FSMCheckBoxMode);
|
||||
//}
|
||||
//else {
|
||||
// set_ams_select_mode(FSMRadioMode);
|
||||
//}
|
||||
set_ams_select_mode(FSMRadioMode);
|
||||
}
|
||||
|
||||
bool FlowRateWizard::start_calibration(std::vector<int> tray_ids)
|
||||
|
Loading…
x
Reference in New Issue
Block a user