Difference between revisions of "SETTINGS/Filament/Cooling/Fan Speed/Minimum Fan Speed"
From MatterControl Manual
(Created page with "{{Slice Settings |The minimum speed at which the layer cooling fan will run, expressed as a percentage of full power.|*percent (%) Can be zero.| === % === In this exam...") |
|||
Line 3: | Line 3: | ||
|The minimum speed at which the [[layer cooling fan]] will run, expressed as a percentage of full power.|*percent (%) | |The minimum speed at which the [[layer cooling fan]] will run, expressed as a percentage of full power.|*percent (%) | ||
− | Can be zero.| | + | Can be zero. |
+ | |||
+ | == [[Custom GCode Variables|Custom GCode Variable]] == | ||
+ | |||
+ | <code>min_fan_speed</code>| | ||
=== % === | === % === | ||
In this example, the layer cooling fan will run at no less than 40% of full power.}} | In this example, the layer cooling fan will run at no less than 40% of full power.}} |
Revision as of 10:41, 13 January 2016
Function
The minimum speed at which the layer cooling fan will run, expressed as a percentage of full power.
Parameters
- percent (%)
Can be zero.
Custom GCode Variable
min_fan_speed
Example(s)
%
In this example, the layer cooling fan will run at no less than 40% of full power.