Skip to content
Snippets Groups Projects
  1. Apr 01, 2015
  2. Mar 31, 2015
    • Scott Lahteine's avatar
      Fix up LCD_PROGRESS_BAR · 5519882e
      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.
      5519882e
  3. Mar 28, 2015
  4. Mar 27, 2015
  5. Mar 20, 2015
  6. Mar 14, 2015
    • Scott Lahteine's avatar
      - Rename WRITE_E_STEP for consistency · c37f7d15
      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
      c37f7d15
  7. Feb 16, 2015
    • AnHardt's avatar
      Fix iss#1492 · 6cdcd6c6
      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
      6cdcd6c6
  8. Jan 24, 2015
  9. Jan 23, 2015
  10. Jan 10, 2015
    • Scott Lahteine's avatar
      DOGLCD and LCD_PROGRESS_BAR to coexist · 326b9255
      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.
      326b9255
  11. Jan 02, 2015
  12. Dec 30, 2014
  13. Dec 29, 2014
  14. Dec 23, 2014
  15. Dec 18, 2014
  16. Nov 27, 2014
    • Scott Lahteine's avatar
      M0-M1 Enhancements · 92e21d3e
      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.
      92e21d3e
  17. Nov 25, 2014
    • Scott Lahteine's avatar
      M0-M1 Enhancements · cd769781
      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.
      cd769781
  18. Nov 11, 2014
    • Filip Mulier's avatar
      Display Filament Sensor data on 20x4 LCD · d84934d8
      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.
      d84934d8
  19. Jul 18, 2014
  20. Jun 30, 2014
  21. Jun 12, 2014
  22. Mar 03, 2014
  23. Feb 17, 2014
  24. Jul 14, 2013
  25. Jun 06, 2013
  26. May 10, 2013
  27. Apr 29, 2013
  28. Mar 19, 2013
  29. Feb 27, 2013
  30. Dec 21, 2012
  31. Dec 12, 2012
  32. Dec 03, 2012
  33. Nov 06, 2012
  34. Oct 12, 2012
Loading