Ok, so I am able to upload gcode fine, I can even see it in the /gcodes file in filezilla, but when I go to print it just throws the “Cannot open File” error.
So I was told to update the path fir virtual_sdcard in the printer.cfg and mainsail.cfg file, so I do that
example:
[virtual_sdcard] path = /home/biqu/printer_data/gcodes
on_error_gcode = CANCEL_PRINT
I also ran the following to give me access to the gcodes file, just in case… To no avail…
chown pi ~/printer_data/gcodes chmod 777 ~/printer_data/gcodes
So now, when I go to check the log, the only error I see is “configparser.Error: Include file ‘/home/biqu/printer_data/config/generic-bigtreetech-xxx.cfg’ does not exist”, but that file does exist! I literally opened it in filezilla, in the correct file path, although I’m not sure why I even need a generic config file… This is the following code I see in the klippy log.–> Starting Klippy...
Starting Klippy...
Args: ['/home/biqu/klipper/klippy/klippy.py', '/home/biqu/printer_data/config/printer.cfg', '-I', '/home/biqu/printer_data/comms/klippy.serial', '-l', '/home/biqu/printer_data/logs/klippy.log', '-a', '/home/biqu/printer_data/comms/klippy.sock']
Git version: 'v0.11.0-122-ge6ef48cd'
CPU: 4 core ?
Python: '3.9.2 (default, Feb 28 2021, 17:03:44) \n[GCC 10.2.1 20210110]'
Start printer at Fri Mar 3 11:24:39 2023 (1677842679.6 34.0)
Config error
Traceback (most recent call last):
File "/home/biqu/klipper/klippy/klippy.py", line 175, in _connect
self._read_config()
File "/home/biqu/klipper/klippy/klippy.py", line 134, in _read_config
config = pconfig.read_main_config()
File "/home/biqu/klipper/klippy/configfile.py", line 281, in read_main_config
regular_config = self._build_config_wrapper(regular_data, filename)
File "/home/biqu/klipper/klippy/configfile.py", line 268, in _build_config_wrapper
self._parse_config(data, filename, fileconfig, set())
File "/home/biqu/klipper/klippy/configfile.py", line 256, in _parse_config
self._resolve_include(filename, include_spec, fileconfig,
File "/home/biqu/klipper/klippy/configfile.py", line 229, in _resolve_include
raise error("Include file '%s' does not exist" % (include_glob,))
configparser.Error: Include file '/home/biqu/printer_data/config/generic-bigtreetech-xxx.cfg' does not exist
webhooks client 281472943226448: New connection
webhooks client 281472943226448: Client info {'program': 'Moonraker', 'version': 'v0.8.0-23-g18f5ff4'}
I have no clue what is wrong here, or why it is saying that file does not exist, when it clearly does… but I’ve been at this for hours and it is seriously getting on my nerves! Any help is much appreciated!!