You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a new printer, and since I use PLA, I've neglected to attach a heated bed. However, Octoprint will not connect when the heated bed is disabled or disconnected. I get the following error:
This seems to occur when either a heated bed is not defined (and M105 returns only hotend temp) or is defined and not connected (and M105 returns B:inf for the bed portion).
For reference: this is with the devel branch on Raspbian, and my firmware is Smoothie.
The text was updated successfully, but these errors were encountered:
Will now be left unset if not detected (instead of dying a horrible death), modified frontend to not display bed settings in such cases. While at it also (hopefully) fixed "Target: off" for bed issue.
TODO: Support repetier's "TargetBed:", "TargetExtr%n" syntax
Fixes#399, partially solves #360
Hi,
I'm working on a new printer, and since I use PLA, I've neglected to attach a heated bed. However, Octoprint will not connect when the heated bed is disabled or disconnected. I get the following error:
This seems to occur when either a heated bed is not defined (and M105 returns only hotend temp) or is defined and not connected (and M105 returns B:inf for the bed portion).
For reference: this is with the devel branch on Raspbian, and my firmware is Smoothie.
The text was updated successfully, but these errors were encountered: