Hi,
I get the above warning in Octoprint when I log onto my printer.
I contacted Anycubic and received the following response.
Quote
Hi there,
Thank you for your email and support for ANYCUBIC. This is the ANYCUBIC after-sales technical support department.
We have enabled this feature in all firmware. You can see this in the firmware source code through this link.
"A pic of the config file is placed in the email"
I hope this can help you.
Have a good day.
Unquote
Can anyone verify this?
Thank you
* thermistor falls out or temperature sensors fail in any way.
*
* The issue: If a thermistor falls out or a temperature sensor fails,
* Marlin can no longer sense the actual temperature. Since a disconnected
* thermistor reads as a low temperature, the firmware will keep the heater on.
*
* If you get "Thermal Runaway" or "Heating failed" errors the
* details can be tuned in Configuration_adv.h
*/
#define THERMAL_PROTECTION_HOTENDS // Enable thermal protection for all extruders
#define THERMAL_PROTECTION_BED // Enable thermal protection for the heated bed
//===========================================================================
//============================= Mechanical Settings =========================
//===========================================================================
// @section machine
// Uncomment one of these options to enable CoreXY, CoreXZ, or CoreYZ kinematics
// either in the usual order or reversed
seems enabled to me, you'd probably need to compile it and flash your printer (if it's using an older version) to get the benefits though.
foosel
November 22, 2018, 9:23am
3
And then I need someone to provide me with M115
output and a log of OctoPrint's initial connection to such a flashed printer so I can defang the printer safety warning for those fixed versions.
That won't happen automagically, I need data
@foosel , printing after a bit of time and facing the warning again...
you asked a while back out m115 output
Here's mine from a monoselect 13860 iiip purchased 3/14/2017
Send: N685 M115*45Recv: ok 685Recv: FIRMWARE_NAME:Repetier_0.91 FIRMWARE_URL:https://github.com/repetier/Repetier-Firmware/ PROTOCOL_VERSION:1.0 MACHINE_TYPE:Mendel EXTRUDER_COUNT:1 REPETIER_PROTOCOL:2
I'm looking into reflashing if I can but wanted to provide what the firmware currently reports back.