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
 
257
 
258
   /**
258
   /**
259
    * AUTOSET LOCATIONS OF LIMIT SWITCHES
259
    * AUTOSET LOCATIONS OF LIMIT SWITCHES
260
-   * Added by ZetaPhoenix 09-15-2012
261
    */
260
    */
262
   #ifdef MANUAL_HOME_POSITIONS  // Use manual limit switch locations
261
   #ifdef MANUAL_HOME_POSITIONS  // Use manual limit switch locations
263
     #define X_HOME_POS MANUAL_X_HOME_POS
262
     #define X_HOME_POS MANUAL_X_HOME_POS

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

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

Loading…
Cancel
Save