TeamGloomy / configtool

Official RepRapFirmware Configuration Tool
GNU General Public License v3.0
13 stars 9 forks source link

Unable to create board.txt #54

Closed ThunderVG closed 1 year ago

ThunderVG commented 2 years ago

First of all, Compensation page always report an error, no way to pass through. Just skip thi page and go to finish, trying to get board.txt but an error occures:

Failed to generate file board.txt:

TypeError: ejs:43 41| } 42| -%>

43| heat.tempSensePins = {<%- util.makePlainArrayString(tempSensePins) -%>}; //Max of 3 entries 44| //heat.spiTempSensorCSPins = { }; //Max of 2 entries 45| 46| <%_ if (board.hasESP) { -%>

util.makePlainArrayString is not a function