mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-25 06:05:15 +00:00
Use different step value for pattern test
This commit is contained in:
@@ -165,9 +165,14 @@ void PA_Calibration_Dlg::reset_params() {
|
|||||||
|
|
||||||
if (!isDDE) {
|
if (!isDDE) {
|
||||||
m_tiEndPA->GetTextCtrl()->SetValue(wxString::FromDouble(1.0));
|
m_tiEndPA->GetTextCtrl()->SetValue(wxString::FromDouble(1.0));
|
||||||
|
|
||||||
|
if (m_params.mode = CalibMode::Calib_PA_Pattern) {
|
||||||
|
m_tiPAStep->GetTextCtrl()->SetValue(wxString::FromDouble(0.05));
|
||||||
|
} else {
|
||||||
m_tiPAStep->GetTextCtrl()->SetValue(wxString::FromDouble(0.02));
|
m_tiPAStep->GetTextCtrl()->SetValue(wxString::FromDouble(0.02));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
void PA_Calibration_Dlg::on_start(wxCommandEvent& event) {
|
void PA_Calibration_Dlg::on_start(wxCommandEvent& event) {
|
||||||
bool read_double = false;
|
bool read_double = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user