Search found 1 match
- Wed Jul 30, 2014 3:57 pm
- Forum: 3D Printing / CNC
- Topic: RAMPS compatible LCD controller module (HC3DPR0005)
- Replies: 16
- Views: 78075
Re: RAMPS compatible LCD controller module (HC3DPR0005)
I've got the display working but I can't seem to get the encoder working in Marlin - i've defined the board as a NEWPANEL and set the following up in Pins.h: #define BTN_EN1 31 #define BTN_EN2 33 #define BTN_ENC 35 When the board first boots I can use the encoder to change the flow rate, however, if...