Allow increasing the software PWM frequency.
This commit is contained in:
parent
8b0d82e9db
commit
c8dcc7c208
4 changed files with 46 additions and 22 deletions
|
|
@ -191,6 +191,10 @@ extern int ValvePressure;
|
|||
extern int EtoPPressure;
|
||||
#endif
|
||||
|
||||
#ifdef FAN_SOFT_PWM
|
||||
extern unsigned char fanSpeedSoftPwm;
|
||||
#endif
|
||||
|
||||
#ifdef FWRETRACT
|
||||
extern bool autoretract_enabled;
|
||||
extern bool retracted;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue