joi, 8 octombrie 2020

G-code Ultimaker Cura pentru inceput - finalizare la imprimanta Creality Ender

Cand incepe sa tipareasca un obiect: 

; Ender 3 Custom Start G-code

G92 E0 ; Reset Extruder

G28 ; Home all axes

G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed

G1 X5.0 Y20 Z0.3 F5000.0 ; Move to start position

G1 X5.0 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line

G1 X5.4 Y200.0 Z0.3 F5000.0 ; Move to side a little

G1 X5.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line

G92 E0 ; Reset Extruder

G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed

G1 X5 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish

 

Dupa ce a finalizat un obiect:

; Ender 3 Custom End G-code

G4 ; Wait

M220 S100 ; Reset Speed factor override percentage to default (100%)

M221 S100 ; Reset Extrude factor override percentage to default (100%)

G91 ; Set coordinates to relative

G1 F1800 E-3 ; Retract filament 3 mm to prevent oozing

G1 F3000 Z20 ; Move Z Axis up 20 mm to allow filament ooze freely

G90 ; Set coordinates to absolute

G1 X0 Y{machine_depth} F1000 ; Move Heat Bed to the front for easy print removal

M106 S0 ;Turn-off fan

M104 S0 ;Turn-off hotend

M140 S0 ;Turn-off bed


M84 X Y E ;Disable all steppers but Z


;bips

M300 S392 P436

M300 S0 P109

M300 S392 P436

M300 S0 P109

M300 S392 P436

M300 S0 P109

M300 S311 P326

M300 S0 P81

M300 S466 P108

M300 S0 P27

M300 S392 P436

M300 S0 P109

M300 S311 P326

M300 S0 P81

M300 S466 P108

M300 S0 P27

M300 S392 P872

M300 S0 P218

M300 S587 P436


; End of custom end GCode

 

Niciun comentariu:

Trimiteți un comentariu