- Apr 01, 2015
-
-
AnHardt authored
for when no LCD is defined. Fix for #1770.
-
- Mar 31, 2015
-
-
Scott Lahteine authored
- Some messages should not expire with `PROGRESS_MSG_EXPIRE`. - Simplify conditional for progress bar with sanity checks. - Rename `messageTick` to `expireStatusMillis` and make it the expire time.
-
- Mar 28, 2015
-
-
AnHardt authored
to avoid warnings about unused blink. Concentrate definitions of variables in dogm_lcd_implementation.h to one place. Make only local used variable currentfont static.
-
- Mar 27, 2015
-
-
Scott Lahteine authored
-
- Mar 20, 2015
-
-
Scott Lahteine authored
-
- Mar 14, 2015
-
-
Scott Lahteine authored
- Add BIT and TEST macros - Add _APPLY_ macros to stepper.cpp to help with consolidation - Consolidate code in stepper.cpp using macros - Apply standards in stepper.cpp - Use >= 0 instead of > -1 as a better semantic - Replace DUAL_Y_CARRIAGE with Y_DUAL_STEPPER_DRIVERS
-
- Feb 16, 2015
-
-
AnHardt authored
Introduced lcd_strlen() and lcd_strlen_P(). Replaced the old functions where necessary. Reworked language_ru.h. Speeded up test for zero length string in cardreader.cpp
-
- Jan 24, 2015
-
-
MagoKimbra authored
-
- Jan 23, 2015
-
-
MagoKimbra authored
-
- Jan 10, 2015
-
-
Scott Lahteine authored
Small changes (and formatting to confuse the diff’er) which first allows DOGLCD and LCD_PROGRESS_BAR to be enabled in tandem, then a #warning (rather than error) that the extra progress bar / message options don’t apply to graphical displays at this time. This leaves open perhaps combining the progress bar and message area in some future (or forked custom) graphical LCD display arrangement (at which time the relevant variables may be moved into ultralcd.cpp with externs in ultralcd.h). I also added a conditional error that the progress bar and the filament display may not work well together.
-
- Jan 02, 2015
-
-
wgm4321 authored
-
- Dec 30, 2014
-
-
Scott Lahteine authored
sp=space-padded, similar to: ns=no-sign
-
Scott Lahteine authored
-
- Dec 29, 2014
-
-
wgm4321 authored
-
- Dec 23, 2014
-
-
Scott Lahteine authored
sp=space-padded, similar to: ns=no-sign
-
Scott Lahteine authored
-
- Dec 18, 2014
-
-
Scott Lahteine authored
-
- Nov 27, 2014
-
-
Scott Lahteine authored
Allow M0 and M1 to include a message string. Ignore clicks on “Wait for user” so that the Info Screen stays up.
-
- Nov 25, 2014
-
-
Scott Lahteine authored
Allow M0 and M1 to include a message string. Ignore clicks on “Wait for user” so that the Info Screen stays up.
-
- Nov 11, 2014
-
-
Filip Mulier authored
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.
-
- Jul 18, 2014
-
-
Pablo Clemente authored
Changed the type of variable to bool, the name to "cancel_heatup", flags implementation and added this fix to M190 gcode too.
-
Pablo Clemente authored
-
- Jun 30, 2014
-
-
Pablo Clemente authored
Changed the type of variable to bool, the name to "cancel_heatup", flags implementation and added this fix to M190 gcode too.
-
- Jun 12, 2014
-
-
Pablo Clemente authored
-
- Mar 03, 2014
-
-
neildarlow authored
-
- Feb 17, 2014
-
-
Cylindric authored
-
- Jul 14, 2013
-
-
Erik van der Zalm authored
-
Michael Mayer authored
-
- Jun 06, 2013
-
-
Scott Lahteine authored
Diffed and merged, preserving my updates
-
- May 10, 2013
- Apr 29, 2013
-
-
Robert F-C authored
Argument order of lcd_buzz was set to mirror that on tone(). Change default M300 frequency to something audible.
-
- Mar 19, 2013
-
-
Dirk Eichel authored
A new variable was introduced to allow fan animation on the GLCD. Add additional float to string conversion routine without sign character. This is used for the coordinates visualisation on the GLCD.
-
- Feb 27, 2013
-
-
Robert F-C authored
This includes refactoring the buttons code to remove a large amount of non-pin dependent duplication from pins.h.
-
- Dec 21, 2012
-
-
daid303 authored
Small changes on the LCD panel, let the speed control work better, line up the parameter edit the same as the menu, remove some unused defines, and remove the Z from the 10mm move menu.
-
- Dec 12, 2012
-
-
daid303 authored
The big LCD code update. This splits the display and menu implementation. Paving the way for future different displays. It also makes it easier to modify the menu structures while keeping everything consistant. Note that this most likely breaks the translations, which need to be updated.
-
- Dec 03, 2012
-
-
daid303 authored
Changed the naming of some LCD functions, so the names match better what the function does. Also moved around some prototypes for general cleanup.
-
- Nov 06, 2012
-
-
daid303 authored
First cleanup. Moved all code to cpp files, so there are no dependencies on pde files. And no more odd requirement to cat files together. (Still need to fix the Makefile). Also cleaned up some defines and made defines upper case as by C coding conventions.
-
- Oct 12, 2012
-
-
Sergey Taranenko authored
-
Sergey Taranenko authored
-