Make it easy to take out after 3D printer printing

Sponsored links

This is a problem with the 3D printer installation environment.
However, many people will want the object to come to the front after printing.

The CR-10S uses Cura as a slicer software, but the simple setting after installation does not bring the stage to the front after printing is complete.

So you should change g-code a bit.
Specifically, please change the end G-code as below.

G91
G1 F1800 E-3
G1 F3000 Z10
G90
G1 X5 Y200 F1500 ;move Y to 200
M106 S0 ; turn off cooling fan
M104 S0 ; turn off extruder
M140 S0 ; turn off bed
M84 ; disable motors

It is OK if all copy and paste.

I will explain in the video.

Comments