To IRobertI, this one blows down to the print in front of the extruder. And it never turned on unless I turned it on the input at the printer as it is printing in Tune.
Here's a good reference for Gcode commands:
http://reprap.org/wiki/G-code#M106:_Fan_On
To turn the fan on fully you would do M106 S255
What printer do you have? I'm guessing an UMO since you say "fan" and not "fans" and you're talking about start and end gcode. Take a look at the advanced tab, at the bottom, is "Enable cooling fan" checked?
Yes the cooling fan is checked and I have a Prusa i3 if it is checked why does the fan not come on and why would they have the fan set to off? And when the fan is set to off will the cool feature still turn on the fan? When I first put it together and the fan never came on I emailed HicTop and they said I have to check the box to enable cooling fan but it was?
Expert config is 1, 100,100, 20 and box is checked, and there is no code M106 S255 any where like that I put in M106 only it was M107. thank you for helping me, bob.
Edit 1: do you have a small print (sliced) I could try that works on your printer and may be it would set my straight. A thought.
Edited by GuestBrain storming.
Rflynn,
I have an Aurora A3, which is a Prusa I3 style printer. It should be similar enough to your printer for you to print this gcode I generated using Cura 15.04.4:
http://bitman.org/dahai/MakeRobot.zip
Some settings of my to note that may affect your ability to print my gcode:
Nozzle Size: .4mm
Filament Size: 1.75mm
Print Area: 180x180x180mm
Nozzle Temp: 210
Bed Temp: 60
Layer Height: .2mm
Shell Thickness: .8
Fill Density: 15%
No Support and No Platform Adhesion
I also reset the origin as my print head home position is off the print bed. So you may want to remove these lines from the gcode:
G1 X40 Y32 ; Move to print originG92 X0 Y0 Z15.0 ; Set this coordinate to 0,0,15
Thank you I'll try it.
Post 2: I was so not sure, I stopped the print 3 times (and resumed printing from fresh) and every time the fan came on at .3 when the first layer was done. Now haven't printed through the USB cable since I first got the printer, because can't pause and resume, don't have the Plug in that gives me that option. So I 3d print from a SD cards. In-order to use your G-code Print I had to do this. How do I read your gcode in cura 15.04.6 only find my start and stop gcode not the sliced code? looked every where. Thank you one part of the puzzle solved! now what? I'll print one of my prints through USB.
Edited by GuestTry controlling your printer directly using pronterface/printrun and try the 3 most common fan commands to see how your fan responds. It could be that UM doesn't need the fan on command to be able to control the speed. Or alternatively it could be that something is broken in your firmware or hardware such that setting speed to anything below 255 does nothing. Printrun is a free download here:
Post 3: Continue,,USB print one of mine, and fan started as soon as print head moved off home! So some thing in your slice WORKED.
You can use Notepad to view and search through the gcode file.
Basically anything before, and including, the "M117 Printing..." is the header.
Everything after, and including, "M104 S0 ;extruder heater off" is the footer.
It's odd that the extruder fan started as soon as the print head moved off home. The gcode I sent is set to turn the fan off initially in the header:
M107 ;start with the fan off
And then not turn it on until Layer 1 at a height of .5mm:
;LAYER:1M106 S255G1 F2400 E33.35886G0 F7200 X88.790 Y82.536 Z0.500
You have just a single fan for the extruder, right? This is your printer?
In your printer's menu, can you turn that Fan on/off through the Control / Temperature / Fan Speed menu by setting it to 255 for On and 0 for Off?
Is there more than one fan listed?
Also, in any of the gcode you generated, can you find any 'M106' command with any parameters after it?
Sorry, asking lots of questions...
Yes that is my printer and I found the problem, not sure on the fix though. Ok when cura is slicing my print in the ;layer1: found M126 T0 ;value=127
OMG it is trying to open a valve. I edited the code for M106 S255 and saved it and will print next, to see.
Running print and fan came on at .4 Wow it is working....... Thank you every one for all the help now how do I fix cura from doing this so I don't have to edit every print or just use Slicer in Repetier any thoughts. or when I installed cura did I do something?
Ok, how about a screen grab of your machine settings?
Which printer did you choose?
I would suggest either "Prusa Mendel i3" or "Custom"
Trying to do a clean install of cura 15.04.6 but its still there the M127 and the M126 When I reinstalled cura all my setup of the printer was there (Prusa Mendel i3). No clean start?
Ok, I'm assuming you're running Windows:
Try doing an Uninstall of Cura and then go to:
C:\Users\yourname\.cura\15.04.4
Where yourname is the username you log into Windows with.
Then delete everything in that folder.
Then try reinstalling Cura again.
It worked the install and fan works. Always a but, the sub cable when I plug it in crashes Windows (10) and it reboots. Error is system thread exception not handled ? SD card is great.
Great! Glad Cura is finally working and turning on the fan for you!
As for the USB cable crashing Windows 10, it sounds like a USB Driver problem. I'd suggest contacting HicTop and see if they have an updated USB driver for their printer that works with Windows 10.
Thank you again for caring and the help.
Recommended Posts
IRobertI 521
It sounds like you are talking about the fan that is in the back of the print head? This fan isn't controllable by the user. Depending on how old your machine is it will either run all the time as long as the printer is turned on, or it will turn on automatically once the head reaches 40C.
Link to post
Share on other sites