mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-09-20 12:13:13 +08:00
FIX: finish time not show info of day
Change-Id: I0c92b1405be46e93989816a1df95899c947dfe59
This commit is contained in:
parent
45386c862f
commit
15ec81745f
@ -604,6 +604,8 @@ inline std::string get_bbl_finish_time_dhm(float time_in_secs)
|
||||
diff_day += 365;
|
||||
}
|
||||
diff_day += finish_day;
|
||||
} else {
|
||||
diff_day = finish_day - current_day;
|
||||
}
|
||||
|
||||
std::string finish_time_str = std::to_string(finish_hour) + ":" + std::to_string(finish_minute);
|
||||
|
Loading…
x
Reference in New Issue
Block a user