Ender 3 Pro auto off switch mount & cover
Description
Parts required to make my Ender 3 Pro auto shut off work. I plan a youtube video https://www.youtube.com/watch?v=8bgSRQmlpsc to explain it. Below is the End G-code that I found useful for this to function as desired on my Creality Ender 3 Pro. It lifts the hotend after completion of the print and the fan continues to blow as it always does. The X axis does not move to the left as usual. After the hot end cools to 40C, it moves as usual and presents the print to the front and stops. It disables the usual 3 stepper motors as always. This is the last paragraph and following line of End G-code in Ultimaker Cura 4.5.0 You can pass on what is already present in your machine settings and enter the changes. Be sure to make changes to a COPY of your machine settings and give it another name. I used “Creality Ender-3 Auto Off” The following can be entered into Cura 4.5 under printer name/manage printers/highlight printer name/machine settings/end G-code End G-code (last paragraph) M106 S0 ;Turn-off fan M104 S0 ;Turn-off hotend M140 S0 ;Turn-off bed M109 R40; Wait for the hotend to cool to 40C G1 X0 Y{machine_depth} ;Present print M84 X Y E ;Disable all steppers but Z
Statistics
Likes
25
Downloads
0