mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
The DisplayProgressOnLCD script was changed and the "time_remaining" was split into two settings: the "time_remaining" and the "time_remaining_method". If the "time_remaining" was enabled, the "time_remaining_method" should be set to "m117". The VersionUpgrader48to49 was changing the "time_remaining" to "m117" instead of changing the "time_remaining_method", which was leading to the "time_remaining" having a wrong value and not being interpreted as a boolean. This commit fixes that by setting the "time_remaining_method" into "m117" when the "time_remaining" was True. CURA-8110 |
||
|---|---|---|
| .. | ||
| VersionUpgrade21to22 | ||
| VersionUpgrade22to24 | ||
| VersionUpgrade25to26 | ||
| VersionUpgrade26to27 | ||
| VersionUpgrade27to30 | ||
| VersionUpgrade30to31 | ||
| VersionUpgrade32to33 | ||
| VersionUpgrade33to34 | ||
| VersionUpgrade34to35 | ||
| VersionUpgrade35to40 | ||
| VersionUpgrade40to41 | ||
| VersionUpgrade41to42 | ||
| VersionUpgrade42to43 | ||
| VersionUpgrade43to44 | ||
| VersionUpgrade44to45 | ||
| VersionUpgrade45to46 | ||
| VersionUpgrade47to48 | ||
| VersionUpgrade48to49 | ||
| VersionUpgrade460to462 | ||
| VersionUpgrade462to47 | ||