-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
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
[BUG]Print task is not started on Marlin 2.1.2 from MKS TFT35 #25157
Comments
Hello Although in Configuration.h it says: |
@IndaloGo |
@ellensp |
Yes, indeed SERIAL_PORT is for the USB port, which by the way I have just tried and from the computer via USB, if it works, it starts printing without problems. But putting these data as they were in previous versions, it still doesn't work. |
@IndaloGo Which type of mainboard in your printer? |
The electronics of my printer is a Re-ARM (LPC1768) with a RAMPS. Sorry I don't know what you mean by "input shaper". |
@IndaloGo Please check in Configuration_adv.h: |
no, |
I have tested Marlin 2.1.2 on the printer that is under construction, with the BTT GTR 1.0 with the BTT TFT35 V3.0, and it is working correctly. |
@IndaloGo |
Hello |
I have the same issue |
@dsovsyannikov , @efsa91 |
clone robin nano with GD32F303 |
In my case: Board: BOARD_MKS_GEN_L, Processor (Enviroment): ATMEGA2560, Screen: MKS TFT28. |
Finally, no any explanation of this behaviour from development community. I have to reflash printer to release 2.1.1. Display works perfectly. |
Yes, for me Marlin release 2.1.1 works just fine. |
I run into this issue with MKS GEN L v1.0 and MKS TFT35. |
Same issue using MKS Sgen L v1.0 and MKS TFT35. |
Same issue using MKS gen v1.4 and MKS TFT35. |
Same issue with SKR v1.3 and MKS TFT28 :( |
It was introduced in 0537e78/#24972 (@thinkyhead). After removing the line Marlin/Marlin/src/gcode/queue.cpp Line 493 in ef93b40
TFT seems to work fine again with v2.1.2.1 |
@LastDragon-ru, thanks, it worked here. |
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. |
Did you test the latest
bugfix-2.1.x
code?Yes, and the problem still exists.
Bug Description
Print task is not started on Marlin 2.1.2 from MKS TFT35. Board - MKS SGEN L V2.0, screen MKS TFT35. When launch a printing from TFT, bed heating started, but from some time temperature on TFT display stop updating, the heating is continued till target temperature. On LCD no activities, "Printer is ready".
All commands from TFT35 pass to printer correctly.
On previous release 2.0.7.2 same configuration worked perfectly.
Same GCODE file prints correctly from internal board SD card. Input shaping activated.
Bug Timeline
No response
Expected behavior
No response
Actual behavior
No response
Steps to Reproduce
No response
Version of Marlin Firmware
2.1.2 bugfix
Printer model
Sunlu S8
Electronics
MKS SGEN L V2.0
Add-ons
No response
Bed Leveling
MBL Manual Bed Leveling
Your Slicer
Cura
Host Software
Cura
Don't forget to include
Configuration.h
andConfiguration_adv.h
.Additional information & file uploads
Marlin.zip
The text was updated successfully, but these errors were encountered: