mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
FIX: fix some display problem
1. check the flow rate save name valid 2. fix the crash when saving with Chinese symbols 3. handle the display of Chinese symbols Change-Id: I3abe99ba17b2cc5893431d48de11a9597bf489a6
This commit is contained in:
parent
2e208063f6
commit
44b232bcae
4 changed files with 37 additions and 9 deletions
|
@ -316,6 +316,9 @@ void CalibUtils::calib_flowrate_X1C(const X1CCalibInfos& calib_infos, std::strin
|
|||
|
||||
if (calib_infos.calib_datas.size() > 0)
|
||||
obj_->command_start_flow_ratio_calibration(calib_infos);
|
||||
else {
|
||||
BOOST_LOG_TRIVIAL(info) << "flow_rate_cali: auto | send info | cali_datas is empty.";
|
||||
}
|
||||
}
|
||||
|
||||
void CalibUtils::emit_get_flow_ratio_calib_results(float nozzle_diameter)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue