kliment / Printrun

Pronterface, Pronsole, and Printcore - Pure Python 3d printing host software
GNU General Public License v3.0
2.35k stars 995 forks source link

Connect wirelessly ? #1031

Open ghost opened 4 years ago

ghost commented 4 years ago

I've just added a wifi>serial port adaptor to my printer - https://github.com/luc-github/ESP3D, which is working nice. I was wondering if/how I can connect to this?

volconst commented 4 years ago

If you have the printer's ip and port you should be able to connect by entering ip:port instead of serial device. You may have to clone/checkout the latest version from github and build it because there was a recent fix for #1027

ghost commented 4 years ago

I'm not sure what I'm doing wrong here, I enter 192.168.0.245:8888, yet when I try to connect it brings up the error: [ERROR] Could not connect to 192 at baudrate 115200: Serial error: could not open port '192': WindowsError(2, 'The system cannot find the file specified.')

volconst commented 4 years ago

Are you running the latest master branch?

volconst commented 4 years ago

Check if you have leading, trailing spaces in the port input box and delete them.

crazy72 commented 4 years ago

Wireless is not working properly. When you select SD Upload it starts printing instead to load the file on SD card. (I'm using MKS TFT35). Anyone else experiencing the same ?