This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Turn Off initial Image

Im using the LightCrafter in a 3D Printer to cure the photopolymer. So the initial image, when I start the projector, already starts the curing process. How is it possible to turn off the LED Current for the initial phase?

Thank for you anwer

Michael

  • Hello Michael,

    If you look at the GUI and INI file, set the value as

    DEFAULT.LEDCURRENT_RED 0xFF ;
    DEFAULT.LEDCURRENT_GRN 0xFF ;
    DEFAULT.LEDCURRENT_BLU 0xFF ;

    I think the driver is accepting inverted signal so 0xff or 255 would cause zero current o/p.

    Create new firmware binary using modified INI file, this will make LED driver to come up with zero current.

    Regards,
    Sanjeev