-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
TO DO List #1830
Comments
I would add "Developers wanted" to the headline. |
I can implement the machine RGB settings custom color.
That will allow to reduce the number of icons. Some of the remaining icons will need to be rearranged (that is out of scope for me; not an artist at all) |
I would avoid new bmp's as much as possible and to use the Text below them to describe what it does. Most symbols are already hard to understand, at least this is my feeling. |
Can you click on the value to get a keypad? |
yes to both questions. |
can you add mid print nozzle freezing to the to do list. Its a very big issue and never got fixed. last night I had another freez. It mostly happen on long prints. |
wasn't "Restructure icon/list/etc... menu API (and related touch API) provides a more general API interface" recently implemented by Gurmeet with his last merged PR? |
not completely, I am still working on it. |
@bigtreetech Can I ask you to include some RRF related improvements listed in #1791? I can help you with testing :) |
Hello, It is being implemented in #1962 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Dear Stale bot, please don't mark this one as stale. 😂 |
Hello, is it possible to add a moonraker api compatibilty layer to use the TOuchscreen mode on klipper, like paneldue or the ender3v2 screen ? Thx! This version of Klipper already have serial PIN configure. maybe it need some few thing to make but touchscreen working : |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@oldman4U . Topic is about to be closed. |
Hi sarvenn. I am not the owner but such tickets are automatically reopened. |
Oh, sorry. :) I missed that. You are the first one came up in my mind for this platform 😃 @bigtreetech for your information. |
@sinole1987 |
@bigtreetech Event LED feature could be now marked as done. Also PR #1209 could be removed. All the features on that PR have been implemented. |
you need to make a sleeved cable out of a usb cable and use the braded jacket for ground pin and 24 awg red cable for power. after that you need to wrap it in ferrite beads on both ends. It will get much better. there is a whole post about it. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
please stay with us |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Not the todo list :) |
@bigtreetech You need to add the BIGTREETECH-TouchScreenFirmware/.github/stale.yml Lines 13 to 18 in 1e5955e
|
You mean "TO DO"? Or the title needs to be changed to "TODO". |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
ToDo ;-) |
Just some more time dear bot! |
MAGIC!!!😁 |
Mr Stale is the only person regularly maintaining this repo 🤣 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
And me. 😁 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
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. |
What we should do next
Bugfix
progress: The API Application of the upper layer is basically implemented in cleanup & fix st7920 simulator (add klipper support) #705 . In my test, the problem occurs in the SPI slave part of the bottom layer. The SPI data received from klipper will shift by one bit.
progress: In fact, it is not a really bug, It's a known limitation. Marlin will activate the LED change only after receiving the "M190/M109" gcode, but this gcode will cause the communication interruption between the TFT and Marlin (because Marlin will not respond to other gcode before reaching the target temperature), so TFT will convert this gcode to "M140/M104" to avoid communication interruption, but Marlin will not be able to activate the LED change normally.
Improve
platformio.ini
File, using the relying on expansion to avoid redundancyicon/list
/etc... menu API (and related touch API) provides a more general API interfaceDevelopment direction
The text was updated successfully, but these errors were encountered: