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

Display filament sensor data on a 20x4 LCD or Graphical LCD #1141

Merged
merged 4 commits into from
Dec 17, 2014

Conversation

filipmu
Copy link

@filipmu filipmu commented Nov 11, 2014

Supports displaying filament sensor data on either a character 20x4 or graphical LCD. Because nearly all the LCD real-estate is taken the code uses the status area to display the data. The status will display for 5 seconds, and then be replaced by the data display. To see the status again, press the knob to select the menu again. Also, if the status message is updated, it will display for 5 sec. A #define in the config file is used to enable the display.

I also added some background explanation to the readme about the filament sensor input.

filipmu added 4 commits November 9, 2014 07:07
Sync up from my Marlin_v1 to Filament-sensor
Changes to support displaying the real-time filament width and the
volume factor on a 20x4 LCD.  The data is displayed on the 4th line.
First the status message is displayed for 5 seconds, and then the
filament data is displayed.  The status message can be seen by
re-selecting the info screen in the menu.
Added support to show the filament width on the status line of the
graphic LCD.  The status will show for 5 sec and then switch over to
data.  Status can be seen by clicking the button.
Added some background on the filament sensor to explain it better.
@boelle
Copy link
Contributor

boelle commented Nov 30, 2014

+1 Vote for this one...

we have code that uses the sensor, but more importantly we would also like to see filament diameter

@boelle
Copy link
Contributor

boelle commented Dec 17, 2014

checked the code, seems very well isolated to me

merging

boelle added a commit that referenced this pull request Dec 17, 2014
Display filament sensor data on a 20x4 LCD or Graphical LCD
@boelle boelle merged commit 91d740e into MarlinFirmware:Marlin_v1 Dec 17, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants