Hi,
can somebody here explain to me how heater PWM frequency is scaled by SOFT_PWM_SCALE? In the code, I found this:
// SOFT_PWM_SCALE to frequency:
//
// 0: 16000000/64/256/128 = 7.6294 Hz
// 1: / 64 = 15.2588 Hz
// 2: / 32 = 30.5176 Hz
// 3: / 16 = 61.0352 Hz
// 4: / 8 = 122.0703 Hz
// 5: / 4 = 244.1406 Hz
Is this frequency also used for the hotend heater? Because on
here, I read that the default hotend frequency is 488.28Hz (although also scalable via SOFT_PWM_SCALE, though described as the base value). Or did this change by now?
Thank you.