Skip to content
Snippets Groups Projects
  1. Sep 07, 2015
  2. Aug 05, 2015
  3. Aug 03, 2015
    • Scott Lahteine's avatar
      SDCARDDETECT -> SD_DETECT, added docs · 270c766d
      Scott Lahteine authored
      - `SD_DETECT_PIN` replaces `SDCARDDETECT`
      - `SD_DETECT_INVERTED` replaces `SDCARDDETECTINVERTED`
      - Revise the description of `SD_DETECT_INVERTED`
      - Add a note about the override of `SD_DETECT_INVERTED` in
      `Conditionals.h`
      270c766d
  4. Jul 31, 2015
  5. Jul 27, 2015
  6. Jun 10, 2015
  7. Jun 07, 2015
  8. Jun 06, 2015
  9. May 18, 2015
  10. May 16, 2015
  11. May 13, 2015
  12. May 11, 2015
  13. May 09, 2015
  14. 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
  15. Apr 27, 2015
    • Steve Kelly's avatar
      Allow Y to home before X with option in Configuration_adv.h. · 98ca4600
      Steve Kelly authored
      This addresses comments in #1956 and #1079. In particular, this is useful
      when both endstops are stationary on a CoreXY system, and the Y axis needs
      to be homed before the X so the flags are aligned.
      98ca4600
    • 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
  16. Apr 19, 2015
  17. Apr 16, 2015
  18. Apr 07, 2015
    • Scott Lahteine's avatar
      Updates for the configurator · 7d2c2f17
      Scott Lahteine authored
      - Sections in all `Configuration_adv.h`
      - Recognize JAPANESE/WESTERN/CYRILLIC options
      - Better capturing of comments for tooltips
      7d2c2f17
  19. Apr 06, 2015
  20. Apr 03, 2015
  21. Apr 01, 2015
  22. Mar 31, 2015
  23. Mar 25, 2015
  24. Mar 24, 2015
    • alexborro's avatar
      New Feature: Z_DUAL_ENDSTOPS · 0ce35766
      alexborro authored
      Z_DUAL_ENDSTOPS is a feature to enable the use of 2 endstops for both Z
      steppers - Let's call them Z stepper and Z2 stepper.
      That way the machine is capable to align the bed during home, since both
      Z steppers are homed.
      There is also an implementation of M666 (software endstops adjustment)
      to this feature.
      After Z homing, this adjustment is applied to just one of the steppers
      in order to align the bed.
      One just need to home the Z axis and measure the distance difference
      between both Z axis and apply the math: Z adjust = Z - Z2.
      If the Z stepper axis is closer to the bed, the measure Z > Z2 (yes, it
      is.. think about it) and the Z adjust would be positive.
      Play a little bit with small adjustments (0.5mm) and check the
      behaviour.
      The M119 (endstops report) will start reporting the Z2 Endstop as well.
      0ce35766
  25. Mar 21, 2015
  26. Mar 20, 2015
  27. Mar 10, 2015
  28. Mar 07, 2015
  29. Feb 27, 2015
Loading