Start and end gcode?

Does someone maybe know the start and end gcode of the sv06+? Is it the same as the one for the sv06? Not sure if it matters, but it is for prusaslicer. Thanks in advance!

Sovol SV06 Plus | Cura Settings & Profile - Guide & List (the3dprinterbee.com)

just to point something out, this link is what I used for cura also. but the cura that comes with the printer ( on the SD card) does not use the same codes. I’m just saying… they are not the same. Be nice to know what is right.

3 Likes

I copied over to prusaslicer what is in sovolslicer, however, it did not meet my expectation. So I modified it.

here you go, let me know if this works for you

Start Gcode:

M104 S170 ; set nozzle to 170
M190 S[first_layer_bed_temperature] ; set bed to printing temp and wait
G28 ;Home
M420 S1 ; initialize bed leveling
G29 ; bed leveling
M109 S[first_layer_temperature] ; set nozzle temp to print temp and wait

G92 E0 ;Reset Extruder
G1 Z2.0 F3000 ;Move Z Axis up
G1 X1.1 Y20 Z0.28 F5000.0 ;Move to start position
G1 X1.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line
G1 X1.4 Y200.0 Z0.28 F5000.0 ;Move to side a little
G1 X1.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line
G92 E0 ;Reset Extruder
G1 Z2.0 F3000 ;Move Z Axis up

End Gcode:

G91 ;Relative positioning
G1 E-2 F2700 ;Retract a bit
G1 E-2 Z0.2 F2400 ;Retract and raise Z
G1 X0 Y220 F3000 ;Wipe out
G1 Z10 ;Raise Z more
G90 ;Absolute positionning

G1 X0 Y300 ;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

I don’t think we are in kansas anymore, Toto.

My Start Code and my Profiles.

G92 E0 ; Reset Extruder
M140 S{material_bed_temperature_layer_0} ; Set Heat Bed temperature
M190 S{material_bed_temperature_layer_0} ; Wait for Heat Bed temperature
M104 S160; start warming extruder to 160
G28 ; Home all axes
M420 S1;
G92 E0 ;Reset Extruder
G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed
M104 S{material_print_temperature_layer_0} ; Set Extruder temperature
G1 X10.1 Y20 Z0.28 F5000.0 ; Move to start position
M109 S{material_print_temperature_layer_0} ; Wait for Extruder temperature
M300 P250 ; play chime to indicate print starting
G1 X10.1 Y200.0 Z0.28 F1500.0 E15 ; Draw the first line
G1 X10.4 Y200.0 Z0.28 F5000.0 ; Move to side a little
G1 X10.4 Y20 Z0.28 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 X15.1 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish

Try these resource files for the Cura 5.3.1 profiles.

Resources2.zip (458.2 KB)

after all the machinery and physics and hierarchical and babelfish translations and hundreds of topic specific youtubes and age…

It still gut checks me when you finish rechecking, sit back and say Yup, the factory went out of their way to publish incorrect data in one place, and embrace 3rd party data in another

How does this address the OP question?