// Board Hardware configuration file for SKR Pro // generated by RepRapFirmware Configuration Tool (LPC Version) v3.1.4-LPC-5 // on Tue Nov 03 2020 16:18:55 GMT-0500 (Eastern Standard Time) //Note: Each line should be less than 120 characters. // : Unwanted options can be commented out or set to NoPin. Lines commented out will get default values // : for pins the default is NoPin. // : Values for Arrays need to be contained within { and } // : Comments can be defined with // or # (comments are not supported inside arrays) // : Each config entry must be all on a single line. lpc.board = biquskrpro_1.1; //LED blinks to indicate Platform is spinning or other diagnostic //Comment out or set to NoPin if not wanted. leds.diagnostic = NoPin; //Internal SDCard SPI Frequency. lpc.internalSDCard.spiFrequencyHz = 25000000; //Only supports 1 External SDCard //externalSDCard.csPin = 0.16; //externalSDCard.cardDetectPin = 1.31; //lpc.externalSDCard.spiFrequencyHz = 4000000; //lpc.externalSDCard.spiChannel = 0; heat.tempSensePins = {bedtemp, e0temp}; //Max of 3 entries //heat.spiTempSensorCSPins = { }; //Max of 2 entries //Analogue to Digital prefilter adc.prefilter.enable = true //ESP Settings 8266wifi.espDataReadyPin = A.8; 8266wifi.lpcTfrReadyPin = G.4; 8266wifi.espResetPin = F.12; //ESP RX/TX Settings // 8266wifi.serialRxTxPins = { PD9, PD8 } ; // serial.aux.rxTxPins = { RX1, TX1 }; // serial.aux.rxTxPins = {0.3, 0.2}; // serial.aux.rxTxPins = {PD8, PD9}; // serial.aux.rxTxPins = {PD_9, PD_8}; //TMC Smart Drivers stepper.numSmartDrivers = 5;