Skip to content

Tips and Tricks

Charlie Powell edited this page Nov 20, 2020 · 3 revisions

Assorted guides of how to setup this plugin for additional functions, tips and tricks and more!

This page is always evolving, if you have anything you want to add to it let me know!

Timelapse Flash

Using WS281x LEDs to create a flash for a timelapse

By using the power of @ commands it is very easy to make your LEDs react to other plugins that use GCODE scripts. For example, to make the LEDs flash for the timelapse, to light it up, you can use the following settings:

  • Enable 'Torch mode is a toggle' in the WS281x LED Status settings, and set the torch effect to solid colour & bright white (and colour will do, but white is the most common!)
  • OctoLapse:
    • Custom Camera Gcode Scripts - before snapshot:
      @WS_LIGHTSON
      @WS_TORCH_ON
      
    • After snapshot:
      @WS_TORCH_OFF
      @WS_LIGHTOFF
      

That's it. Here is picture of the settings mentioned:

OctoLapse settings

Heads up! This documentation has migrated to Gitbook! Find it here: https://cp2004.gitbook.io/ws281x-led-status/

Clone this wiki locally