perolalars
Posts: 15
Joined: Sat Jan 10, 2015 8:00 am

Start script, @Cura it works but S3D ignores?

Hi
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 2mm
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?

Return to “Troubleshooting and Bug Reports”