You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am now unable to compile with the fast pwm. Unfortunately it is really noisy with the hardware pwm for the extruder fan. Using software fan does absolutely nothing and is less than ideal because I would have to lower resolution for heaters as well.
Anyways this is what I get:
This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.
Arduino: 1.0.6 + Td: 1.20 (Mac OS X), Board: "[BootloaderCDC]Teensylu/Printrboard"
Marlin_main.cpp: In function 'void setPwmFrequency(uint8_t, int)':
Marlin_main.cpp:3361: error: 'TIMER0A' was not declared in this scope
Marlin_main.cpp:3362: error: 'TIMER0B' was not declared in this scope
Marlin_main.cpp:3369: error: 'TIMER1A' was not declared in this scope
Marlin_main.cpp:3370: error: 'TIMER1B' was not declared in this scope
Marlin_main.cpp:3385: error: 'TIMER2A' was not declared in this scope
Marlin_main.cpp:3386: error: 'TIMER2B' was not declared in this scope
Marlin_main.cpp:3393: error: 'TIMER3A' was not declared in this scope
Marlin_main.cpp:3394: error: 'TIMER3B' was not declared in this scope
Marlin_main.cpp:3395: error: 'TIMER3C' was not declared in this scope
The text was updated successfully, but these errors were encountered:
I am now unable to compile with the fast pwm. Unfortunately it is really noisy with the hardware pwm for the extruder fan. Using software fan does absolutely nothing and is less than ideal because I would have to lower resolution for heaters as well.
Anyways this is what I get:
This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.
Arduino: 1.0.6 + Td: 1.20 (Mac OS X), Board: "[BootloaderCDC]Teensylu/Printrboard"
Marlin_main.cpp: In function 'void setPwmFrequency(uint8_t, int)':
Marlin_main.cpp:3361: error: 'TIMER0A' was not declared in this scope
Marlin_main.cpp:3362: error: 'TIMER0B' was not declared in this scope
Marlin_main.cpp:3369: error: 'TIMER1A' was not declared in this scope
Marlin_main.cpp:3370: error: 'TIMER1B' was not declared in this scope
Marlin_main.cpp:3385: error: 'TIMER2A' was not declared in this scope
Marlin_main.cpp:3386: error: 'TIMER2B' was not declared in this scope
Marlin_main.cpp:3393: error: 'TIMER3A' was not declared in this scope
Marlin_main.cpp:3394: error: 'TIMER3B' was not declared in this scope
Marlin_main.cpp:3395: error: 'TIMER3C' was not declared in this scope
The text was updated successfully, but these errors were encountered: