Browse Source

Clean up whitespace

Scott Lahteine 5 years ago
parent
commit
328ddda654

+ 3
- 3
Marlin/src/feature/power_loss_recovery.h View File

62
   #if DISABLED(NO_VOLUMETRICS)
62
   #if DISABLED(NO_VOLUMETRICS)
63
     bool volumetric_enabled;
63
     bool volumetric_enabled;
64
     #if EXTRUDERS > 1
64
     #if EXTRUDERS > 1
65
-      float filament_size[EXTRUDERS]; 
65
+      float filament_size[EXTRUDERS];
66
     #else
66
     #else
67
-      float filament_size; 
68
-    #endif    
67
+      float filament_size;
68
+    #endif
69
   #endif
69
   #endif
70
 
70
 
71
   #if HOTENDS
71
   #if HOTENDS

+ 1
- 1
config/examples/Creality/CR-10/Configuration_adv.h View File

1312
   #define BABYSTEP_INVERT_Z false           // Change if Z babysteps should go the other way
1312
   #define BABYSTEP_INVERT_Z false           // Change if Z babysteps should go the other way
1313
   #define BABYSTEP_MULTIPLICATOR_Z  10      // Babysteps are very small. Increase for faster motion.
1313
   #define BABYSTEP_MULTIPLICATOR_Z  10      // Babysteps are very small. Increase for faster motion.
1314
   #define BABYSTEP_MULTIPLICATOR_XY  10
1314
   #define BABYSTEP_MULTIPLICATOR_XY  10
1315
-  
1315
+
1316
   #define DOUBLECLICK_FOR_Z_BABYSTEPPING    // Double-click on the Status Screen for Z Babystepping.
1316
   #define DOUBLECLICK_FOR_Z_BABYSTEPPING    // Double-click on the Status Screen for Z Babystepping.
1317
   #if ENABLED(DOUBLECLICK_FOR_Z_BABYSTEPPING)
1317
   #if ENABLED(DOUBLECLICK_FOR_Z_BABYSTEPPING)
1318
     #define DOUBLECLICK_MAX_INTERVAL 1250   // Maximum interval between clicks, in milliseconds.
1318
     #define DOUBLECLICK_MAX_INTERVAL 1250   // Maximum interval between clicks, in milliseconds.

Loading…
Cancel
Save