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 am getting an error in the logs that is causing prints to fail. This was after upgrading OctoPrint to 1.7.2. I made no other changes. I also upgraded to Python 3 as well, but I am getting the same error. For some reason it does not like my code snippet, which was not changed from when it was working before the upgrade. Also including that below.
I think you need to replace the two {% if printer_profile.heatedBed %} with {% if printer_profile.heatedBed and plugins.smartpreheat.bed != None %}
I just encountered a similar error where a print job skipped my pre-print gcode (both preheating (expected) and homing and auto-leveling (not so expected) commands) when I tried to print a file that had no bed heating commands, so smart preheat couldn't get a bed temp
I am getting an error in the logs that is causing prints to fail. This was after upgrading OctoPrint to 1.7.2. I made no other changes. I also upgraded to Python 3 as well, but I am getting the same error. For some reason it does not like my code snippet, which was not changed from when it was working before the upgrade. Also including that below.
Octoprint - 1.7.2 Python3
OctoPrint-SmartPreheat - 0.6
The text was updated successfully, but these errors were encountered: