-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
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
MINTEMP when uploaded different version #4377
Comments
Does it behave differently if you do a Try reducing the acceleration on the Z axis. And/or lower the homing, manual, and max feedrates for Z, to see if it behaves differently. The old acceleration values produced the wrong results, so you might have the acceleration or jerk set too high for the corrected (newer) code. Tweak them until you find a reliable combination. |
Is this only with the newer code (RC6 or RCBugFix, for example), and not with older (1.0.2-1) code? If it occurs always, check the thermistor resistance with a multimeter. |
Not defining a bed-thermistor may help - if you don't have one. |
@thinkyhead I have tried changing the acceleration and it didn't change. The I get the @Blue-Marlin how would I be able to see the console output? Something like pronterface? I defined my printer as an EFF, shouldn't the bed be disabled by default? |
If the bed thermistor is defined but not connected you will get a MINTEMP error! |
If you have defined SAFE_HOMING, you have to home X and Y before Z. |
@Blue-Marlin When looking at console, I get this: : Extruder switched off. MINTEMP triggered ! Should I be focusing on the older version or the new ones? |
That is the extruder thermistor 1 - the second extruder! |
I've only defined 1 extruder though... |
I replaced my thermistor with a fresh one and get the same error. |
I believe what @Blue-Marlin is trying to say is, for some reason the error is related to temp sensor 1, not temp sensor 0. So perhaps you have set this to non-zero: #define TEMP_SENSOR_1 1 |
So I took a break and when I came back and turned my printer on, the error was gone... |
Even after |
@thinkyhead After that I ran that command and told it to go 100mm, it went 99.73mm. So pretty close. Would I need to run that commands always? |
It indicates that the values stored in the EEPROM are stale. (Perhaps in the past you did something with |
Okay, Thank you. |
Check the bed terminals with a meter, see how many volts and amperes you're getting out. Check the resistance on the heater cartridge. |
so I should test it while the board is on? |
If you want to see how much voltage the heater terminals are putting out, it would help. The resistance on the heater cartridge you can test while the heater is disconnected. |
@thinkyhead I checked and it said 0. I talked to some people on IRC and they said I should get new pins and try that. I got new pins and another RAMPS board just incase. When I tried the pins, it gave the same result. So when I tried the board, you'd think it would be different, but it also gave same result.... --EDIT-- Fixed this issue, the hotend wires were supposed to go in D8, not D10. |
@Kamran14 Please post your |
@thinkyhead I pasted it on an 3rd party site. Is that okay? https://ideone.com/BjHooD |
@Kamran14 Your settings seem ok to me. You might try the latest version of Marlin (1.1.0-RC7) and see if it works differently, or better. If it does work with the newer Marlin, then maybe we fixed some bug that is causing your issue. Unfortunately we can't support fixing bugs in older versions of Marlin, so we generally recommend upgrading as a first step. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
So I've upgraded my printer and wanted to get the newest update as well. When I configured everything I uploaded it to my printer, only to find out my z-axis wouldn't budge at all. I tried the IRC for help and we couldn't find out why. So I decided to try my old firmware and see if it made a difference, surprisingly it did. My Z-axis started moving and I could finally home everything. BUT, a new problem has occurred!! I now get a 'Err:MINTEMP'. Now I just got a brand new hotend(E3D v6) and I made sure that all the wiring is correct. I'm 99.99% that its firmware based. My setup is EFF(will be EFB when I get heated bed and new mount for extruder).
Side Note: Along with the new Firmware, the text 'X', 'Y', and 'Z' would turn into '?' every other second and turn back. I could still move my X and Y, just not my Z.
The text was updated successfully, but these errors were encountered: