-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgcode_09012022.cfg
53 lines (47 loc) · 1.29 KB
/
gcode_09012022.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
;;; start gcode ##########
G90 ; use absolute coordinates
M83 ; extruder relative mode
M104 S[first_layer_temperature];
M140 S[first_layer_bed_temperature] ; set bed temp
G28;
;BED_MESH_CLEAR
;BED_MESH_PROFILE LOAD=hot
STATUS_BUSY
BED_MESH_CALIBRATE
G1 X10 Y10 Z10 F3000;
STATUS_READY
M190 S[first_layer_bed_temperature] ; wait for bed temp
M109 S[first_layer_temperature] ; wait for extruder temp
;G29
;load saved mesh at print start instead of probe. Uncomment to use but comment out G29
;BED_MESH_PROFILE LOAD=default
;Use absolute coordinates
STATUS_MESHING
G90
; Move the nozzle near the bed
G1 X0 Y0 Z5 F3000
;# Move the nozzle very close to the bed
G1 Z0.15 F300
G92 E0 ;Reset Extruder
G1 X20 Y5 Z0.3 F5000.0
G1 Z0.3 F1000
G1 X200 Y5 F1500.0 E15
G1 X200 Y5.3 Z0.3 F5000.0
G1 X5.3 Y5.3 Z0.3 F1500.0 E30
G1 Z3 F3000
G21 ; set units to millimeters
G90 ; use absolute coordinates
M83 ; use relative distances for extrusion
G92 E0
;;; end gcode ##########
#######################################
G1 X0 Y190 F3000 ; home X axis
G1 E-10 F300 ; retract 10mm
M221 S100 ; reset flow
M220 S100 ; reset Percentage
;M900 K0 ; reset LA
M104 S0 ; turn off temperature
M140 S0 ; turn off heatbed
M107 ; turn off fan
;G1 Z38.2 ; Move print head up
M84 ; disable motors