Skip to content
Snippets Groups Projects
  1. Feb 28, 2016
    • AnHardt's avatar
      Refresh previous_cmd_ms during run_z_probe() · 1c889cd3
      AnHardt authored
      Refresh previous_cmd_ms during run_z_probe() to prevent:
      stepper shutdown for expired DEFAULT_STEPPER_DEACTIVE_TIME
      and extrudes for expired EXTRUDER_RUNOUT_SECONDS
      (https://github.com/MarlinFirmware/MarlinDev/issues/238)
      1c889cd3
    • AnHardt's avatar
      4b02f33e
    • AnHardt's avatar
      The same changes to the axis-letters now for the char-displays · be24fdac
      AnHardt authored
      Exactly the same - copy/paste.
      be24fdac
    • AnHardt's avatar
      Changes for graphics displays · 5b0f6593
      AnHardt authored
      Replaced displaying "---" instead of the value of a coordinate when
      unhomed or with reduced precision
      with blinking the coordinate-prefix-character ('X','Y','Z').
      For "unhomed" a '?' is shown every second second - until that axis is
      homed. The value displayed is, as before the "---" where displayed, the
      relative to the reset position coordinate value.
      When the axis stepper was disabled, now we can display a hint on that,
      by showing a blinking ' ' instead of the axis letter, when
      WARN_REDUCED_ACCURACY is defined.
      
      I suppose the code itself is here the better documentation.
      
      A '+/-' character is in non of our charsets so i decided for a '?' for
      now to reduce the work.
      There is no additional space on the displays one could use to display
      the information, so replacing something is the only option. As the axis
      letters are totally redundant with their positions on the display they
      contain the least information.
      So my decision was to overwrite them.
      5b0f6593
    • 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
  2. Feb 27, 2016
  3. Feb 24, 2016
  4. Feb 23, 2016
  5. 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
  6. Feb 17, 2016
  7. Feb 11, 2016
  8. Feb 10, 2016
  9. Feb 09, 2016
  10. Feb 07, 2016
  11. Jan 29, 2016
  12. Jan 22, 2016
  13. Jan 15, 2016
  14. Dec 24, 2015
  15. Dec 22, 2015
Loading