Bed Fan Running Constant After Completion

Ask the MakerGear community for assistance...
Post Reply
CCRN
Posts: 181
Joined: Wed Jun 01, 2016 6:15 pm

Bed Fan Running Constant After Completion

Post by CCRN » Tue Aug 16, 2016 2:59 am

My bed fan is running after print completion despite having the following script in the post processing section of S3D. Is there an issue with my order?

Thanks,
Jerold

Code: Select all

M104 S0 ; turn off extruder
M106 S0 ; stop bed fan
M140 S0 ; turn off bed
G91 ; relative mode
G92 E0
G1 E-10 F3000
G1 Z10 ; lift 10mm
G90 ; absolute mode
G28 X0 ; home X axis
M84 ; disable motors

CCRN
Posts: 181
Joined: Wed Jun 01, 2016 6:15 pm

Re: Bed Fan Running Constant After Completion

Post by CCRN » Tue Aug 16, 2016 1:37 pm

Looks like I had my script in the post processing field and not the end tab. It's working well now.

Post Reply