Quantcast
Channel: Reprap Forum - Repetier
Viewing all articles
Browse latest Browse all 1321

Repetier 0.92 Case Light Pin Menu bugy (15 replies)

$
0
0
I try to implement a case light but failed because of following behaviour:

In Configurator, when i say case light pin = digital 0

i dont get a menu entry on my reprapdiscount full grafic controller, maybe because of the following line in the uiconfig.h:

#if CASE_LIGHTS_PIN > 0
UI_MENU_ACTIONCOMMAND(ui_menu_toggle_light,UI_TEXT_LIGHTS_ONOFF,UI_ACTION_LIGHTS_ONOFF)
#define UI_TOOGLE_LIGHT_ENTRY ,&ui_menu_toggle_light
#define UI_TOGGLE_LIGHT_COUNT 1
#else
#define UI_TOOGLE_LIGHT_ENTRY
#define UI_TOGGLE_LIGHT_COUNT 0
#endif

if i do it with case light pin = digital 1 i do get an entry in the menu!

second:

if i have the entry in the quick menu, i cant toggle light on or off. (its not connected allready tough)
The Menu entry stays at -> "Light On" and the digital output stays the same at 5V no matter how often i press the button on the encoder wheel.

Is this a bug maybe? :D How can i get this to work have spent so many time to wire the led´s in the 3 delta towers :(

Viewing all articles
Browse latest Browse all 1321

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>