Browse Source

Merge pull request #3175 from esenapaj/patch-2

follow-up the PR #3114
Scott Lahteine 8 years ago
parent
commit
861391d530
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Marlin/example_configurations/K8200/Configuration.h

+ 1
- 0
Marlin/example_configurations/K8200/Configuration.h View File

@@ -701,6 +701,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
701 701
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
702 702
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
703 703
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
704
+//#define REVERSE_MENU_DIRECTION // When enabled CLOCKWISE moves UP in the LCD menu
704 705
 #define ULTIMAKERCONTROLLER // K8200: for Display VM8201 // as available from the Ultimaker online store.
705 706
 //#define ULTIPANEL  //the UltiPanel as on Thingiverse
706 707
 //#define SPEAKER // The sound device is a speaker - not a buzzer. A buzzer resonates with his own frequency.

Loading…
Cancel
Save