Start script, @Cura it works but S3D ignores?
Posted: Thu Apr 16, 2020 4:27 am
Hi
I found that the same start script in Cura gets ignored in S3D.
My start script:
It is the last (G1 Z2, because I dont want the nozzle dragging across the printbed when move to start print) command that S3D dont execute.
Have I wrote it wrong in some way that makes S3D ignore it?
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?