-
-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Temperature display not working with no heated bed #260
Comments
That‘s weird. Does OctoPrint Display temperatures in the WebUI? Do you maybe have multiple extruders? |
yup.. octoprint do show temp of my hotend.. api call issue?? i try to do a print.. it able to register fan enable @100% after 2nd layer print. able to show layer height and progress %... but the hotend temp are zero.. |
i try this, and i get return... tool0 |
Hmm your API result should be just fine. I got the same results and they work just fine for me. Could you maybe try and open the developer console and see if there are some errors listed there? I think it's Ctrl+Shift+I |
Ok there is a few weird things going on: Is OctoDash always showing connecting in the bottom right? Is the other screen always shining through for you or is this just on the image. Could you send me the whole output of the /api/printer?apikey=...? Then I can try to figure out what is going wrong :) |
This is the output :) .. how i have install.. i git clone the master.. then edit the install.sh on the home/pi portion.. as my user ar octopi.. then i run octopi@printer: sudo ./install.sh .. :) { |
What do you mean with that script? It should automatically use the current user in the newest version :). Ok, I See that you don‘t seem to have a heated bed? |
something like this.. this should not cause any issue to the script right ? if [ -d "/home/octopi/OctoPrint/venv" ]; then |
Nope should work if your user is octopi. The script will ask you for a directory if it doesn‘t find the pi home folder. So both ways will work :) |
so i wait for next build to be release with the fix for the temp issue ? :) |
Yes :). I‘m currently gathering some bugs, which will be fixed in the next patch version. This should be released in 1 to 2 weeks
…Sent from my iPhone
On 29. Oct 2019, at 16:37, sacy80 ***@***.***> wrote:
so i wait for next build to be release with the fix for the temp issue ? :)
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Hi ,
i try to install on my octoprint. but it didnt show any temp info.. it always display zero..
The text was updated successfully, but these errors were encountered: