Skip to content

Commit

Permalink
Improve JGAurora A1/A5S touch buttons (MarlinFirmware#16394)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpruvot authored and thinkyhead committed Jan 3, 2020
1 parent 595e684 commit 96a5e64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/examples/JGAurora/A1/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1667,13 +1667,13 @@
// This option overrides the default number of encoder pulses needed to
// produce one step. Should be increased for high-resolution encoders.
//
#define ENCODER_PULSES_PER_STEP 1
//#define ENCODER_PULSES_PER_STEP 2

//
// Use this option to override the number of step signals required to
// move between next/prev menu items.
//
#define ENCODER_STEPS_PER_MENU_ITEM 1
//#define ENCODER_STEPS_PER_MENU_ITEM 2

/**
* Encoder Direction Options
Expand Down
4 changes: 2 additions & 2 deletions config/examples/JGAurora/A5S/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1667,13 +1667,13 @@
// This option overrides the default number of encoder pulses needed to
// produce one step. Should be increased for high-resolution encoders.
//
#define ENCODER_PULSES_PER_STEP 1
//#define ENCODER_PULSES_PER_STEP 2

//
// Use this option to override the number of step signals required to
// move between next/prev menu items.
//
#define ENCODER_STEPS_PER_MENU_ITEM 1
//#define ENCODER_STEPS_PER_MENU_ITEM 2

/**
* Encoder Direction Options
Expand Down

0 comments on commit 96a5e64

Please sign in to comment.