Skip to content
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

[BUG] Wrong temptable in configuration examples for Ender 3 #17066

Closed
VijitCoder opened this issue Mar 4, 2020 · 19 comments
Closed

[BUG] Wrong temptable in configuration examples for Ender 3 #17066

VijitCoder opened this issue Mar 4, 2020 · 19 comments

Comments

@VijitCoder
Copy link

VijitCoder commented Mar 4, 2020

I'll be short cause I tired to fight with the printer after update to Marlin 2.x

[Marlin-2.0.x/config/examples/Creality/Ender-3/Configuration.h]:

#define TEMP_SENSOR_0 1
#define TEMP_SENSOR_BED 1

There should be "5" - ATC Semitec 104GT-2/104NT-4-R025H42G.

I figured that out after several manual calibrations of the hotend thermistor. After all I built my own temptable and suddenly figured out that it matched with thermistor_5.h.

So, I suggest to fix the example config for Ender 3.

@psavva
Copy link
Contributor

psavva commented Mar 4, 2020

Could you submit a PR?

@thisiskeithb
Copy link
Member

thisiskeithb commented Mar 4, 2020

They should be 1. Why do you say they are 5?

Edit: Link to related PR #15040 & issue #15039:

image

NTC 100K Product link on Creality's website for Ender & CR series.

Your thermistor is likely out of spec.

@VijitCoder
Copy link
Author

VijitCoder commented Mar 5, 2020

Well, the point is that I didn't change thermistors. The printer assembled in Jan'2019.

If it does matter, I changed the motherboard to SKR. And uploaded Marlin 2.x there.

They should be 1. Why do you say they are 5?

Because I built the temptable, as I said before. I used a thermometer and made 5 calibrations and a lot of concomitant checks. After all I compared my results with the temptables in the Marlin sources. And it matched with thermistor_5.h.

As a beta test, I assembled a test stand, where I coupled the stock motherboard with Marlin 1.x and the new one. In short: SKR board heats the hotend and uses its thermistor. From the stock board another thermistor attached to the same hotend. Repetier Host reads the stock board, also on the printer's LCD I see the temperature from SKR board. And the thermometer is there, too, for monitoring.The result matched again.

Creality doesn't provide their sources, so I don't know what temptable they are used. But the facts are as I have described. Maybe it's only with my printer, I admit it. Then maybe you can make your own tests? Can you?

Could you submit a PR?

No, I can't because I didn't get what happened with the configurations examples. In the corresponding path I found only a link to archive. Download the sources archive from the repo.. hmm, that is weird.

@VijitCoder
Copy link
Author

VijitCoder commented Mar 5, 2020

BTW: another thermistor that I used in the tests, was bought in the Lerdge shop here. And it also matched with thermistor_5.h temptable. I can't say that it is exactly the same as used by Creality. I only say that the temperature measurements were the same for him, thermistor_5.h.

@VijitCoder
Copy link
Author

VijitCoder commented Mar 5, 2020

@thisiskeithb In your screenshot said about CR-10 and CR-10S. Ender 3 is a bit different printer, even in the Marlin config examples. Could you ask Creality about that printer?

And as it mentioned in the issue #15039, the problem was also with CR-10, not Ender. And there, before fixing, was #define TEMP_SENSOR_BED 5. I can assume that Creality are mixing printers configurations.

I forget to say it before: I also checked the bed with thermistor_5.h using pyrometer. The temperature become much closer to the real measurements. Of course I can't heat the bed up to 250C, but even on 100C I saw, how it become better.

@VijitCoder VijitCoder changed the title [BUG] Wrong temptable on configuration examples for Ender 3 [BUG] Wrong temptable in configuration examples for Ender 3 Mar 5, 2020
@thisiskeithb
Copy link
Member

Check the link. Creality sells the same NTC 100K/type 1 thermistor for both the CR & Ender series. This is not a bug.

@VijitCoder
Copy link
Author

Yeap, I see.

As you wish, you can close this issue without changes. I have nothing to add as a proof if all what I said above wasn't enough.

Good luck.

@thinkyhead
Copy link
Member

thinkyhead commented Mar 6, 2020

@VijitCoder — I'll make the patch for you.
Do you suppose other Creality3D machines also use thermistor 5?

@thinkyhead
Copy link
Member

@thisiskeithb — Well, that is another point. The most common thermistors seem to be 1 and 5, and these show up on lots of machines, and it's not easy to tell which is which.

@thisiskeithb
Copy link
Member

@thisiskeithb — Well, that is another point. The most common thermistors seem to be 1 and 5, and these show up on lots of machines, and it's not easy to tell which is which.

Adding an error block to force users to pick one or the other would work, but I still think 1 is correct for Creality machines since many share the exact same hardware.

@VijitCoder
Copy link
Author

VijitCoder commented Mar 6, 2020

Do you suppose other Creality3D machines also use thermistor 5?

I donno :) I'm only a user with one 3D printer and the temperature measurement tools. I assume that in some time gap Creality assembled their Ender 3 with thermistors 5.

I don't need the patch. I already found the right temptable and switched to it via configuration.

Adding an error block to force users to pick one or the other would work

I'm not sure, what exactly you mean. Anyway, how the user can figure out what to choose without the temperature measurement? E.g. it was not clear for me, when I used the 1st table and it took ~4 days for digging around.

@VijitCoder
Copy link
Author

I still think 1 is correct for Creality machines since many share the exact same hardware.

Can someone check this with another Ender? As an independent test.

I know that Creality makes changes to the model range and the same printers assembled in different years may differ. Maybe that's the root of the problem - they changed something?

@swilkens
Copy link
Contributor

swilkens commented Mar 6, 2020

@VijitCoder
Copy link
Author

VijitCoder commented Mar 6, 2020

Creality does provide their sources

I didn't know that.

I checked and confirm that in v.1.1.6 uses thermistor 1.

At this point I have no idea why I've got a different result in all my tests including cross-test with two motherboards. And why, after all, my manually built temptable matched to 5, which is also mentioned in relation to Creality printers.

Also I can confirm that in my case after switching to temptable 5 with the stock thermistor I got normally printed details (PETG, 235/75, stock fan 100%).

@VijitCoder
Copy link
Author

VijitCoder commented Mar 6, 2020

If no one else has any ideas, I suggest to close the issue.

@swilkens
Copy link
Contributor

swilkens commented Mar 6, 2020

At this point I have no idea why I've got a different result in all my tests including cross-test with two motherboards. And why, after all, my manually built temptable matched to 5, which is also mentioned in relation to Creality printers.

Where is this "5" mentioned in relation to creality printers?

Do you perhaps have a saintsmart branded ender 3?

That said, it wouldn't be the first time that Creality makes changes to a product without a new revision name.

@thinkyhead
Copy link
Member

I'll add a section to the Troubleshooting page that sometimes thermistors are changed on printer models without any notice from the manufacturer. I'll add a paragraph recommending to re-check the thermistor to see whether 1 or 5 (or something else) gives better results. I'd add a chart on how to recognize a thermistor, but unfortunately they can't really be seen when they're installed.

@VijitCoder
Copy link
Author

VijitCoder commented Mar 7, 2020

Where is this "5" mentioned in relation to creality printers?

In another issue mentioned here - #15039, there was changed 5 to 1.

Do you perhaps have a saintsmart branded ender 3?

What is "saintsmart"? As for my printer, I bought him in the official Creality shop on AliExpress at January 2019.

@github-actions
Copy link

github-actions bot commented Jul 3, 2020

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.

@github-actions github-actions bot locked and limited conversation to collaborators Jul 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants