mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 15:35:55 +08:00
debug print after pressing send gcode button on plater
added debug print of Length of selected string
This commit is contained in:
parent
e0516a9872
commit
c41c1f1699
@ -160,8 +160,9 @@ PrintHostSendDialog::PrintHostSendDialog(const fs::path &path, PrintHostPostUplo
|
||||
// this time on Mac.
|
||||
CallAfter([=]() {
|
||||
BOOST_LOG_TRIVIAL(error) << "PrintHostSendDialog wxEVT_SHOW 0 " << recent_path_len << " " << recent_path_len << " " << stem_len;
|
||||
BOOST_LOG_TRIVIAL(error) << "PrintHostSendDialog wxEVT_SHOW 1 " << txt_filename->GetValue().Length() << " " << txt_filename->GetValue().size();
|
||||
txt_filename->SetSelection(recent_path_len, recent_path_len + stem_len);
|
||||
BOOST_LOG_TRIVIAL(error) << "PrintHostSendDialog wxEVT_SHOW 1";
|
||||
BOOST_LOG_TRIVIAL(error) << "PrintHostSendDialog wxEVT_SHOW 2";
|
||||
});
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user