Skip to content
Snippets Groups Projects
  1. Aug 20, 2015
  2. 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
  3. Aug 03, 2015
  4. Jul 31, 2015
  5. Apr 06, 2015
  6. Apr 04, 2015
  7. Mar 29, 2015
    • Natealus's avatar
      Made #ifdef DELTA branch instead · ca5821aa
      Natealus authored
      Another fellow here gave me the idea to do it this way
      ca5821aa
    • Natealus's avatar
      Undesired behavior with endstops swapped · 04fda6b3
      Natealus authored
      Made my swap commented out so its the option not the default.
      04fda6b3
    • Natealus's avatar
      Revert "Undesired behavior with endstops swapped" · ca1477d8
      Natealus authored
      This reverts commit 15028e9b.
      ca1477d8
    • Natealus's avatar
      Undesired behavior with endstops swapped · 15028e9b
      Natealus authored
      I made my changes to swap MIN and MAX endstops on the Azteeg X3 Pro the
      option rather than the default to fix unexpected reversal.
      15028e9b
    • Natealus's avatar
      Viki 2 Pins from Manual · 234a9d0b
      Natealus authored
      I added in the pins into the new board files for the Azteeg X3, X3 Pro,
      Printrboard, and Rambo. I'm sure it can be added for others too but
      these are the manual specified pins. Just like many things here though,
      I can't test for the boards other than the Azteeg X3 Pro. Hopefully it
      works smoothly for everyone who happens on this nifty display. :)
      234a9d0b
    • Natealus's avatar
      Azteeg X3 Pro Pin Revisions · 22bea373
      Natealus authored
      I added the fan pins in here and left them at -1 in configuration_adv.h
      and it works fine. Pinned for a 4 extruder from 1-4 and HE5 being the
      controller fan, HE6 being the Extruder Auto Fan/Water pump in the Kraken
      case, and HE7 being for part cooling fan. Added in descriptions for the
      MIN MAX pin swap and for servo motor additions.
      22bea373
  8. Mar 28, 2015
  9. Feb 20, 2015
  10. Jan 27, 2015
  11. Jan 26, 2015
Loading