View difference between Paste ID: NqsEwEyF and dR48YjZ6
SHOW: | | - or go back to the newest paste.
1
; PrusaSlicer start gcode for Artillery Sidewinder x1
2-
; Last updated 20210304
2+
; Last updated 20210310
3
M300 S60 P10 ; chirp
4
M117 Initializing
5
; Set coordinate modes
6
G90 ; use absolute coordinates
7
M83 ; extruder relative mode
8
; Reset speed and extrusion rates
9
M200 D0 ; disable volumetric e
10
M220 S100 ; reset speed
11
; Set print temps
12
M117 Heating nozzle & bed
13
M104 S160 ; set no-ooze nozzle temp while bed heats
14
M140 S[first_layer_bed_temperature] ; set heatbed temperature
15
M109 S160 ; wait until nozzle is warm to avoid bed damage
16
; Home
17
M300 S60 P10 ; chirp
18
G1 Z3 F3000 ; move z up little to prevent scratching of surface
19
M117 Homing
20
G28 ; home all axes
21
; Present bed for final cleaning
22
M300 S60 P10 ; chirp
23
G1 Z3 F3000 ; move z up little to prevent scratching of surface
24
G0 X155 Y310 F7200 ; Present bed for cleaning
25
; Wait for final bed heating
26
M190 S[first_layer_bed_temperature] ; wait for the bed to heat up
27
; Return to prime position and wait for nozzle to heat up
28
M300 S60 P10 ; chirp
29
G1 Z3 F3000 ; move z up little to prevent scratching of surface
30
G1 X0 Y-2 F7200.0 ; go outside print area
31
M104 S[first_layer_temperature] ; set final nozzle print temp 
32
M109 S[first_layer_temperature] ; wait for the nozzle to heat up
33
; Prime line routine
34
M300 S60 P10 ; chirp
35
M117 Printing prime line
36
M900 K0; Disable Linear Advance for prime line
37
G92 E0.0 ; reset extrusion distance
38
G1 Z0.2 F3000 ; lower nozzle to printing height
39
G1 E5 F1000 ; de-retract and push filament to trap ooze
40
G1 X0 Y-3 F7200 ; move to prime line position
41
G1 X20.0 E10 F7200.0 ; fat 20mm intro line @ 0.5
42
G1 X60.0 E3.2  F3600.0 ; thin +40mm intro line @ 0.08
43
G1 X100.0 E6  F3600.0 ; fat +40mm intro line @ 0.15
44
G1 E-0.8 F3000; retract to avoid stringing
45
G1 X99.5 E0 F3600.0 ; -0.5mm wipe action to avoid string
46
G1 X110.0 E0 F3600.0 ; +10mm intro line @ 0.00
47-
G1 E0.7 F1500; de-retract
47+
G1 E0.4 F1500; de-retract
48
G92 E0.0 ; reset extrusion distance
49
; Final print adjustments
50
M300 S60 P10 ; chirp
51
M117 Preparing to print
52
; Adjust extrusion rate if desired
53
;M221 S{if layer_height >= 0.1}90{else}100{endif} ; compensate for thick layer heights
54-
M92 E441.664 ; compensate for extrusion error
54+
;M92 E441.664 ; compensate for extrusion error
55
;M85 S300 ; activate 300-second idle timeout
56
; Adjust PID values
57
;M301 P14.93 I1.27 D43.27
58
;M304 P88.75 I11.17 D176.30
59
M420 S1 Z3 ; reload and fade mesh bed leveling at 3mm
60
M117 Print in progress