mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-24 11:22:07 +00:00
FIX:fixed issue with calibration progress
jira:[STUDIO-3592] Change-Id: I54ff7141169f8d1e33f2c1711d464ce5d04877c2
This commit is contained in:
@@ -450,6 +450,14 @@ void CalibrationCaliPage::set_cali_method(CalibrationMethod method)
|
||||
}
|
||||
}
|
||||
|
||||
bool CalibrationCaliPage::Show(bool show /*= true*/)
|
||||
{
|
||||
if (true) {
|
||||
reset_printing_values();
|
||||
}
|
||||
return wxPanel::Show(show);
|
||||
}
|
||||
|
||||
float CalibrationCaliPage::get_selected_calibration_nozzle_dia(MachineObject* obj)
|
||||
{
|
||||
// return selected if this is set
|
||||
|
||||
Reference in New Issue
Block a user