3dsjs

3D模型:Ender 3 - 自动断电

Ender 3 - Auto Power Off

2024-03-17 19:31:26

使用说明

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

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

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

Summary

This simple design was created to automatically power off a Creality Ender 3 3D printer. It is a mechanical switch and therefore it is not necessary to interfere with the electrical wiring of the printer.

It works as follows:
When the print is done, the print bed automatically moves forward (in almost all G-codes) to present the print. This motion is used to activate the pulley, which in turn activates the lever that moves over the power switch of the printer. So if the pulley is turned > the wire is pulled > the lever is turned > the power switch is activated by the lever.

Assembly:
When the 3 parts are printed, assemble them. As for the two shafts (green in image), I used 2mm (diameter) nails, which can be pressed in the printed holes. Next, a wire (red in image) can be tied to the lever, through the main body (rigid pulley) and to the pulley. The pulley has a hole where the end of the wire can be (super)glued into. I used a small piece of filament to press the wire into the hole/glue to further secure it. Make sure the wire is strong enough and is non-elastic.

The length of the wire is dependent on the location where your print bed activates the pulley.

The assembly can be pushed on the aluminium slotted beams, behind the LCD screen. Optionally, you can secure it here with a bolt (yellow in image). I designed the model for an M3 heat stake insert and M3 bolt at this position, but ended up not needing them.

To activate the pulley I use the standard clips that came with the printer and hold my print bed in place. You can also get creative and for example hotglue a M5 nut underneath your print bed (I did this first, but it fell off after about 10 prints).

Then there is one more thing to do:
In most G-codes, it is normal to first move the print bed to the "present print" position, and then cool the nozzle. However, if you turn off the power after presenting, active cooling won't be initiated. This could cause clogging as the nozzle heat can creap up and heat up you filament/bowden tube, causing problems. To prevent this you can alter the G-code a bit, so that it first cools, and presents the print afterwards.

In Cura (I have little experience with other slicers), go to: Manage printers > Machine settings and replace the "End G-code" with the following:

G91 ;Relative positioning
G1 E-2 F2700 ;Retract a bit
G1 E-2 Z0.2 F2400 ;Retract and raise Z
G1 X5 Y5 F3000 ;Wipe out
G1 Z10 ;Raise Z more
G90 ;Absolute positioning

M104 S0 ;Turn-off hotend
M140 S0 ;Turn-off bed
M109 R40; Wait for the hotend to cool to 40C
M106 S0 ;Turn-off fan
G1 X0 Y{machine_depth} ;Present print

M84 X Y E ;Disable all steppers but Z

Print Settings

  • Printer brand:

    Creality

  • Printer:

    Ender 3

  • Rafts:
    No
  • Supports:
    Yes
  • Resolution:
    0.2mm
  • Infill:
    20%
  • Filament brand:

    Real

  • Filament material:

    PLA

Tags

License

CC BY-NC-SA

Ender 3 - Auto Power Off
by Lossarnach is licensed under the Creative Commons - Attribution - Non-Commercial - Share Alike license.

3D模型:Ender 3 - 自动断电
朋友,你觉得上面这个模型,属于下面的哪个分类?
必须全中文,且长度不超过15

相关内容

猜你喜欢