On 13/05/2016 4:55 PM, Steve Gong wrote:
> If you could shed some light on this, that would be amazing.
1. I've confirmed that it does fit in a Sailfish build for the Rep 2 with a ATmega 1280 processor.
2. Sailfish is documented here,
http://www.sailfishfirmware.com/doc/index.html
3. The control to set the cooling fan power level isn't yet documented but has been around for
well over a year. (It appeared after the release of v7.7 hence why it's not yet documented.)
It's a setting under "Utilities" and sets a "static" power level from 0 - 100%. By static,
I mean that it's not a power level you can change mid print or control from gcode/x3g. You
set it via the LCD UI and it's set until you change it from that same UI. For example, if you
set it to 50% (what I use on some of my printers), then the fan runs at about half power WHEN
your gcode enables the fan. (gcode for these printers can only enable or disable the fan
as you know.) The firmware, when it sees the fan enabled, will then run it at the power level
you have set via the LCD UI. The default power level is 100%. And, if you set the power level
too low, then the fan may not turn at all. I wrote a little piece of gcode to turn the
fan on briefly and I ran that to test. (I suppose I might make the LCD UI actually turn
it on for, say, 5 seconds.)
I've not yet release the build I just made with the fan power for the Rep 2. I want to find
time tonight or tomorrow to try it and ensure it works.
Dan