Page 1 of 1

How to turn off priming at beginning of print?

Posted: Sun Jul 08, 2018 12:21 am
by Eddiie
Hi,
Love Simplify3D.

I have a printer with a small print area. I want to turn off the nozzle priming or whatever it is that is at the beginning of the print job.
The printer homes, extruder primes (set in the G Code) then it goes in about 10mm and prints a solid line of material all the way across the X axis, then the skirt begins. Sometimes the object is large enough the it over laps with this prime line (?).

How do I turn this off?

Here is my Start up script -

G28 ; home all axes
G1 X0 Y20 Z0.2 F3000 ; get ready to prime
G92 E0 ; reset extrusion distance
G1 X200 E25 F600 ; prime nozzle

Re: How to turn off priming at beginning of print?

Posted: Sun Jul 08, 2018 1:25 pm
by DarthRevan
I'd suggest giving the G1 section of S3D's G-Code article a look. https://www.simplify3d.com/support/arti ... -tutorial/

Re: How to turn off priming at beginning of print?

Posted: Mon Jul 09, 2018 12:26 pm
by Eddiie
Thanks!!