Clean up whitespace

This commit is contained in:
Scott Lahteine 2019-11-04 13:23:26 -06:00
parent 55991962be
commit 328ddda654
2 changed files with 4 additions and 4 deletions

View file

@ -62,10 +62,10 @@ typedef struct {
#if DISABLED(NO_VOLUMETRICS) #if DISABLED(NO_VOLUMETRICS)
bool volumetric_enabled; bool volumetric_enabled;
#if EXTRUDERS > 1 #if EXTRUDERS > 1
float filament_size[EXTRUDERS]; float filament_size[EXTRUDERS];
#else #else
float filament_size; float filament_size;
#endif #endif
#endif #endif
#if HOTENDS #if HOTENDS

View file

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