-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] BTT TFT35 E3 and MKS GEN L V1.0 #27606
Comments
The uart pins on a atmega2560 are fixed ie you cannot move them to other pins UART 0 pins 0 and 1 are on aux-1, these are connected to the usb to serial chip for usb -1 is not a valid option on this board This is not a bug, these errors are deliberate to stop you setting impossible settings |
In your Config you have #define Y_HOME_DIR +1 You can easily move your endstops to a new plug. You want to use uart 1 then physically move Z_MIN to Y_MIN plug and add the following to your Configuration.h #define Z_MIN_PIN 14 // use Y_MIN plug
#define Y_MIN_PIN -1 // disabled this will free up uart 1 and allow #define SERIAL_PORT_2 1 |
you also have #define USE_ZMAX_PLUG |
Hi, many thanks, that works :) Have a nice day |
Did you test the latest
bugfix-2.1.x
code?Yes, and the problem still exists.
Bug Description
Hello, I just got BTT TFT35 E3 V3.0.1 and wanted to use it, but I also have OctoPrint server connected to main board and this 2 cannot work together. I wanted to set SERIAL_PORT_2 for TFT display to communicate by TX and RX in AUX-1 port in MKS GEN L V1.0, but I get error when compiling: #error "Serial Port 1 pin D18 and/or D19 conflicts with another pin on the board.", which are pins for Z endstop. I tried PORT 1, 2, 3, but still same error, just another pin numbers.
Is this wrong board pin configuration in Marlin?
Thanks
configurations.zip
Bug Timeline
When connected BTT TFT35
Expected behavior
OoctoPrint to run on default -1 or 0 PORT (USB) and BTT TFT35 to use TX and RX (port 1, 2 or 3) , so they can work both. (set temp on display or in octoprint)
Actual behavior
Can't do anything by OctoPrint, only by BTT TFT35
Steps to Reproduce
No response
Version of Marlin Firmware
2.1.2.5
Printer model
KRYAL Cube
Electronics
MKS GEN L V1.0
LCD/Controller
BTT TFT35 E3 V3.0.1 (GD version)
Other add-ons
No response
Bed Leveling
ABL Bilinear mesh
Your Slicer
None
Host Software
OctoPrint
Don't forget to include
Configuration.h
andConfiguration_adv.h
.Additional information & file uploads
No response
The text was updated successfully, but these errors were encountered: