使用 Pronterface 打印 cube.gcode 时,我得到:
Print started at: 23:07:31
8 秒后,我得到:
Error:Printer halted. kill() called!
Error:Printer halted. kill() called!
是什么原因?如何查看日志?
附加信息:
我只连接了三个电机,并在 Marlin Firmware 的 Configuration.h 中设置了以下内容:
#define TEMP_SENSOR_0 999
...
#define TEMP_SENSOR_BED 999
...
#define X_MIN_ENDSTOP_INVERTING true // set to true to invert the logic of the endstop.
...
(也适用于 XYZ 的最小值最大值)
在 8 秒内 X 电机和 Z 电机开始运行。
这是 G 代码打印文件 (cube.gcode) 的链接。
我在没有终端挡块的 Arduino Mega 2560 + RAMPS 1.4 上使用 Marlin 1.1.x。