You May have the fans wired backwards, If you have checked that then go here
http://wiki.malyansys.com/doku.php?id=f ... ]=firmware
Download the experimntal firmware for abs blower. Rename it to Update.exe
Move it to your C drive
Connect your printer to your PC using the USB lead, go to device manager in windows to see which com port its on.( if you have trouble with that install the usb driver that came on the SD card)
Turn the printer off and then on while holding the front button on the printer it should say "updating" on the LCD).
Open windows command prompt,
type :-
CD\ ( press enter)
update.exe -P COMX (put your Com port number in place of the "X" eg COM2)
Once its finished updating press the front button, the fans will start spinning)
Turn the printer off and then on
**The firmware has the the gcodes backwards for the extruder and the part cooling fans**
Now in S3d
Go to start script in process settings
Change M126 S[fan_speed_pwm] ; Set fan speed
to
M106 S[fan_speed_pwm] ; Set fan speed
add
M126; blower fan on
just before
G1 Z0.5 F100 ; Lift
M73 P1 ;@body (notify GPX body has started)
Now go to the ending script and make sure you have these two line :-
M127 ; stop blower fan
M107; stope extruder fans
Thats what worked for me ( Maybe use ReplictorG to test the M126 M127 if they work you will only have to do the s3d bit)
Hope that helps someone