Skip to content
Snippets Groups Projects
  1. Aug 20, 2015
  2. Aug 16, 2015
  3. 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
  4. Aug 10, 2015
  5. Aug 03, 2015
  6. Jul 31, 2015
  7. Jul 24, 2015
  8. Jul 22, 2015
  9. Jul 19, 2015
  10. Jul 15, 2015
  11. Jul 13, 2015
  12. Jun 26, 2015
  13. Jun 01, 2015
  14. May 31, 2015
  15. May 27, 2015
  16. May 23, 2015
  17. May 21, 2015
  18. May 17, 2015
  19. May 12, 2015
  20. May 10, 2015
    • Wurstnase's avatar
      replace some bools · b55f32f8
      Wurstnase authored
      this PR replaces some bools with one char. this will safe 3 bytes and should also be sometimes a little bit faster.
      b55f32f8
  21. May 07, 2015
  22. Apr 24, 2015
  23. Apr 17, 2015
  24. Apr 16, 2015
  25. Apr 14, 2015
  26. Apr 13, 2015
  27. Apr 12, 2015
  28. Apr 06, 2015
  29. Apr 04, 2015
  30. Apr 03, 2015
  31. Apr 01, 2015
Loading