Page 1 of 1

Ending Script Bug

Posted: Thu Apr 20, 2017 12:47 pm
by sealfab
Hi, Im using a taz6 with the new moarstruder head. The profile im using is a modified version of the standard pla high speed with the layer height, nozzle, extrusion width adjusted accordingly. I returned to find the nozzle burned into the corner of my completed print. It looks like the slicer inserted

Code: Select all

G1 X229.427 Y198.833 E112.2408
G1 X229.544 Y198.394 E112.3263
G1 X229.596 Y198.201 F750
; inner perimeter
; inner perimeter
; layer end
M400 ; wait for moves to finish
G1 Z15.900 F1000
M104 S0 ; turn off extruder
M107 ; turn off fan
Seems that it told it to lower before moving away from the print. I did not modify the ending script, if i reload the stock pla profile it does not add anything like that to the ending script and if I reload my saved modified profile it does add it.

Attached is my factory file and gcode

Re: Ending Script Bug

Posted: Thu Apr 20, 2017 3:35 pm
by horst.w
yes indeed, there is a G1 Z 15,9 command while the object high has just Z = 63

However it comes in from an earlier print, delete this line and close and restart S3D ( >Tools > Options > Save and Restore must be checked ON)

I use this command G1 Z 180 (from 290 max) to set the print table down for better handling the object after cooling down. But I know it is dangerous when printing higher objects than 180 mm !

Regards
horst.w, GER

Re: Ending Script Bug

Posted: Wed May 03, 2017 3:36 pm
by tcn0002
Did you find you had to change the z-offset? I have not been able to get a good print with the moarstruder with S3D. Did the suggestion above fix your crash issue?