Hello everybody - i need your help!
Sorry for my bad english......hope that you can follow me anyway
My 220V Heatbed is fired with a "Tyristor" circuit. ( Similar to SSR ) . At the input is an optical coupler which controls the thyristors .
Currently I use the FD Ramps v1.x. Unfortunately, this board has the disadvantage of inverted MOSFETs.
For Heatbed I defined digital pin "7" as outputpin (Logik voltage 3.3V) with the online configuration tool .
UNFORTUNATELY ( ! ) the following code in the "pin.h":
#if MOTHERBOARD == 403
#define HEATER_PINS_INVERTED 1
affect ALL (!) Heaterpins!!! included my newly defined "Pin 7".
Therfore my headbed is on when it should be off (and i cant't not turn off - strangely!) . The only solution : pull out the plug in Ramps or AC !
Is there an easy way to selectively "invert " a specified Heaterpin ? Since the term " HEATER_PINS_INVERTED " occurs so often... I shy away from it!
With Ramps 1.4 my solution works flawlessly !
Thanks for having attention to my problem and for the altercation with my modest English:-)
Uli