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

Printer information menu #4188

Merged

Conversation

thinkyhead
Copy link
Member

Adds an "About Printer" menu entry in the main menu, to show basic information about the printer and firmware configuration.

Mildly tweaked #4175, ready to merge.

birkett and others added 6 commits July 2, 2016 15:22
Includes:
  *firmware version / branch / date.
  *extruder count
  *board information (name, serial details, power supply type)
  *thermistors (names, min/max temperatures)
  *printer statistics (PRINTCOUNTER details)

Thanks to @thinkyhead for contributions.
@thinkyhead thinkyhead added this to the 1.1.0 milestone Jul 2, 2016
@thinkyhead thinkyhead merged commit 4a8e191 into MarlinFirmware:RCBugFix Jul 2, 2016
@thinkyhead thinkyhead deleted the rc_birkett_info_menu_jul2 branch July 2, 2016 22:52
@ghost
Copy link

ghost commented Jul 3, 2016

I found a problem of displaying.
In "About Printer" section, minutes of "Total Print Time"(MSG_INFO_PRINT_TIME) is displayed on wrong place.
dscn1637

But when I shorten the MSG_INFO_PRINT_TIME, minutes is displayed on right place.
dscn1638

@thinkyhead
Copy link
Member Author

thinkyhead commented Jul 3, 2016

This is going to be a general problem with this feature. The labels are too long. They should be more readable too…

Print Count : 7
Finished    : 10
Total Time  : 01:00

And for 16-width displays…

Prints   : 7
Finished : 10
Duration : 01:00

@thinkyhead thinkyhead mentioned this pull request Jul 8, 2016
drewmoseley pushed a commit to drewmoseley/Marlin that referenced this pull request Nov 8, 2023
…djust_z_settings

Always allow Live Adjust Z in Settings
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.

2 participants