Browse Source

Cleanup spaces and comments in configs and conditionals

Scott Lahteine 9 years ago
parent
commit
2dd1859247

+ 0
- 1
Marlin/Conditionals.h View File

@@ -257,7 +257,6 @@
257 257
 
258 258
   /**
259 259
    * AUTOSET LOCATIONS OF LIMIT SWITCHES
260
-   * Added by ZetaPhoenix 09-15-2012
261 260
    */
262 261
   #ifdef MANUAL_HOME_POSITIONS  // Use manual limit switch locations
263 262
     #define X_HOME_POS MANUAL_X_HOME_POS

+ 2
- 2
Marlin/example_configurations/adafruit/ST7565/Configuration.h View File

@@ -235,7 +235,7 @@ Here are some standard links for getting your machine calibrated:
235 235
 // shouldn't use bed PID until someone else verifies your hardware works.
236 236
 // If this is enabled, find your own PID constants below.
237 237
 //#define PIDTEMPBED
238
-//
238
+
239 239
 //#define BED_LIMIT_SWITCHING
240 240
 
241 241
 // This sets the max power delivered to the bed, and replaces the HEATER_BED_DUTY_CYCLE_DIVIDER option.
@@ -404,7 +404,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
404 404
   const bool FIL_RUNOUT_INVERTING = true;  // Should be uncommented and true or false should assigned
405 405
   #define ENDSTOPPULLUP_FIL_RUNOUT // Uncomment to use internal pullup for filament runout pins if the sensor is defined.
406 406
   #define FILAMENT_RUNOUT_SCRIPT "M600"
407
-#endif 
407
+#endif
408 408
 
409 409
 //===========================================================================
410 410
 //=========================== Manual Bed Leveling ===========================

Loading…
Cancel
Save