-
-
Notifications
You must be signed in to change notification settings - Fork 26
Tips and Tricks
This page is always evolving, if you have anything you want to add to it let me know!
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
- Custom Camera Gcode Scripts - before snapshot:
That's it. Here is picture of the settings mentioned:
If you have any questions, please don't hesitate to get in touch! You can:
- Open an issue with the question template
- Get support on the OctoPrint Discord @cp2004
- Get support on the Community Forums @Charlie_Powell
I developed the plugin in my free time, so if you have enjoyed the plugin, you can sponsor its development here from as little as $1
The plugin is licensed under the terms of the AGPLv3 License. The author (Charlie Powell) assumes no liability for it's usage and the plugin comes with no warranty.