Browse Source

Whitespace

Scott Lahteine 5 years ago
parent
commit
288af0ddf6
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Marlin/Configuration_adv.h

+ 1
- 0
Marlin/Configuration_adv.h View File

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

Loading…
Cancel
Save