Klipper-WS281x_LED_Status icon indicating copy to clipboard operation
Klipper-WS281x_LED_Status copied to clipboard

settings.conf not found

Open muckie89 opened this issue 2 years ago • 2 comments

Script isnt working ... it only shows

with open('settings.conf', 'r') as settings_file: FileNotFoundError: [Errno 2] No such file or directory: 'settings.conf'

or

with open('settings_sample.conf', 'r') as sample_settings_file: FileNotFoundError: [Errno 2] No such file or directory: 'settings_sample.conf'

All files stored in Klipper-WS28x_LED_Status

Direction for use correction. You cant cd in a .git

Clone code to Raspberry Pi running Klipper and Moonraker cd /home/pi git clone https://github.com/11chrisadams11/Klipper-WS281x_LED_Status.git cd Klipper-WS281x_LED_Status.git

muckie89 avatar Aug 28 '22 14:08 muckie89

Make sure that you are in the ~/Klipper-WS28x_LED_Status folder when running the commands.

Will-wastelander avatar Aug 29 '22 04:08 Will-wastelander

Sorry for the late reply. I have made changes that will allow you to run the script from any directory on the command line. I have also updated the README directions to reflect the cd path. Thank you for pointing that out.

11chrisadams11 avatar Oct 11 '22 22:10 11chrisadams11