ozcam
Posts: 4
Joined: Wed Aug 22, 2018 9:19 am

Print stops after startup script

Hi..
Newbie here and I can't even get the printer to work..
I exported from simplify 3D to a gcode file then tried running it on my printer.
Once bed and nozzle temps are reached the printer performs the initial startup script which leaves the nozzle centered and primed and then that's it..
Sounds like something is happening but no movement and no extrusion..
Any ideas..?
Thanks
User avatar
DarthRevan
Posts: 480
Joined: Wed Feb 18, 2015 8:29 am

Re: Print stops after startup script

As I also asked in your other thread, could you please attach your factory file, a gcode file, and let us know what printer you're using? This type of information is really helpful for when you're having issues with printers not running the file they've been instructed to print.
ozcam
Posts: 4
Joined: Wed Aug 22, 2018 9:19 am

Re: Print stops after startup script

Hi..
Thanks for helping.
I am using a Tevo Tonado printer..
Factory file and gcode are attached
Also here is the starting Script

Code: Select all

G28 ; home all axes
G1 Z15 F4000 ; lift to avoid binder clips
G1 X150 Y20 F7000 ; go to front of bed
G1 Z0.1 ; use the bed to block the nozzle to prevent ooze
G92 E0 ; zero the extruder
G1 E3 F50 ; Make a blob / Prime nozzle
G1 X100 F4000 ; wipe along the edge of the bed
G1 Y5 F4000 ; wipe along the edge of the bed
G1 X200 F4000 ; wipe along the edge of the bed
G1 Z0.5 ; lift before move to center
Cheers..
Attachments
simp3d-Ultrabaseclamp_RR.gcode
(1018.08 KiB) Downloaded 103 times
TEVO Tornado.fff
(11.42 KiB) Downloaded 200 times
User avatar
DarthRevan
Posts: 480
Joined: Wed Feb 18, 2015 8:29 am

Re: Print stops after startup script

Are you printing over USB cable or from the SD card reader? If USB, can you show what the communication log looks like when the file doesn't want progress past the end of the starting script?

The relay temperatures between loops option looks to be enabled for your temperature controllers. I'd turn that off.

Return to “Troubleshooting and Bug Reports”