Jernej Pangerc

Results 29 comments of Jernej Pangerc

I didn't have any issues. I just changed ribbon cable from board to display and edited Marlin as described in post above. BL touch is working, sensorless homing is working,...

USB issues will remain, because of faulty SKR design. SCLK pin is connected to USB D+ pin via MOSFET. This means that you cannot use USB when you are debugging...

SERIAL_PORT -1 SERIAL_PORT_2 1

STM32F103 has 4 available USART pin pairs (TX, RX pin pairs). -1 means to use USB UART (D+, D- pins). 1 means TX1, RX1, 2 is TX2, RX2 and so...

Sorry to everyone it took some time. I have updated my original post with all the settings I have modified from Ender 3 V2 config file. I see a lot...

You need EEPROM to store settings and to use M500 command.

@bholzer You are using new version. Please try with Marlin 2.0.7. A lot has changed since then, that's why my instructions arn't compatible with your version of Marlin.

@maddawgmax you take a new ribbon cable and 2 10-pin IDC connectors, and rearrange wires according to the guide above. For installing flat cable to IDC connector - you just...

I have opened a pull request #20 for this.

I have opened a pull request #21 for this.