yandreev3 / 3dWiFiSend

Qidi X-Pro Network Script
11 stars 8 forks source link

Unable to Send file to printer #2

Closed carterkraft closed 6 years ago

carterkraft commented 6 years ago

I watched the video and readme in detail but seems I can't get it to connect to the printer.

image

yandreev3 commented 6 years ago

Are you on wifi? If so, go ahead and give it another try using the ethernet cable. I get that error quite inconsistently on wifi.

yandreev3 commented 6 years ago

Wait no your issue is your file location. As of this version, you have to have the file in the same folder as the python script because of naming/paths. This is something that i should fix but in the meantime, put the gcode file in the same folder and run "python .\3DWiFiSendFile.py 192.168.1.114 Articulated_Butterfly.gcode yes"

carterkraft commented 6 years ago

Thanks for the help, but still the same error I have had the file in the same path.

image

carterkraft commented 6 years ago

I should also note- I am able to successfully print through the QidiPrint Software through that IP.

carterkraft commented 6 years ago

So combining what you put here, with just putting the filename no path AND also removing the "-" from the name used in this attempt I was successful. Articulated_Butterfly worked. Oddly the Qiditech software can't handle the "-" either.

Thanks for all the hard work and help. Hopefully in case someone runs into the same issues I have they will be able to get it working.

yandreev3 commented 6 years ago

The error is actually being returned from the printer. The printer itself does not like the filename; specifically special characters in it. That's why both the qidi software and this script return that error.