MarlinFirmware / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
https://marlinfw.org
GNU General Public License v3.0
16.25k stars 19.23k forks source link

[MKS Base 1.6 support] (Setting up new printer) #24594

Closed electrovo closed 2 years ago

electrovo commented 2 years ago

Did you test the latest bugfix-2.1.x code?

Yes, and the problem still exists.

Bug Description

I set up a new printer with MKS base v1.6 board with TFT35 touch screen. I used Visual Basic/PlatformIO to upload the Marlin 2.1. Copied the example file of Configuration.h and Configuration_adv.h to Marlin folder. Change the board name to “#define MOTHERBOARD BOARD_MKS_BASE_16. However, the test fails and nothing working. Z, Y and X axis aren't moving. Can someone help me with this one please?

Bug Timeline

[MKS Base 1.6 support] (Setting up new printer)

Expected behavior

No response

Actual behavior

No response

Steps to Reproduce

No response

Version of Marlin Firmware

2.1

Printer model

CTC bizer dual

Electronics

No response

Add-ons

No response

Bed Leveling

No response

Your Slicer

Simplify3D

Host Software

No response

Don't forget to include

Additional information & file uploads

No response 20220807_020203 20220807_020157 Screenshot 2022-08-07 021246 20220807_021443 20220807_021438 Configuration.h.zip

Bob-the-Kuhn commented 2 years ago

Two things I noticed in your configuration.h file:

thisiskeithb commented 2 years ago

This Issue Queue is for Marlin bug reports and development-related issues, and we prefer not to handle user-support questions here. (As noted on this page.) For best results getting help with configuration and troubleshooting, please use the following resources:

After seeking help from the community, if the consensus points to a bug in Marlin, then you should post a bug report.

ellensp commented 2 years ago

seems to be a MKS TFT35 V1.0, it has no lcd emulation mode, so no need for a lcd to be defined. All it needs is a serial port and a baudrate that matches what the lcd is set to. exp-1 is serial 0 on the mks base 1.6

github-actions[bot] commented 2 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.