Browse Source

Whitespace

pull/1/head
Scott Lahteine 5 years ago
parent
commit
288af0ddf6
  1. 1
      Marlin/Configuration_adv.h

1
Marlin/Configuration_adv.h

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

Loading…
Cancel
Save