Skip to content
Snippets Groups Projects
  1. Aug 28, 2015
  2. Aug 03, 2015
  3. Jul 31, 2015
  4. Jul 23, 2015
  5. Jul 19, 2015
  6. Jun 23, 2015
  7. Jun 16, 2015
  8. Jun 15, 2015
    • AnHardt's avatar
      Rework buzzing (PR#2296) · 6ab7b560
      AnHardt authored
      by:
      Moving HAS_LCD_BUZZ macro to Coditionals.h
      Renaming HAS_LCD_BUZZ to HAS_BUZZER to make clear is has nothing to do with the lcd.
      Removing the ULTRALCD condition.
      
      Moving declaration of lcd_buzz() out of the ULTRA_LCD block in ultralcd.h
      Moving definition of lcd_buzz() out of the ULTIPANEL block in ultralcd.cpp
      Renaming lcd_buzz() to buzz() to make clear is has nothing to do with the lcd.
      
      All buzzing code is now only dependent on the existence of a BEEPER-pin or the definition of a LCD_USE_I2C_BUZZER.
      
      To do: Check the conditions for the BEEPER-pin in all pin-files.
      6ab7b560
  9. Jun 14, 2015
    • Scott Lahteine's avatar
      Use translated strings for axis movement (PR#2280) · 90f858aa
      Scott Lahteine authored
      Suggest we use the translated strings here. They use (except for
      German) the phrasing “Move X” instead of just the axis letter, but they
      should fit the available space. The “Extruder” string would be the
      same, except it will be translated.
      90f858aa
  10. Jun 01, 2015
  11. May 28, 2015
  12. May 21, 2015
  13. May 18, 2015
    • Ed Boston's avatar
      Define fixes · ca8d1756
      Ed Boston authored
      Fixed a couple defines that were not changed or commented out.
      ca8d1756
    • Ed Boston's avatar
      More functional seperation · a83bf18e
      Ed Boston authored
      Moved SDCARDDETECTINVERTED and SDSLOW to Conditionals.h.
      Added U8GLIB_LM6059_AF to define display specific actions.
      Added reminder to compile in u8glib
      a83bf18e
  14. May 17, 2015
  15. May 13, 2015
  16. May 11, 2015
  17. May 09, 2015
  18. May 05, 2015
  19. Apr 30, 2015
  20. Apr 28, 2015
    • Scott Lahteine's avatar
      Level Bed in Prepare submenu · 5b248757
      Scott Lahteine authored
      - Add “Level Bed” menu item for auto bed leveling
      - Hide the option if homing has not been done yet
      - Arrange the Prepare submenu more logically (?)
      - Add documentation comments, some white-space
      - Apply some coding standards here and there
      - Move old encoder multiplier debug option to `ultralcd.cpp`
      5b248757
  21. Apr 27, 2015
    • Scott Lahteine's avatar
      Make EEPROM reproducible in GCode · 0fca084e
      Scott Lahteine authored
      With these changes the output of `M503 S0` is all you need to restore
      the EEPROM. Building on this it is straightforward to save and restore
      the EEPROM state using the SD card or external GCode file.
      
      - Added `M145` to set “heatup states” for the LCD menu
      - Added `M420` to toggle Mesh Bed Leveling
      - Added `M421` to set a single Mesh coordinate
      - Extended `Config_PrintSettings` with added M codes
      - Cleaned up some comments here and there
      0fca084e
  22. Apr 26, 2015
  23. Apr 25, 2015
  24. Apr 24, 2015
  25. Apr 21, 2015
  26. Apr 20, 2015
    • AnHardt's avatar
      More Beeper clean up. · 064f2b37
      AnHardt authored
      Centralised beep code to lcd_buzz().
      From gcode_M300() and lcd_quick_feedback().
      
      Enforced max. duration for M300 to 5 seconds.
      
      Corrected description in 'Configuration.h'
      
      LCD_FEEDBACK_FREQUENCY_HZ 0 gives now a silent delay of
      LCD_FEEDBACK_FREQUENCY_DURATION_MS.
      064f2b37
  27. Apr 14, 2015
  28. Apr 13, 2015
Loading