[SOLVED] How can I eliminate retraction at start of print?
Posted: Fri Sep 22, 2017 11:42 am
S3D seems to insert a retraction at the very start of a print, immediately after it runs the Starting Script (which unfortunately means I can't put an unretract in my Startup Script to undo it).
Is there any way to disable this?
Example:
This was asked last year as well but never got an answer (https://forum.simplify3d.com/viewtopic.php?f=23&t=4334).
Is there any way to disable this?
Example:
Code: Select all
G90
M83
M106 S255
M104 S210 T0
M109 S210 T0
; This is where Starting Script is inserted
G1 E-5.0000 F6000 ; this is the retraction I'd like to eliminate
G1 Z0.200 F18000
; process Process1
; layer 1, Z = 0.200