Skip to content
Snippets Groups Projects
  1. Feb 28, 2016
    • AnHardt's avatar
      Fix stepper shutdown during waiting for temperatures · 32ae9f9a
      AnHardt authored
      In the wait loops of M109 M190 idle() is called, what checks
      stepper_inactive_time against previous_cmd_ms.
      Because we can be several minutes inside the loop, resetting
      previous_cmd_ms only outside the loop caused stepper shutdowns.
      
      The name of previous_cmd_ms does not really reflect its use. It's set
      not only when a new command was received or executed but also in many of
      the movement routines. For that the little extension of using it during
      the wait will (hopefully) not hurt.
      
      # Conflicts:
      #	Marlin/Configuration_adv.h
      32ae9f9a
    • AnHardt's avatar
      Make stepper shutdown after inactivity dependent · b6e69e71
      AnHardt authored
      Make stepper shutdown after inactivity dependent on a new set of
      #defines.
      DISABLE_INACTIV_X
      DISABLE_INACTIV_Y
      DISABLE_INACTIV_Z
      DISABLE_INACTIV_E
      
      And make exemplaric Configuration.
      Names can be discussed.
      
      This makes the disabling of the steppers independent from the DISABLE_?
      settings witch shut down the steppers immediately.
      b6e69e71
    • AnHardt's avatar
      Introduce axis_homed · 051325cc
      AnHardt authored
      Introduce additional variable axis_homed to replace axix_known_position
      when the coordinate display should indicate the axis is not homed.
      This is to distinguish between "not homed" and "inexact position possible
      because stepper was disabled".
      
      # Conflicts:
      #	Marlin/ultralcd_implementation_hitachi_HD44780.h
      solved
      051325cc
    • AnHardt's avatar
      blink for char-lcds · e736779d
      AnHardt authored
      Implement and test blinking for char-lcds
      
      # Conflicts:
      #	Marlin/ultralcd_implementation_hitachi_HD44780.h
      solved
      e736779d
    • Scott Lahteine's avatar
      Merge pull request #3044 from thinkyhead/rc_gcode_spaces · d118e3f9
      Scott Lahteine authored
      Fix GCode handling of spaces between command letter and first digit
      d118e3f9
  2. Feb 27, 2016
  3. Feb 25, 2016
  4. Feb 24, 2016
  5. Feb 23, 2016
  6. Feb 21, 2016
    • CONSULitAS's avatar
      K8200: sample config back in sync · a4fe6a45
      CONSULitAS authored
      * Configuration.h:
        * updated header comment
        * new UUID feature used
        * sync to default config
        * typos fixed
        * changes better documented
        * reflect change in SDSUPPORT feature
      * Configuration_adv.h
        * updated header comment
        * thermal protection tuned to work with K8200
        * homing tuned
        * sync to default config
        * typos fixed
        * changes better documented
        * reflect change in LCD features
        * use long filenames
        * use Watchdog
        * use Babystepping
        * use Auto Filament Change
      a4fe6a45
  7. Feb 19, 2016
  8. Feb 18, 2016
  9. Feb 17, 2016
  10. Feb 11, 2016
  11. Feb 10, 2016
  12. Feb 09, 2016
  13. Feb 07, 2016
Loading