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

Closed
opened 2023-10-20 23:51:29 -05:00 by YXG001 · 4 comments
YXG001 commented 2023-10-20 23:51:29 -05:00 (Migrated from github.com)

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.

<!-- ------ PLEASE USE THIS TEMPLATE! -------- Have you read all Wiki articles in cluding the FAQ? https://github.com/knutwurst/Marlin-2-0-x-Anycubic-i3-MEGA-S/wiki Do you want to ask a question? Are you looking for support? Please don't post here. Instead please use one of the support links at https://github.com/knutwurst/Marlin-2-0-x-Anycubic-i3-MEGA-S/issues/new/choose --> ### Bug Description <!-- Description of the bug --> The tool head will not reach the target temperature, and the temperature will stabilize at 10 degrees below the target temperature ### Steps to Reproduce <!-- Please describe the steps needed to reproduce the issue --> 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](https://github.com/knutwurst/Marlin-2-0-x-Anycubic-i3-MEGA-S/assets/78747532/3c7bb312-e3a3-4827-8089-8e7ed769f242) 2. 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 commented 2023-10-21 08:17:06 -05:00 (Migrated from github.com)

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.

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.
kscheff commented 2024-01-19 08:55:14 -06:00 (Migrated from github.com)

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?

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 commented 2024-03-09 04:44:23 -06:00 (Migrated from github.com)

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.

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.
github-actions[bot] commented 2025-01-03 19:53:29 -06:00 (Migrated from github.com)

This issue is stale because it has been open 30 days with no activity. Remove stale label / comment or this will be closed in 5 days.

This issue is stale because it has been open 30 days with no activity. Remove stale label / comment or this will be closed in 5 days.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: wp/Marlin-2-0-x-Anycubic-i3-MEGA-S#497
No description provided.