Skip to content

Upgrade with Neopixel lights

makerbase edited this page Apr 30, 2020 · 2 revisions

Connect

  • Connect to Neopixel interface, you need signal and power pin define

Marlin setting

  • If you use MKS Robin E3 E3D path marlin, you can used it directly
  • Use official marlin firmware
    • You need set the motherboard type, serial port and other parameters can be mks_robin_e3 can be compiled normally. You can refer to Build and Update firmware
    • In paltfromio.ini file setting
      • [common] disable Adafruit NeoPixel MKS_Robin_E3_E3D_NEOPIXEL_COM_DISABLE
      • [env:mks_robin_e3] add lib path and remove Adafruit NeoPixel in lib_ignore MKS_Robin_E3_E3D_NEOPIXEL_ADD

TESE

  • Send M150 R* U* B* to board, foe example: M150 R125 U125 B125