sealfab
Posts: 9
Joined: Wed Jul 01, 2015 9:29 am

Ending Script Bug

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
Attachments
lowerCase0-1.gcode
(251.38 KiB) Downloaded 162 times
crash.factory
(13.24 KiB) Downloaded 166 times
horst.w
Posts: 861
Joined: Fri Oct 17, 2014 5:00 pm

Re: Ending Script Bug

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
tcn0002
Posts: 1
Joined: Wed May 03, 2017 3:31 pm

Re: Ending Script Bug

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?

Return to “Troubleshooting and Bug Reports”