Skip to content
Snippets Groups Projects
  1. Apr 11, 2015
  2. Apr 04, 2015
  3. Apr 02, 2015
  4. Mar 28, 2015
  5. Mar 27, 2015
  6. 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
  7. Mar 20, 2015
    • Scott Lahteine's avatar
      Remove invariant code from Configurations · 670006b9
      Scott Lahteine authored
      - Add `Conditionals.h` with calculated configuration values
      - Add `SanityCheck.h` with checks for configuration errors
      - Remove equivalent code from all configurations
      - Move error checks from some sources to `SanityCheck.h` also
      - Fix initialization of count_direction in stepper.cpp
      670006b9
  8. Mar 17, 2015
  9. Mar 15, 2015
  10. Mar 13, 2015
    • AnHardt's avatar
      Change selection logic another time · 96f8d20f
      AnHardt authored
      Automatic selection was to unflexible.
      
      Updated documentation
      
      Updated language files to new logic and documentation.
      
      Updated bdf2u8g.exe
      96f8d20f
  11. Mar 10, 2015
  12. Mar 06, 2015
  13. Mar 05, 2015
  14. Mar 03, 2015
  15. Feb 25, 2015
  16. Feb 08, 2015
    • AnHardt's avatar
      Now the oter way around. · 3aac2df0
      AnHardt authored
      Include of language_en.h now behind national language.
      
      All "#define MSG_STR_*" now surrounded by #ifndef and #endif.
      3aac2df0
    • AnHardt's avatar
      #include "language_en.h" before the national language in language.h · 488633bf
      AnHardt authored
      + May decrease the workload for feature developers. They may omit to
      update all the language files but "language_en.h". When loading _en
      first, all new features give some display, but the new in English.
      
      - May throw some additional warnings about redefinition during compile.
      488633bf
  17. Feb 03, 2015
  18. Feb 01, 2015
  19. Jan 30, 2015
  20. Jan 29, 2015
  21. Jan 28, 2015
  22. Jan 20, 2015
    • CONSULitAS's avatar
      Add: Board for Vellemann K8200 (derived from 3Drag) · 3b50a5e2
      CONSULitAS authored
      ## Add: Board for Vellemann K8200 (derived from 3Drag)
      
      * Boards.h: updated comment for board 3Drag - K8200 removed
      * Boards.h: added `BOARD_K8200` with ID 78
      
      * language.h.: machine name and firmware URL for new board
      
      * pins.h: added `K8200` to any `#if` with `3Drag` and corresponding
      comments
      3b50a5e2
  23. Jan 07, 2015
  24. Dec 29, 2014
Loading