Created FAQ (english) (markdown)
63
FAQ-(english).md
Normal file
63
FAQ-(english).md
Normal file
@@ -0,0 +1,63 @@
|
|||||||
|
# Frequently asked questions (FAQ):
|
||||||
|
|
||||||
|
>Knutwurst, why do you also make such a firmware? Aren't there so many already?
|
||||||
|
|
||||||
|
Because I haven't seen any that don't contain the stupid bugs, such as that it crashes if you have files with special characters on the SD card.
|
||||||
|
|
||||||
|
>Is it correct that you place more emphasis on SD card printing and others more on USB?
|
||||||
|
|
||||||
|
I do not attach "more importance to SD", but have simply fixed the numerous bugs to that effect. The small adjustments with the USB buffer etc are included anyway. But in my opinion they are so uninteresting that I don't mention them, because the really complicated thing is to control the proprietary display and the card reader correctly. Everything else is easy.
|
||||||
|
|
||||||
|
>What is this "slowdown"?
|
||||||
|
|
||||||
|
The automatic slowdown is activated if the printer does not get data fast enough. Then it automatically slows down to 50%, tired of going on unmolested and then jerking and causing blobs.
|
||||||
|
|
||||||
|
>Why is my printer suddenly louder than before?
|
||||||
|
|
||||||
|
Your component fan is now running at full speed, which it didn't before. Simply set the speed in the slicer (e.g. Cura) to 70% and you have the old volume again. This modification is necessary if you want to replace the fan and many fans with the original duty cycle do not run or run poorly.
|
||||||
|
|
||||||
|
>Is your firmware better than others?
|
||||||
|
|
||||||
|
No. But certainly not worse either.
|
||||||
|
|
||||||
|
>Where are the downloads?
|
||||||
|
|
||||||
|
Under "releases" on the main page.
|
||||||
|
|
||||||
|
>Do I have to turn the plugs with TMC drivers?
|
||||||
|
|
||||||
|
Nope. Just download the correct version.
|
||||||
|
|
||||||
|
>Which TMC2208 motor drivers should I buy? Do you prefer the V2 or the Bigtreetech V3?
|
||||||
|
|
||||||
|
Neither! There is no "V2" or "V3". The official final version of Trinamic is v1.2 and the two major primary manufacturers for the real SilentStepSticks are FYSETC and WATTERROTT. Just keep your hands off Bigtreetech.
|
||||||
|
|
||||||
|
>I turned the plugs on my motors when I installed the TMC drivers. Do I have to flash the TMC version anyway?
|
||||||
|
|
||||||
|
No. Just use the non-TMC version, otherwise the motors will run in the wrong direction again.
|
||||||
|
|
||||||
|
>When I installed the drivers, my mainboard smoked in the middle right. Is that normal?
|
||||||
|
|
||||||
|
No. You installed the drivers the wrong way round. Now the Zener diode (733A) is burned. There is a [repair guide](https://github.com/knutwurst/Marlin-2-0-x-Anycubic-i3-MEGA-S/wiki/TMC2xxx-troubleshooting-and-mainboard-repair-instructions) for this purpose.
|
||||||
|
|
||||||
|
>Do I have to set the E-Steps as with other firmwares if I have a Mega S?
|
||||||
|
|
||||||
|
No, just download the correct version. Nevertheless, you should still calibrate the steps.
|
||||||
|
|
||||||
|
>The mesh leveling seems to have no effect or the nozzle scratches the heating bed
|
||||||
|
|
||||||
|
You have to enter in your start code that the mesh should be loaded and activated. You do this by entering the lines **M420 S1** after **G28** in your start code in the slicer.
|
||||||
|
|
||||||
|
> I have M420 S1 in the startup code, but when I try to print an old gcode the printer ignores the mesh leveling.
|
||||||
|
|
||||||
|
You have already answered the question yourself: You are using an _old_ gcode file that does not contain the M420 S1 code. Therefore the mesh is ignored. Either you open the file in an editor like Sublime or you have to reslice it.
|
||||||
|
|
||||||
|
> Why does the display not show any error messages and why does it still look exactly the same as before?
|
||||||
|
|
||||||
|
Your mainboard (Trigorilla) can only control graphic displays like the 2004 or 12864. On them you would also see exactly what is really going on in the firmware - precisely because they show what the firmware says. Texts, error messages etc ...
|
||||||
|
|
||||||
|
It looks different with your (and all other) touch display. The touch display is just a pretty presentation and internally translates the actual commands into something that the mainboard understands. It's just a "mask" for the actual firmware.
|
||||||
|
|
||||||
|
There is a 1-to-1 mapping between the commands that the mainboard can implement (set temperature to value x, move motor 10 mm to the right, etc.). If you set the temperature in the display to 200 ° C, you are actually only sending a Gcode such as "M104 T1 S200", which must already be in the display.
|
||||||
|
|
||||||
|
With this mapping, you have to rely on the functions you want to use also being available in the display. And unfortunately there isn't much in it. The file list is the only one (!) Over which you have some control, as it is displayed dynamically. Unfortunately, you have to accept these stupid quirks, such as the fact that after a confirmation / update the list is rebuilt and thus starts at the top.
|
Reference in New Issue
Block a user