fieldOfView / Cura-CustomJobPrefix

A Cura plugin that lets the user set a custom print job prefix
GNU Affero General Public License v3.0
24 stars 5 forks source link

2 digits for minutes #23

Closed GregSKR closed 3 years ago

GregSKR commented 3 years ago

Nice plugin, thanks for it. Just a suggestion: having {print_time_minutes} in "2 digits" format would be nice

I did a test with "{print_time_minutes}": str(self._print_information.currentPrintTime.minutes).zfill(2), and it seems to be fine...