Sfoglia il codice sorgente

Config file Z_PROBE_AND_ENDSTOP description clean up.

Chris Roadfeldt 9 anni fa
parent
commit
fe4549cd83
1 ha cambiato i file con 4 aggiunte e 5 eliminazioni
  1. 4
    5
      Marlin/Configuration.h

+ 4
- 5
Marlin/Configuration.h Vedi File

@@ -491,14 +491,13 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
491 491
 
492 492
   #endif
493 493
 
494
-// Seaparte concurrent Z Probe and Z min endstop support
494
+// Support for concurrent and seperate Z Probe and Z min endstop use.
495 495
 // Added by Chris Roadfeldt 3-28-2015
496
-// If you have a Z Probe in addition to a Z min endstop, uncomment the #define Z_PROBE_AND_ENDSTOP line below and configure Z Probe settings.
497
-// Only use this if you have both a Z PROBE and Z Min ENDSTOP.
498
-// Note: It's expected that your Z Probe triggers in the direction towards your bed.
496
+// If you would like to use both a Z Probe and a Z min endstop at the same time, uncomment #define Z_PROBE_AND_ENDSTOP below
497
+// You will want to disable Z_SAFE_HOMING above as you will still use the Z min endstop for homing.
499 498
 // In order to use this, you must have a Z_PROBE_PIN defined in the pins.h file for your control board.
500 499
 // RAMPS 1.3/1.4 boards may be able to use the 5V, Ground and the D32 pin in the Aux 4 section of the RAMPS board for the signal.
501
-// The D32 pin in Aux 4 on RAMPS maps to the Arduino D32 pin. The Z_PROBE_PIN is setting the pin to use on the Arduino. Since the D32 pin on the RAMPS maps to D32 on Arduino, this works.
500
+// The D32 pin in Aux 4 on RAMPS maps to the Arduino D32 pin. Z_PROBE_PIN is setting the pin to use on the Arduino. Since the D32 pin on the RAMPS maps to D32 on Arduino, this works.
502 501
 // D32 is currently selected in the RAMPS 1.3/1.4 pin file. Update the pins.h file for your control board to make use of this. Not doing so nullifies Z_PROBE_AND_ENDSTOP
503 502
 // WARNING: Setting the wrong pin may have unexpected and disastrous outcomes. Use with caution and do your homework.
504 503
 //  #define Z_PROBE_AND_ENDSTOP

Loading…
Annulla
Salva