Browse Source

Double Click of Encoder Wheel Jumps to Z-BabyStepping

pull/1/head
Roxy-3D 8 years ago
committed by GitHub
parent
commit
48d862377a
  1. 8
      Marlin/Configuration_adv.h

8
Marlin/Configuration_adv.h

@ -1126,6 +1126,14 @@
//#define EXTENDED_CAPABILITIES_REPORT
/**
* Double Clicking of LCD Panel's Encoder Wheel while at the Status Screen will jump
* to the Z-BabyStepping menu.
*/
//#define DOUBLE_CLICK_JUMPS_TO_Z_BABYSTEPPING
#define DOUBLE_CLICK_TIME_WINDOW 1250 // How quickly the double click must be done.
/**
* Volumetric extrusion default state
* Activate to make volumetric extrusion the default method,

Loading…
Cancel
Save