Hello, I have a FLSun V400. I know Simplify currently has a custom profile for this printer but when I got it there wasn't one available. So, I copied the starting and ending scripts from the Cura slicer that came on the USB with the printer.
I have done the same (copied the gcode that came with the printer) with Prusa Slicer, however, only when using S3D and FlSun's custom end gcode, sometimes the printer starts to move down to Z0 immediately after finishing a print.
I've had to manually shut off the printer before a collision with the printed part. I do not run into this issue while using Prusa Slicer.
Following is the ending g-code from FlSun:
M107 T0
M104 S0
M104 S0 T1
M140 S0
G92 E0
G91
G1 E-1 F300
G1 Z+0.5 F6000
G28
G90 ;absolute positioning
TIMELAPSE_RENDER
I have since downloaded the custom profile from S3D's configuration assistant but was curious if you had any idea what might have caused that initial behavior. Thanks.