OctoEverywhere has a feature that automatically activates the light on the Elegoo Centauri Carbon whenever the webcam is viewed. The setting that controls auto light activation defaults to true, so a good image can be retrieved when Gadget and other OctoEverywhere plugin features use the webcam.Documentation Index
Fetch the complete documentation index at: https://help.octoeverywhere.com/llms.txt
Use this file to discover all available pages before exploring further.
Change The Conf Setting
You can enable or disable this feature using theoctoeverywhere.conf config file. In the config file, under the general category, set the auto_activate_chamber_light_for_webcam value to False.
After you change the setting, you will need to restart the plugin.
Finding The Config File
Theoctoeverywhere.conf file is in different locations depending on your plugin install type.
Plugin Manager For Windows
- Open the OctoEverywhere Plugin Manager For Windows
- Select “Open Data Folder”
- Open the
octoeverywhere.conffile in a text editor.
Docker Container
- Open the data folder wherever it is located on your system.
- Open the
octoeverywhere.conffile in a text editor.
Linux CLI Plugin
- SSH into the device running the OctoEverywhere Elegoo Connect plugin.
cdinto your home directory (cd ~)cdinto the OctoEverywhere plugin folder, something like~/.octoeverywhere-elegoo.- A number will be appended to the end if multiple plugins are running.
cdinto the config folder.- Use
nanoor another text editor to open theoctoeverywhere.conffile.

