3dsjs

Elegoo Neptune 4 Pro刷子托盘

Brush Holder for Elegoo Neptune 4 Pro

2024-04-08 15:52:12

使用说明

  1. 所有模型资源均由用户上传分享,内容来源于网络公开资源
  2. 侵权投诉:通过抖音私信 @jobsfan 联系我们(需附版权证明),24小时内处理
  3. 模型将通过邮件发送(5分钟内自动发货),感谢理解带宽压力
关于费用

我们是爱好者共建社区,为维持服务器成本,每个模型收取微量费用(仅覆盖基础开支)。我们承诺最低成本运营,感谢您的支持!

扫码手机访问
抖音私信 @jobsfan

Summary

The brass brush holder is designed to clean the nozzle of the 3D printer from stuck plastic.
The working part size of the brush is 36x10 mm. Cleaning is performed by a macro for Clipper. The macro needs to be added to the printer.cfg file.
Macro code:

########################
[gcode_macro clean_nozzle]
gcode:
{% set LOWERED_EXTRUDER_TEMP = params.EXTRUDER_TEMP|default(180)|int-40 %}
{% set WIPES = params.WIPES|default(10)|int %}
G28
G90
G0 X-10 Y20 Z10 F5000
{action_respond_info("Clean nozzle: Heating up to {}°C the do {} wipes.".format(
(LOWERED_EXTRUDER_TEMP),
(WIPES)
))}
M109 S{LOWERED_EXTRUDER_TEMP}
G0 Z4
{% for wipe in range(WIPES) %}
G0 Y5 F3000
G0 Y35 F3000
{% endfor %}
G0 X-10 Y20 Z10 F5000
G28
TURN_OFF_HEATERS
####################

Print Settings

  • Printer brand:

    ELEGOO

  • Printer:

    ELEGOO NEPTUNE 4 Pro

  • Rafts:
    No
  • Supports:
    Yes
  • Infill:
    5
  • Filament brand:

    123

  • Filament color:

    Black

  • Filament material:

    PETG

Tags

Elegoo Neptune 4 Pro刷子托盘
朋友,你觉得上面这个模型,属于下面的哪个分类?
必须全中文,且长度不超过15

相关内容

猜你喜欢