Contact me: hankecnc@gmail.com

MKS TFT 35 不能同时加热床和热端 #289

推推 grbl 3年前 (2023-02-11) 316次浏览
关闭
ksalaba 打开了这个问题 2019 年 3 月 16 日 · 1条评论

评论

MKS TFT 35 不能同时加热床和热端 #289

MKS TFT 35 应同时运行以下 GCODE 两个加热床和热端。

M140 S{print_bed_temperature}	; start bed heating and continue
M109 S{print_temperature}		; wait for extruder to reach target temp
M190 S{print_bed_temperature}	; wait for bed to reach target temp

这应该由一个选项来管理

MKS TFT 35 不能同时加热床和热端 #289

您可以通过在“更多按钮”部分下的 mks_config 中添加自定义按钮来自己添加它。
我有一个这样做的:
>moreitem_button1_cmd:M104 S200;M140 S60