Two questions:
First, is there a BOM for the Smoothieboard? I burned up two of the small MOSFETs and cant find the part numbers.
Next, what are the max values for the PID settings?
Thanks!
Two questions:
First, is there a BOM for the Smoothieboard? I burned up two of the small MOSFETs and cant find the part numbers.
Next, what are the max values for the PID settings?
Thanks!
You can find the link to the BOM at the bottom of the Smoothieboard page : http://smoothieware.org/smoothieboard-v1
About PID factors, they are stored as floats, so the maximum values are extremely big : https://github.com/Smoothieware/Smoothieware/blob/edge/src/modules/tools/temperaturecontrol/TemperatureControl.h ( see https://en.wikipedia.org/wiki/Single-precision_floating-point_format )
Thanks Arthur!