Skip to content
Snippets Groups Projects
  1. Aug 28, 2015
  2. Aug 27, 2015
  3. Aug 26, 2015
  4. Aug 20, 2015
  5. Aug 16, 2015
  6. Aug 13, 2015
  7. Aug 11, 2015
    • Richard Wackerbarth's avatar
      Merge Zig-Zag Endpoint (PR#65) · 9531b154
      Richard Wackerbarth authored
      9531b154
    • AnHardt's avatar
      indexindexIntoAB is only vald for !DELTA · 5707a2c3
      AnHardt authored
      5707a2c3
    • AnHardt's avatar
      Alway end at the same point · d8860f9a
      AnHardt authored
      Always end at [RIGHT_PROBE_BED_POSITION, BACK_PROBE_BED_POSITION]
      Regardles the evennes of auto_bed_leveling_grid_points.
      d8860f9a
    • AnHardt's avatar
      Always zigzag · 4ca8f4a9
      AnHardt authored
      Use the shortest way between probing-points.
      4ca8f4a9
    • AnHardt's avatar
      Add array indexIntoAB[xx][yy] · 3d234241
      AnHardt authored
      and use it.
      3d234241
    • 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
  8. Aug 10, 2015
  9. Aug 09, 2015
  10. Aug 08, 2015
  11. Aug 05, 2015
  12. Aug 04, 2015
  13. Aug 03, 2015
Loading