Skip to content
Snippets Groups Projects
  1. Sep 30, 2015
  2. Sep 12, 2015
  3. Sep 11, 2015
  4. Aug 28, 2015
  5. Aug 03, 2015
  6. Jul 31, 2015
  7. Jul 27, 2015
  8. Jun 26, 2015
  9. Jun 25, 2015
  10. Jun 12, 2015
    • MagoKimbra's avatar
      Fix error next command in autotune (PR#2274) · eb81982f
      MagoKimbra authored
      Now send only temperature for T or B, but not send OK.
      Host interprets the line to show the right temperature, but not in
      response to M105 then stop and send commands until it ends the autotune.
      eb81982f
  11. Jun 03, 2015
  12. May 29, 2015
  13. May 25, 2015
  14. May 21, 2015
  15. May 18, 2015
    • CONSULitAS's avatar
      language.h: update documentation for LANGUAGE_INCLUDE · b96b28b7
      CONSULitAS authored
      language.h: update documentation for LANGUAGE_INCLUDE
      
      @thinkyhead What do you think? I think there should be a warning like
      this.
      b96b28b7
    • AnHardt's avatar
      Use _temp_error() for all errors thrown by different mechanisms · 70163daf
      AnHardt authored
      Now ending in an endless loop.
      Tidy up the output format.
      We now get:
      ERRORTEXT ", system stopped! Heater_ID: " HEATERID
      
      Where ERRORTEXT can be:
      "Heating failed"
      "Thermal Runaway"
      "MAXTEMP triggered"
      "MINTEMP triggered"
      and soon
      "Thermal Jump"
      
      HEATERID can be
      0, 1, 2 ,3 , "bed"
      
      This messages are always followed by the common:
      "Printer stopped due to errors. Fix the error and use M999 to restart. (Temperature is reset. Set it after restarting)"
      70163daf
  16. May 04, 2015
  17. May 02, 2015
  18. Apr 30, 2015
  19. Apr 28, 2015
  20. Apr 27, 2015
    • CONSULitAS's avatar
      language.h: update documentation / URL für K8200 · 6423fe76
      CONSULitAS authored
      language.h: update documentation for LANGUAGE_INCLUDE
      language.h: URL für K8200 github repository
      6423fe76
    • AnHardt's avatar
      Intit. commit for Chinese · 6b1b7183
      AnHardt authored
      Edited the European part of 'ISO10646_CN.fon' to match the existing fonts.
      Added Chinese font to make_fonts.bat
      Created 'dogm_font_data_ISO10646_CN.h'
      Added Chinese to 'language.h'
      Added 'language_cn.h' with some minor edits.
      Added Chinese font in 'language_en.h' to not fall back to European font.
      Added cn to 'Configuration.h'
      Changed WIDTH to LCD_PIXEL_WIDTH and HEIGHT to LCD_PIXEL_HEIGHT to have more descriptive names.
      
      In 'dogm_lcd_implementation.h'
      Added Chinese Font
      Made 1 pixel more room for the larger Chinese font on the status line.
      Changed geometry of the 'select bar' by one pixel.
      Changed the way the position for values and postcars are set.
      6b1b7183
    • 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
    • Scott Lahteine's avatar
      M111 - Debug Level · d43cc2dd
      Scott Lahteine authored
      - Add `M111` as a standard option to set the debug level
      - Implement `DEBUG_ECHO` in `process_commands`
      - Other debug levels (e.g., `DEBUG_DRYRUN`) need more work
      d43cc2dd
  21. Apr 17, 2015
  22. Apr 16, 2015
  23. Apr 14, 2015
  24. Apr 13, 2015
  25. Apr 11, 2015
  26. Apr 09, 2015
    • AnHardt's avatar
      bgr -> bg · 56fc3a48
      AnHardt authored
      + update in documentation
      56fc3a48
  27. Apr 08, 2015
  28. Apr 04, 2015
  29. Apr 02, 2015
Loading