MarlinFirmware / Configurations

Configurations for Marlin Firmware
https://marlinfw.org
GNU General Public License v3.0
1.98k stars 3.33k forks source link

[BUG] JGAURORA MAGIC - Encoder is inverted #978

Closed nvdias0 closed 8 months ago

nvdias0 commented 8 months ago

In configuration.h

define REVERSE_ENCODER_DIRECTION

shold be activated. (uncommented)

thisiskeithb commented 8 months ago

According to the stock config, it appears we should update the config here.

//
// This option reverses the encoder direction everywhere.
//
//  Set this option if CLOCKWISE causes values to DECREASE
//
#define REVERSE_ENCODER_DIRECTION
thisiskeithb commented 8 months ago

Thanks for the report! This will be fixed in https://github.com/MarlinFirmware/Configurations/pull/980