Cura/plugins/VersionUpgrade/VersionUpgrade48to49
Kostas Karmas 081b0b23a4 Fix setting the time_remaining_method in the versionUpgrader
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
2021-04-06 11:38:28 +02:00
..
__init__.py Revert "Removed the upgrader for the machine and extruder stack" 2021-04-02 14:45:16 +02:00
plugin.json Added the VersionUpgrade48to49 plugin to bundled packages 2021-03-31 15:14:18 +02:00
VersionUpgrade48to49.py Fix setting the time_remaining_method in the versionUpgrader 2021-04-06 11:38:28 +02:00