I found the option to control a led over the smartcontroller. but i just have led strips for 12 Volts. the output is just 5 Volt I think? is there a way to control my leds with the smartcontroller?
You need to put them on a 12V power output like for extruder heaters or fans. These have 12 or 24V depending on what you use. Then set case light pin to that pin and you can switch it on/off with the smartcontroller.
another offtopic question: the version 0.91 Rev 8 with a smartcontroller cant compile and outputs this error: iso c++ forbids declaration of 'type name' with no type [-fpermissive]
in version 0.92.4 it works, but the Motors are just moving in one direction (Endstops dissabled, and if they are turned on they seem to work with the command m119)
0.91 can only be compiled with old Arduino IDE 1.0.6
Motors normally move in both direction. Use ALWYS_DIABLE_ENDSTOPS 0 to disable endstop checking to make sure that is not the reason.
Did it work before and now not or is this the first attempt? If motors move only in wrong direction it may be a wrong direction pin in pins.h (which board?) or a defect on the driver/board.
Comments