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] The target temperature could not be reached #497

Open
YXG001 opened this issue Oct 21, 2023 · 3 comments
Open

[BUG] The target temperature could not be reached #497

YXG001 opened this issue Oct 21, 2023 · 3 comments
Assignees
Labels
question Further information is requested

Comments

@YXG001
Copy link

YXG001 commented Oct 21, 2023

Bug Description

The tool head will not reach the target temperature, and the temperature will stabilize at 10 degrees below the target temperature

Steps to Reproduce

  1. I using octoprint to test it because it will be easer. I set the temperature to 250 degrees, then the octoprint recover:

Recv: ok
[...]
Send: M104 S255

Expected behavior: [What you expect to happen]
Generally, the temperature should be 250 degree

Actual behavior: [What actually happens]
Snipaste_2023-10-21_15-25-21

  1. On this image, you can see the temperature stabilize at 240 degree.

Additional Information

If I set to 255 degree, it will stabilize at 245 degree.
But is work well at 210, 220, 230, degree.
It can also reach 250 on the PID autotune.
but if i set the temperature to 230 then 240, it chould reach 240. to get 250 is same.

@HaGueRe
Copy link

HaGueRe commented Oct 21, 2023

A possible cause is the output voltage of the power supply.
For me it was 9.8 volts without load instead of the required 12 volts and the error pattern was similar. After swapping it for a Meanwell everything was fine again.

@knutwurst knutwurst added the question Further information is requested label Nov 1, 2023
@kscheff
Copy link

kscheff commented Jan 19, 2024

Since I am struggling a similar heating curve, I suspect too that the power supply is the root cause. Is there any support monitoring voltage, current or power on the Anycubic motherboards? I see that there is the M430 command for doing so, but it is not enabled in the releases:
M430 - Read the system current, voltage, and power (Requires POWER_MONITOR_CURRENT, POWER_MONITOR_VOLTAGE, or POWER_MONITOR_FIXED_VOLTAGE)

Anybody experimented with this feature?

@coding-pivo
Copy link

I see a similar issue on my Mega S with knutwurst version 1.5.2. The first layer is printed with required 218C but starting from the second layer the nozzle temperature is lowered by araound 10C. This will not happen with knutwurst version 1.4.2 (maybe 1.4.1). So at least it is not independent from the firmware but maybe a combination of firmware version and power supply?
Also the original firmware is not showing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

5 participants