Skip to content
Snippets Groups Projects
  1. Aug 28, 2015
  2. Aug 26, 2015
  3. Aug 20, 2015
  4. Aug 11, 2015
    • AnHardt's avatar
      Make Z_PROBE a Z_MIN_PROBE (PR#65) · e2d69f66
      AnHardt authored
      Currently we use the probe exclusively as a device to find the build platform(bed).
      For the currently supported setups this means, we use it as a additional min-endstop.
      A triggered when not deployed probe disturbs the homing process for max-endstops.
      
      Rename ENDSTOPPULLUP_ZPROBE to ENDSTOPPULLUP_ZMIN_PROBE
      Rename Z_PROBE_ENDSTOP_INVERTING to Z_MIN_PROBE_ENDSTOP_INVERTING
      Rename Z_PROBE_ENDSTOP to Z_MIN_PROBE_ENDSTOP
      Rename DISABLE_Z_PROBE_ENDSTOP to DISABLE_Z_MIN_PROBE_ENDSTOP
      Rename Z_PROBE_REPEATABILITY_TEST to Z_MIN_PROBE_REPEATABILITY_TEST
      Rename Z_PROBE_ENDSTOP to Z_MIN_PROBE_ENDSTOP
      Adjust comments accordingly
      Remove Z_MAX  check for the probe in update_endstops().
      
      Using an delta related idea of @clefranc from #61,
      extended to the general change for all setups.
      
      Tested with Prusa i3, max-z-endstop and permanently triggered z-probe.
      Worked for @clefranc's delta.
      e2d69f66
  5. Aug 05, 2015
  6. Aug 03, 2015
  7. Jul 31, 2015
  8. Jul 27, 2015
  9. Jul 26, 2015
  10. Jul 25, 2015
    • AnHardt's avatar
      Some more servo code tweaks · 8b876241
      AnHardt authored
      Just set up the pin. Don't move to a random position.
      
      Simplify servo::move()
      * servo::move() does not need the pin parameter - The pin is set during servo_init() with attach().
      * servo::move() does not need a return value.
      
      SERVO_LEVELING is the wrong condition to deactivate the servos.
      
      Remove some temporary (Servo *) variables.
      SanityCheck for the servo indexes.
      8b876241
  11. Jul 24, 2015
  12. Jul 22, 2015
  13. Jul 16, 2015
  14. Jul 07, 2015
  15. Jun 16, 2015
  16. Jun 12, 2015
  17. May 21, 2015
  18. May 11, 2015
    • Scott Lahteine's avatar
      Fix typo in SanityCheck.h · 2b92b01a
      Scott Lahteine authored
      2b92b01a
    • Scott Lahteine's avatar
      Combine thermal runaway and watch-period · 2445ae3d
      Scott Lahteine authored
      - Make thermal protection for all hotends and/or bed into simple
      switches
      - Now enable `WATCH_TEMP_PERIOD` when `THERMAL_PROTECTION_HOTENDS` is
      enabled
      - Move detailed thermal parameters to `Configuration_adv.h`
      - Add sanity checks to warn about old configurations
      - Change `WATCH_TEMP_PERIOD` to seconds instead of milliseconds
      2445ae3d
  19. Apr 21, 2015
  20. Apr 09, 2015
  21. Apr 08, 2015
  22. Apr 07, 2015
  23. Apr 04, 2015
  24. Apr 03, 2015
  25. Apr 02, 2015
  26. Apr 01, 2015
  27. Mar 31, 2015
    • Chris Roadfeldt's avatar
      Fixed Z_PROBE_PIN pullup bug. · 17707e74
      Chris Roadfeldt authored
      Documented some additional areas that should be addressed if Z_PROBE is
      fully separated from Z_MIN or Z_MAX.
      Fixed a documentation error in sanity checks. Servos start at 0 not 1.
      17707e74
    • Scott Lahteine's avatar
      Fix up LCD_PROGRESS_BAR · 5519882e
      Scott Lahteine authored
      - Some messages should not expire with `PROGRESS_MSG_EXPIRE`.
      - Simplify conditional for progress bar with sanity checks.
      - Rename `messageTick` to `expireStatusMillis` and make it the expire
      time.
      5519882e
  28. Mar 29, 2015
Loading