Browse Source

Added credit for code.

Chris Roadfeldt 9 years ago
parent
commit
44b88b41a2
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      Marlin/Configuration.h

+ 2
- 0
Marlin/Configuration.h View File

484
 
484
 
485
   #endif
485
   #endif
486
 
486
 
487
+// Z Probe and Z endstop support
488
+// Added by Chris Roadfeldt 3-28-2015
487
 // If you have a Z Probe in addition to endstop(s) for Z Homing, uncomment the #define Z_PROBE_AND_ENDSTOP line below and configure Z Probe settings.
489
 // If you have a Z Probe in addition to endstop(s) for Z Homing, uncomment the #define Z_PROBE_AND_ENDSTOP line below and configure Z Probe settings.
488
 // Only use this if you have both a Z PROBE and Z HOMING ENDSTOP(S). If you are using Z_SAFE_HOMING above, then you probably don't need this unless you want to make use of
490
 // Only use this if you have both a Z PROBE and Z HOMING ENDSTOP(S). If you are using Z_SAFE_HOMING above, then you probably don't need this unless you want to make use of
489
 // a non-default pin for your Z Probe.
491
 // a non-default pin for your Z Probe.

Loading…
Cancel
Save