Browse Source

Исправление направления кнопок навигации, ↑- ↓+ на ↓- ↑+

pull/4/head
Vladislav Vasiliev 4 years ago
parent
commit
4240033926
  1. 6
      Marlin/Configuration.h

6
Marlin/Configuration.h

@ -591,7 +591,7 @@
* Note: For Bowden Extruders make this large enough to allow load/unload.
*/
#define PREVENT_LENGTHY_EXTRUDE
#define EXTRUDE_MAXLENGTH 710
#define EXTRUDE_MAXLENGTH 710
//===========================================================================
//======================== Thermal Runaway Protection =======================
@ -1558,7 +1558,7 @@ EEPROM_W25Q
#undef SRAM_EEPROM_EMULATION
#undef I2C_EEPROM_AT24C16
#undef SPI_EEPROM_W25Q
#undef USE_WIRED_EEPROM
#undef USE_WIRED_EEPROM
#define MARLIN_EEPROM_SIZE 4096
#endif
@ -1843,7 +1843,7 @@ EEPROM_W25Q
// If CLOCKWISE normally moves DOWN this makes it go UP.
// If CLOCKWISE normally moves UP this makes it go DOWN.
//
//#define REVERSE_MENU_DIRECTION
#define REVERSE_MENU_DIRECTION
//
// This option reverses the encoder direction for Select Screen.

Loading…
Cancel
Save