|
How can i connect a rotary encoder to my RAMPS 1.4 with a Marlin firmware February 22, 2019 09:57AM |
Registered: 6 years ago Posts: 6 |
|
Re: How can i connect a rotary encoder to my RAMPS 1.4 with a Marlin firmware February 22, 2019 11:57AM |
Registered: 6 years ago Posts: 148 |
|
Re: How can i connect a rotary encoder to my RAMPS 1.4 with a Marlin firmware February 22, 2019 12:16PM |
Registered: 6 years ago Posts: 6 |
|
Re: How can i connect a rotary encoder to my RAMPS 1.4 with a Marlin firmware February 22, 2019 12:57PM |
Registered: 6 years ago Posts: 148 |
|
Re: How can i connect a rotary encoder to my RAMPS 1.4 with a Marlin firmware February 22, 2019 01:19PM |
Registered: 6 years ago Posts: 6 |
|
Re: How can i connect a rotary encoder to my RAMPS 1.4 with a Marlin firmware February 23, 2019 01:59AM |
Registered: 6 years ago Posts: 148 |
|
Re: How can i connect a rotary encoder to my RAMPS 1.4 with a Marlin firmware February 23, 2019 07:05AM |
Registered: 6 years ago Posts: 6 |
|
Re: How can i connect a rotary encoder to my RAMPS 1.4 with a Marlin firmware February 23, 2019 07:17AM |
Registered: 6 years ago Posts: 148 |
// // LCD Display input pins // #if ENABLED(NEWPANEL) ... #endif
#define BTN_EN1 37
#define BTN_EN2 35
#define BTN_ENC 31
//
// LCD Display input pins
//
#if ENABLED(NEWPANEL)
#if ENABLED(REPRAP_DISCOUNT_SMART_CONTROLLER)
....
|
Re: How can i connect a rotary encoder to my RAMPS 1.4 with a Marlin firmware February 23, 2019 07:44AM |
Registered: 6 years ago Posts: 6 |
|
Re: How can i connect a rotary encoder to my RAMPS 1.4 with a Marlin firmware February 23, 2019 08:26AM |
Registered: 6 years ago Posts: 148 |
|
Re: How can i connect a rotary encoder to my RAMPS 1.4 with a Marlin firmware February 23, 2019 09:14AM |
Admin Registered: 15 years ago Posts: 7,304 |
|
Re: How can i connect a rotary encoder to my RAMPS 1.4 with a Marlin firmware February 23, 2019 02:50PM |
Registered: 6 years ago Posts: 148 |
#define LCD_SAINSMART_I2C_2004 #define NEWPANEL
|
Re: How can i connect a rotary encoder to my RAMPS 1.4 with a Marlin firmware February 25, 2019 12:26PM |
Registered: 6 years ago Posts: 6 |
Quote
Pippy
Yes very likely, I'm not yet familiar enough with the marlin code to know all the in's and out's.
Their is a thread here that might help ..
https://reprap.org/forum/read.php?415,833120,833120
|
Re: How can i connect a rotary encoder to my RAMPS 1.4 with a Marlin firmware November 21, 2020 04:39PM |
Registered: 10 years ago Posts: 107 |