Philippe Cayrol
Philippe Cayrol
This problem occurs when the TMC2208 or TMC2225 are used with LINEAR_ADVANCE enabled and the TMCs for extruders are in StealthChop mode (default mode when in STANDALONE). The too rapid...
It seems to me that when I had faced the problem (on Marlin 2.0.7.x of memory), zeroing the K factor was not enough to inhibit the problem, I really had...
I think it's a more general problem on the touchscreen. For example, if we go to the preheating screen and touch the screen several times in the same place (e.g...
If you are using a print server to stream GCODE to the printer, can you check that the "#define LCD_SET_PROGRESS_MANUALLY" directive is active in your Configuration_adv.h. This activates the M73...
Well, looking in the source code, indeed, the progress bar only works when printing is managed locally on the SD card. However, using the M73 command, and provided the LCD_SET_PROGRESS_MANUALLY,...
One thing to test, would be to replace the following code in the file "Marlin\src\lcd\extui\mks_ui\draw_printing.cpp": ``` void setProBarRate() { int rate; volatile long long rate_tmp_r; if (!gCfgItems.from_flash_pic) { #if ENABLED(SDSUPPORT)...
Finally, from what I understood from the code, TFT_LVLG_UI does not support printing out of SD card, initialized by the interface or by the WiFi module. It is therefore not...
I see that your directories date from 10/25/2021. I think you are using a previous commit which was buggy and repeatedly rebooted the Robin Nano. Redownload the last version, which...
Yes, I have same problem. MT_TIME_DELAY missing in pins_MKS_ROBIN_NANO.h and pins_MKS_ROBIN_NANO_V2.h. Present in pins_MKS_ROBIN_NANO_V3.h \Marlin\src\pins\stm32f1\pins_MKS_ROBIN_NANO.h ... #define MT_DET_1_PIN PA4 // LVGL UI FILAMENT RUNOUT1 PIN #define MT_DET_2_PIN PE6 // LVGL...