Prusalink printerversion check error
after updating from 0.6 to the newest 0.7 the webpage start screen says my printer firmware is not up to date, but it is.
no matter what i do it will not connect to the printer.
RE: Prusalink printerversion check error
Ho, you are not alone. The guys that had the problem before solved it without me cluing in to what was wrong. What setup are you running and how did you update? Thank you
RE:
I'm running a pi 4 connected to my mk3s+.
i reflashed the sd card, i didn't know of any other way 🙂
RE: Prusalink printerversion check error
I have the same model pi and printer at work and did the upgrade to that setup with no problem.
RE:
solved.
Connect with SSH.
go to the Folder etc: cd /etc
Create Folder: mkdir Prusa-Link
go to the Folder Prusa-Link: cd /Prusa-Link
Create File with: sudo touch prusa-link.ini
Edit File with: sudo nano prusa-link.ini
Paste the following in the File and Save.
[printer]
port=/dev/ttyACM0
baudrate=115200
Then reboot the pi: sudo reboot
RE: Prusalink printerversion check error
Hi, sorry I am not working right now, so I check less often or get sidetracked. This is real weird. The 0.7.0 supports printer autodetection. This should not be necessary. Glad it works for you tho