davthomaspilot

Results 63 comments of davthomaspilot

> Update regrading Marlin support for this configuration. > As you can read [here](https://github.com/MarlinFirmware/Marlin/issues/19858), Marlin is not in favour of this, because it needs HW fiddling. It's not plug and...

Thanks! Your posts seem to make it straight forward. I'll follow them tomorrow when my BT E3 V2 arrives.

Thanks for the reply! Got my BTT board for my E3 V2 and ready to and  went back and read your post.  I noticed you had issues with USB.  Did...

So, it just impacts debugging? No issues with printing from a PC like Octoprint?

jernejp21 Your instructions said: > set #define SERIAL_PORT_2 1. But that means SERIAL_PORT must be changed to something other than 1. Else, I get these errors: #error "SERIAL_PORT_2 cannot be...

Thanks again! I found a set up guide here: [https://www.makenprint.uk/3d-printing/3d-printing-guides/skr-mini-e3-v2-configuration-h-marlin-2-setup-part-2/](url) It says to use SERIAL_PORT 2 SERAIL_PORT_2 -1 The comments in the code say: `/** SERIAL_PORT * Select the serial...

Thanks! It would be nice if there were symbolic constants or an enumeration for the values of SERIAL_PORT and SERIAL_PORT_2. Like `#define USB_EMULATED -1` and, based on Madtom2925's reply `#define...

Thank you jernejp21! That helps a lot.

_the printer will auto home, the progress bar >for the print will go to %100 very quickly but the printer >never moves after that_ I see this behavior after completing...

It seems that the stock Ender 3 V2 display isn't fully supported by Marlin (yet?). So, I'm using a plug-in in Octoprint to display messages from the G-code (M117). Another...