Browse Source

More config cleanup work for Z_PROBE_AND_ENDSTOP.

Chris Roadfeldt 10 years ago
parent
commit
80285251cc
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Marlin/Configuration.h

+ 1
- 0
Marlin/Configuration.h View File

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.
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.
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
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
502
 // WARNING: Setting the wrong pin may have unexpected and disastrous outcomes. Use with caution and do your homework.
502
 // WARNING: Setting the wrong pin may have unexpected and disastrous outcomes. Use with caution and do your homework.
503
+
503
 //  #define Z_PROBE_AND_ENDSTOP
504
 //  #define Z_PROBE_AND_ENDSTOP
504
 
505
 
505
 #endif // ENABLE_AUTO_BED_LEVELING
506
 #endif // ENABLE_AUTO_BED_LEVELING

Loading…
Cancel
Save