Creality CR10s Pro V2 : Best start / stop gcode
Description
GCODE START __________________ M140 S{material_bed_temperature} ; start preheating the bed WITHOUT wait to what is set in Cura M104 S{material_print_temperature} T0 ; start preheating hotend WITHOUT wait to what is set in Cura M280 P0 S160 ; BLTouch alarm release G4 P100 ; delay for BLTouch G28 ; home G29 ; auto bed leveling M190 S{material_bed_temperature} ; start heating the bed to what is set in Cura and WAIT M109 S{material_print_temperature} T0 ; start heating hotend to what is set in Cura and WAIT G92 E0 ; Reset Extruder G1 Z5 F4000 ; lift 5mm G1 X10 F4000 ; Wipe G1 X10 Y220 F4000 ; start position wipe G1 Z0.25 F5000 ; get ready to prime G1 z0.2 Y20 E35 F500 ; prime nozzle G1 X5 ; Left turn G1 Y30 ; Up G1 X9.5 Y50 Z0.25 F5000 ; quick wipe G92 E0 ; reset extrusion distance =================================================================== END __________________ G91 ;Relative positioning G1 E-3 Z1 F2400 ;Retract and raise Z G1 X5 Y5 F3000 ;Wipe out G1 Z10 ;Raise Z more G90 ;Absolute positionning G1 X0 Y{machine_depth} ;Present print M106 S0 ;Turn-off fan M104 S0 ;Turn-off hotend M140 S0 ;Turn-off bed M84 X Y E ;Disable all steppers but Z
Statistics
Likes
0
Downloads
0