Skip to content
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

TFT35 throws M14 E unknown command #2960

Open
Blisk opened this issue Oct 16, 2024 · 11 comments
Open

TFT35 throws M14 E unknown command #2960

Blisk opened this issue Oct 16, 2024 · 11 comments
Labels
bug Something isn't working

Comments

@Blisk
Copy link

Blisk commented Oct 16, 2024

Description

When I print something I get error unknown command M14 E

Steps to reproduce

Start printing over octoprint and get this error

Print withouth errors

Hardware Variant

TFT35 V3

TFT Firmware Version & Main Board Firmware details

Additional Information

  • Include a ZIP file containing your Configuration.h or use Pastebin and paste a link in this issue.
  • Provide pictures or links to videos that clearly demonstrate the issue.
    20241016_091502
    20241016_092032
@Blisk Blisk added the bug Something isn't working label Oct 16, 2024
@rondlh
Copy link

rondlh commented Oct 21, 2024

This is an error thrown by the motherboard host software, the display just reports it.
I'm not sure what host software you are running, but Marlin doesn't understand M14, so it would report the error you got.
(https://marlinfw.org/docs/gcode/M010-M011.html)

Make sure to select the correct gcode dialect when slicing.

@Blisk
Copy link
Author

Blisk commented Oct 21, 2024

it is also Marlin 2.1.X on SKR mini 3.0

@radek8
Copy link
Contributor

radek8 commented Oct 26, 2024

This error is usually caused by electromagnetic interference on the serial port.
SKR mini V3 boards suffer a lot from this

@Blisk
Copy link
Author

Blisk commented Oct 26, 2024

This error is usually caused by electromagnetic interference on the serial port. SKR mini V3 boards suffer a lot from this

I have now shielded sreial cable

@radek8
Copy link
Contributor

radek8 commented Oct 26, 2024

It doesn't always help. It looks like a bad design of the board, maybe the interference from the stepper motor controller is oscillating to the serial port. Put the cables as far away from the stepper motor controller as possible.

@Blisk
Copy link
Author

Blisk commented Oct 26, 2024

It doesn't always help. It looks like a bad design of the board, maybe the interference from the stepper motor controller is oscillating to the serial port. Put the cables as far away from the stepper motor controller as possible.

OK I will do that also.

@radek8
Copy link
Contributor

radek8 commented Oct 26, 2024

A lot of people here complain about this problem and 90% of them have one thing in common - SKR mini V3.0

@rondlh
Copy link

rondlh commented Nov 1, 2024

@Blisk Do you always get the "M14 E" error, or did it just happen once? If it only happened once then, like @radek8 mentioned, it could be a serial communication reliability issue. In that case lower your serial baud rate to 115200 baud, shorten your serial cable as much as possible and keep the serial cable away from the stepper cables.

@Blisk
Copy link
Author

Blisk commented Nov 1, 2024

@Blisk Do you always get the "M14 E" error, or did it just happen once? If it only happened once then, like @radek8 mentioned, it could be a serial communication reliability issue. In that case lower your serial baud rate to 115200 baud, shorten your serial cable as much as possible and keep the serial cable away from the stepper cables.

yes that error happend many times and I have shielded serial cable.

@radek8
Copy link
Contributor

radek8 commented Nov 1, 2024

Is the error code still the same, or is it changing and is different each time?
(text in quotation marks)

@Blisk
Copy link
Author

Blisk commented Dec 12, 2024

code is mostly the same

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants