Hello,
S3D adds an initial retraction at the start of every gcode, just after the start script lines. A few lines later, thie initial retraction should be undone by unretracting the same amount of mm (according to a previous topic in this forum, https://forum.simplify3d.com/viewtopic. ... n+at+start .
But in my case, this initial retraction is never undone, resulting in "none-extrusion" for the first millimeters of the first layer. A sample gcode part looks this way (the important lines marked with "***":
G28
G92 E0
G1 E-4.5000 F1200 ; <--- ************* RETRACTION AT START
G1 Z0.200 F1002
; process Process1
; layer 1, Z = 0.200
T2
; tool H0.200 W0.400
; inner perimeter
G1 X90.600 Y90.600 F4800
G1 E0.0000 F360 ; <--- ************* UNRETRACT 0 mm ?????
G92 E0
G1 X109.400 Y90.600 E0.5628 F1350
G1 X109.400 Y109.400 E1.1255
G1 X90.600 Y109.400 E1.6883
G1 X90.600 Y90.600 E2.2510
; outer perimeter
G1 X90.200 Y90.200 F4800
I tried this with different printer profiles, each time with the same result... S3d version is 4.0.1
Can anyone help?