如何通过 G-Code 禁用 Marlin 冷挤出预防
如果你想测试你的挤出机,你可以使用 M302 禁用冷挤出预防:
marlin_m302_examples.txt
M302 P1使用以下命令重新启用
marlin_m302_reenable.txt
M302 P0使用以下命令设置温度(并启用)
marlin_m302_set_temp.txt
M302 P0 S170为了**报告当前状态,**运行
marlin_m302_status.txt
M302如果禁用的示例输出:
marlin_m302_disabled_output.txt
echo:Cold extrudes are disabled (min temp 170C)如果启用的示例输出:
marlin_m302_enabled_output.txt
echo:Cold extrudes are enabled (min temp 170C)无论你配置什么都不会在重启后保留。如果你想将设置保存到 EEPROM 以便在重启后保留,运行
marlin_m500_save_eeprom.txt
M500Check out similar posts by category:
3D Printing, Electronics
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow