OctoPrint:移动喷嘴的暂停/恢复 G-Code
此 OctoPrint 的暂停/恢复 G-Code(可能也适用于其他平台,但我们仅使用 OctoPrint 测试过)将在暂停期间将喷嘴移动 100mm 远离正在打印的部件,并且(点击恢复后)将移动到原始位置,即正常继续打印。
这对于防止部件热损坏很有用,也允许你在暂停期间清洁喷嘴
暂停 G-Code:
pause.gcode
G91 ; 设置相对定位模式
G0Z100 ; 将 Z 向上移动 100mm 以协助喷嘴清洁
G90 ; 设置绝对定位模式恢复 G-Code:
resume.gcode
G91 ; 设置相对定位模式
G0Z-100 ; 将 Z 向下移动 100mm 返回打印位置
G90 ; 设置绝对定位模式Check out similar posts by category:
Allgemein
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow