Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renamed timestamp_t to duration_t #4390

Merged
merged 2 commits into from
Jul 24, 2016

Conversation

jbrazio
Copy link
Contributor

@jbrazio jbrazio commented Jul 24, 2016

As suggested by Scott, "duration" is a better term for this structure.

@jbrazio jbrazio added this to the 1.1.0 milestone Jul 24, 2016
@petrzjunior
Copy link
Contributor

In M31:

SERIAL_ECHO_START;
SERIAL_ECHOPGM(MSG_PRINT_TIME " ");
SERIAL_ECHOLN(buffer);

Are you sure you want to translate "Print time"? I've always seen Serial messages as untranslated.

@jbrazio
Copy link
Contributor Author

jbrazio commented Jul 24, 2016

Good point, I would say no.
This must be changed before merging.

@@ -4064,7 +4064,7 @@ inline void gcode_M31() {
lcd_setstatus(buffer);

SERIAL_ECHO_START;
SERIAL_ECHOPGM(MSG_PRINT_TIME " ");
SERIAL_ECHOPGM("Print time: ");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So MSG_PRINT_TIME isn't used anymore, right? Should be removed from language files ASAP (#4395)

@thinkyhead thinkyhead merged commit 2839c56 into MarlinFirmware:RCBugFix Jul 24, 2016
@thinkyhead thinkyhead mentioned this pull request Jul 25, 2016
@petrzjunior
Copy link
Contributor

This one is merged, but I can still see MSG_PRINT_TIME in language files (en, it, kana, kana-utf8). Are there any plans to use it or should I skip translating it? Then someone (namely @jbrazio 😄) could remove it from these files.

@jbrazio jbrazio deleted the duration_t branch July 28, 2016 10:30
drewmoseley pushed a commit to drewmoseley/Marlin that referenced this pull request May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants