-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[FR] Cold extrusion collaboration with M302 #2874
Comments
I tried to lower the min temp to -50 to get this setting out of the way of M302. Not having any luck. In
I got the TFT now telling me to heat the hotend to 65486!! LOL I guess it is not a floating number and the -50 has rolled under and back over. |
My T0 is not connected yet. Because of that, it's report temp is -29. The TFT doesn't honor it have any options. |
Here is some backstory for some context. I have a new Anycubic Kobra Max printer. So, I have decided to change the mainboard to an SKR 3 EZ. This required re-wiring and re-terminating just about everything. I got the Y motor tested before running the wires for the other motors. Testing what I can as I go. Most has been done via the TFT touch mode. I am currently still getting the toolhead terminated and will be testing those options soon. Like the heater and thermistor. Then the BL Touch that I am adding. |
I confirm this is an issue. Also, display uses 180°C as a safe temperature but it is set to 170°C in firmware. Disabling the check with |
Check the Cold Extrusion section in your TFT config.ini. The TFT is not aware of the cold extrusion setting in Marlin, I don't think it is reported. The default minimum extrusion temperature set there is 180 degrees, which is active independent of what you setup in Marlin. You can lower the temperature there as requried.
|
@rondlh yes it is reported, just issue |
And.... I have moved on to Klipper. |
That means I do not have touch screen support yet. That I have found out anyway. |
OK, I see, and it's fully configurable within Marlin, so the TFT should be able to follow Marlin's behavior. |
Is your feature request related to a problem? Please describe.
Trying to test the stepper direction upon a wire replacement and new terminations, the TFT is preventing cold extrusion. M302 P1 disables cold extrusion prevention in Marlin, but the TFT will not allow this. Setting M302 S0 to allow extrusion at any temp, the TFT will not allow less than 20 deg.
https://marlinfw.org/docs/gcode/M302.html
Describe the solution you'd like
Remove the min temp setting entirely, or co-exist with M302 settings, give an option for disabling the cold extrusion monitoring (maybe even temporarily?)
Describe alternatives you've considered
Marlin mode works just fine and allows M302 to work as intended. The Touch screen mode does not.
Additional context
Would like to have consistency. Would love to not have to go to marlin mode to do anything. (Meaning to remove those EXP cables entirely.)
The text was updated successfully, but these errors were encountered: