-
-
Notifications
You must be signed in to change notification settings - Fork 19.6k
PanelDue M408, M20, M36 #10610
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
Open
thinkyhead
wants to merge
1
commit into
MarlinFirmware:bugfix-2.1.x
Choose a base branch
from
thinkyhead:bf2_paneldue_json_M408
base: bugfix-2.1.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
PanelDue M408, M20, M36 #10610
thinkyhead
wants to merge
1
commit into
MarlinFirmware:bugfix-2.1.x
from
thinkyhead:bf2_paneldue_json_M408
+527
−8
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
df54167 to
4faea07
Compare
30d3737 to
6ac57b3
Compare
b1d22b2 to
206a4e6
Compare
|
Did you receive the test panel? |
Member
Author
|
It arrived yesterday, along with the 4-pin connector, thanks! I'll hook it up to something and get into testing this weekend. I haven't read the online docs yet, but I'll do that tomorrow to see what it can do and how it connects to the board. |
1265883 to
488f3c9
Compare
d9ffec3 to
ac71533
Compare
3791e7d to
6ea4a16
Compare
a95b9c3 to
339363b
Compare
339363b to
dc80667
Compare
ea9e3f8 to
f92e53c
Compare
53ba6a6 to
8f2b171
Compare
8f2b171 to
8e7d951
Compare
8e7d951 to
1ad8918
Compare
52532da to
06c6c47
Compare
9ac8d7d to
1b39226
Compare
b7630f5 to
c1d6601
Compare
7f1413f to
afab271
Compare
afab271 to
1497548
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As requested in #10609
Add support for the PanelDue touch controller by Escher3D and the
M408command it requires.M20still needs work to add thePparameter for selecting a folder and for printing long filenames. The existing implementation just prints the whole directory with full DOS 8.3 paths.M36still needs to be implemented. TheM27 Ccommand is similar, so part of that code can be re-used.A test unit is on the way!