I found that the same start script in Cura gets ignored in S3D.
My start script:
Code: Select all
G91 ; set coordinate system to relative mode
G1 Z3 ; lower z axis 3 mm
G90 ; set coordinate system to absolute mode
G28 ; home all axes
G1 Z2 ;lower z axis 2mmHave I wrote it wrong in some way that makes S3D ignore it?