From 48651bea4c4214a01f03ca15dbc5904387b2d294 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20K=C3=B6ster?= <36196269+knutwurst@users.noreply.github.com> Date: Thu, 27 Jan 2022 09:23:10 +0100 Subject: [PATCH] Updated FAQ (english) (markdown) --- FAQ-(english).md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/FAQ-(english).md b/FAQ-(english).md index 144ba56..0ec69f6 100644 --- a/FAQ-(english).md +++ b/FAQ-(english).md @@ -1,5 +1,9 @@ # Frequently asked questions (FAQ): +## I bought an Anycubic Mega Pro and it's already advertised as "TMC2208 Silent Stepper Driver". So I have to take the _TMC version of your firmware, right? + +> No! Anycubic has only given the printer X and Y TMC2100/2208 (clone/replica) drivers, which firstly only run in legacy mode (A4988) and are also only 2 of 5. So you take the normal "stock" firmware for your printer, without the _TMC identifier. This is only intended if you have swapped ALL drivers for TMC22xx. + ## My printer freezes/hangs. It does not display an error message. What should I do? >Connect a PC via USB and start [Pronterface](http://www.pronterface.com) or Octoprint. Start a print and look at the console output. The error message is displayed here. There is no point in troubleshooting without looking at the message in the console. Therefore, this should always be the first step when an error occurs.