Klipper3d / klipper

Klipper is a 3d-printer firmware
GNU General Public License v3.0
9.55k stars 5.33k forks source link

Unable to open Gcode file... #5082

Closed matrex8 closed 2 years ago

matrex8 commented 2 years ago

i configured everything as it should be. this is my 4th machine running on klipper, and cant figure out what i did wrong. the other ones are running fine on the latest versions of klipper and moonraker.

the printer has a BTT SKR Mini E3 V2.0 board and i am using a Pi 3 B+ with mainsail os.

ive attached my printer cfg, moonraker conf, klippy log and moonraker log. plus the gcode i am trying to run, but i checked on one of the other machines and it was starting fine. moonraker (6).log klippy (4).log printer.cfg.txt moonraker.conf.txt 3DBenchy.gcode.txt

matrex8 commented 2 years ago

UPDATE: changed the SD Card now. Did a clean install. new Problem: Cant Upload File, and G-Code Files Tab was missing. Finally there was helpful information in the log. Moonraker wanted a different virtual SD path (/home/pi/sdcard and not /home/pi/gcode_files) changed that in my printer cfg and now everything works fine.