setting the temperature using 12864 mini
-
@oliof I am using this submenu:
button R0 C0 F0 T" BACK " A"return" text T" " image R11 C0 L"hline.img" text R18 C0 F0 T"Bed" button C23 T"Off" A"M140 S0" button C45 T"60" A"M140 S60" button C65 T"70" A"M140 S70" button C85 T"90" A"M140 S90" button C105 T"110" V3 A"M140 S110" text R33 C0 F0 T"E" button C19 T"Off" A"M104 S0" button C41 T"130" A"M104 S130" button C62 T"200" A"M104 S200" button C83 T"210" A"M104 S210" button C104 T"230" A"M104 S230" image R51 C0 L"hline.img" text R52 C2 F1 T"Bed " value N180 text T"/" value N80 text T" E " value N100 text T"/" value N0
-
@oliof thanks for reporting this. I confirm it is a bug, and it will be fixed in the next build.
-
@dc42 I downloaded 3.4 b7+5 from your link. There are no changes. The heating of the bed is still not activated.
-
@dc42 credit goes to @Vladimir_U -- I just confirmed and raised the flag (-:
-
@oliof @Vladimir_U please try RRF 3.4b7+6 which is now at https://www.dropbox.com/sh/i5vox3xmkd55gaz/AAC19mI0WEC5GmEjLOBRbKs-a?dl=0.
-
@dc42 Yes, the bed is fine now. But the heater of the tool head stopped working.
there was also a strange driver error
-
@dc42 I found two more bugs. It is possible to go into negative values in heating the bed and in adjusting the flow.
-
@vladimir_u said in setting the temperature using 12864 mini:
@dc42 Yes, the bed is fine now. But the heater of the tool head stopped working.
When I looked at at the code I found that it was automatically selecting the tool whenever you tried to adjust the heater temperatures. This was a bad thing to do for two reasons:
- It was not running the tool change files
- On a multi-tool machine you might want to adjust the active temperature of a tool while another tool was printing
So I removed that automatic tool selection. If you have a single-tool machine, you may wish to put a T0 command at the end of config.g.
-
@dc42 Hello. When adding T0 to the config.g everything works well. But the problem with negative values and drivers is still relevant.
-
I think the driver error message has been fixed in the latest updated beta 7+7
-
@vladimir_u said in setting the temperature using 12864 mini:
@dc42 Hello. When adding T0 to the config.g everything works well. But the problem with negative values and drivers is still relevant.
Do you think that is a new issue, or has it always been present? Is it a problem?
-
@dc42 it's a new issue.
-
@dc42 I can say with confidence that the problem with negative temperatures was on the stable release 3.3
-
@vladimir_u said in setting the temperature using 12864 mini:
@dc42 I can say with confidence that the problem with negative temperatures was on the stable release 3.3
What exactly is the problem?
-
@dc42 I'm sorry, maybe I'm translating some phrases incorrectly. English is not my native language. For me, "problem" and "issue" are words with the same meaning. In my understanding, negative temperature and negative flow value cannot be in the physical sense. And the ability to set these parameters from the printer screen seems unreasonable. Whether this is a problem or a issue I can't say for sure. I would say it's a trouble.
-
Does anything bad happen when you select a negative range?
-
@phaedrux No, nothing bad is happening