Skip to content

v1.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jul 19:30
· 19 commits to main since this release
  • Shutoff extruders that are no longer in use in advance for the Dual-extruders and J1
  • Preheat the nozzles to reduce the waiting time during extruder switching.
  • Support the -o parameter to save the repaired file to a different location.

To use the preheat in PrusaSlicer, you need to enable Supports remaining times in the Printer settings. (not required for OrcaSlicer)

Need to use with my 3d print configs (toolchange gcode): https://github.com/macdylan/3dp-configs

Please refer to the -h option for more new execution arguments.

-nopreheat
    do not pre-heat nozzles
-noshutoff
    do not shutoff nozzles that are no longer in use
-notrim
    do not trim spaces in the gcode

Chinese:

  • 在双喷嘴打印头和 J1 的切片中,通过修改 Gcode 提前关闭不再使用的挤出机
  • 在适当的时机提前加热喷嘴,减少多挤出机切换的等待时间
  • 支持 -o 参数将修复后的文件保存到其它位置

在 PrusaSlicer 中使用提前加热功能,需要在 打印机设置 中开启 支持剩余时间 选项

涉及到切换打印头的配置参数,请使用https://github.com/macdylan/3dp-configs

如需关闭以上功能,可使用以下 3 个新参数,更多请查看 -h 的说明:

-nopreheat
    do not pre-heat nozzles
-noshutoff
    do not shutoff nozzles that are no longer in use
-notrim
    do not trim spaces in the gcode