0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Configurations.git synced 2025-09-16 17:17:54 +00:00

Fix some comment spacing

This commit is contained in:
Scott Lahteine 2020-09-25 16:47:56 -05:00
parent 4fe4959a8a
commit b5f0a0a3df
223 changed files with 277 additions and 277 deletions

View file

@ -655,12 +655,12 @@
#endif
// Mechanical endstop with COM to ground and NC to Signal uses "false" here (most common setup).
#define X_MIN_ENDSTOP_INVERTING true // Set to true to invert the logic of the endstop. //eg89
#define Y_MIN_ENDSTOP_INVERTING true // Set to true to invert the logic of the endstop. //eg89
#define X_MIN_ENDSTOP_INVERTING true // Set to true to invert the logic of the endstop. // eg89
#define Y_MIN_ENDSTOP_INVERTING true // Set to true to invert the logic of the endstop. // eg89
#define Z_MIN_ENDSTOP_INVERTING true // Set to true to invert the logic of the endstop.
#define X_MAX_ENDSTOP_INVERTING false // Set to true to invert the logic of the endstop.
#define Y_MAX_ENDSTOP_INVERTING false // Set to true to invert the logic of the endstop.
#define Z_MAX_ENDSTOP_INVERTING true // Set to true to invert the logic of the endstop. //eg89
#define Z_MAX_ENDSTOP_INVERTING true // Set to true to invert the logic of the endstop. // eg89
#define Z_MIN_PROBE_ENDSTOP_INVERTING true // Set to true to invert the logic of the probe.
/**