mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
FIX: the radio box cannot hide when manual cali mode
jira: STUDIO-12160 Change-Id: Iae69bd504f20adca2314f6f8b0b04cc1c55e69f8 (cherry picked from commit ef8087ad76016994a5fffdc20f4415a091452597)
This commit is contained in:
@@ -311,9 +311,6 @@ public:
|
||||
|
||||
virtual void set_cali_method(CalibrationMethod method) {
|
||||
m_cali_method = method;
|
||||
if (method == CalibrationMethod::CALI_METHOD_MANUAL) {
|
||||
set_cali_filament_mode(CalibrationFilamentMode::CALI_MODEL_SINGLE);
|
||||
}
|
||||
}
|
||||
|
||||
virtual void msw_rescale();
|
||||
|
||||
Reference in New Issue
Block a user