Contact me: hankecnc@gmail.com

加热床不适用于 CR-10(库存)。 #54

推推 grbl 3年前 (2023-02-06) 315次浏览
关闭
oreo-ux 开启了这个issue 2019 年 10 月 22 日 · 5 条评论
关闭

加热床不适用于 CR-10(库存)。#54

oreo-ux 开启了这个issue 2019 年 10 月 22 日 · 5 条评论

评论

加热床不适用于 CR-10(库存)。 #54

自从在我的 CR-10 中安装了 SKR mini E3 后,加热床就不会加热了。温度。也在 20-21 摄氏度左右跳跃。
只有床受到影响(hotend 工作完美)。
我已经检查了连接,没有发现任何缺陷。
也许这是 Marlin 代码中的一个错误。
预先感谢您的帮助!

加热床不适用于 CR-10(库存)。 #54
库比克256 评论了 2019 年 10 月 22 日  

我已经使用此配置设置和校准 BED PID M303E-1C10S70

#define PIDTEMPBED

//#define BED_LIMIT_SWITCHING

/**
 * Max Bed Power
 * Applies to all forms of bed control (PID, bang-bang, and bang-bang with hysteresis).
 * When set to any value below 255, enables a form of PWM to the bed that acts like a divider
 * so don't use it unless you are OK with PWM on your bed. (See the comment on enabling PIDTEMPBED)
 */
#define MAX_BED_POWER 255 // limits duty cycle to bed; 255=full current

#if ENABLED(PIDTEMPBED)
  //#define MIN_BED_POWER 0
  //#define PID_BED_DEBUG // Sends debug data to the serial port.

  // CREALITY ENDER 3
  #define DEFAULT_bedKp 73.95
  #define DEFAULT_bedKi 13.57
  #define DEFAULT_bedKd 268.70

它在 Ender 3 上运行良好,但我不知道 CR-10 是否有更大/更耗电的床。如果是这样,外部 mosfet 可能会有用,也许 mini E3 上的 mosfet 无法处理那么大的电流。

另外,我在 mini E3 上的所有 mosfets 上都有铝制散热器;)

加热床不适用于 CR-10(库存)。 #54
作者

我更改了代码,但问题没有解决。在我更换主板之前,床一直运行良好。

加热床不适用于 CR-10(库存)。 #54
作者

我检查了相应的连接。使用我的旧电路板时,床会正常升温 = 接线没有错误。所有相应的部分都可以。可能是电路板有一些错误的焊接?

加热床不适用于 CR-10(库存)。 #54

试试看,在加热床打开/床温设置的情况下测量加热床输出电压;)
加热床不适用于 CR-10(库存)。 #54

加热床不适用于 CR-10(库存)。 #54
作者

我修好了它!问题是电路板换了加热床(Cr-10 原装)的电线。
只需交换两根电线,它就可以工作。
感谢 kubik256 的帮助!