-
-
Notifications
You must be signed in to change notification settings - Fork 442
Add support for Wacom CTC-x110WL #2902
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
Conversation
|
Could this be merged? I'm currently using a CTC4100WL which should be detected by this commit. |
I'm still waiting too, but if you are using windows someone compiled a version of this branch and put it in discord |
|
Merging won't do what you think it is going to do, its still not going to be in a release until another hotfix release drops, this will be merged before that point, so this being merged now reasonably changes nothing. The code you are looking at here is for 0.7 a staging dev branch which is unstable and not suitable for daily use for most people, it will be merged and backported as an when a new release is ready to drop. |
|
I just built it myself, as I don't exactly trust a random discord link. steps for the average (windows) user: |
|
going to give a list of instructions that will work regardless of if you have github extensions for git and that are actually in a proper order (the commands you linked are not at all in order, you can't fetch, switch branch or anything without being in that directory). Also this isn't an "ideal" situation anyway due this being based on master, as I said previously, master is an unstable branch, it is far more unstable than any release build is, and the build I linked (that was built by a developer, a user related to and is on the OpenTabletDriver organisation) so I highly recommend any users use that over building something based off master. I will not get into the process of installing git or the dotnet 7 sdk. You need 7 because this is master. git clone https://github.com/Kuuuube/OpenTabletDriver # clones the fork this pull request is on to the current directory.
cd OpenTabletDriver
git checkout intuosv3
# Set-ExecutionPolicy unrestricted
# Please understand what this is doing before running the command above.
# This will remove the restrictions on running powershell scripts allowing any script to run.
# I recommend you set this back to Restricted unless you are running powershell scripts often.
.\build.ps1The binaries will be in the |
|
thanks for the updated response 🙇 i threw it together with not a lot of effort |
Awaiting confirmation on CTC-6110WLConfirmed working on CTC-4110WL and CTC-6110WL