Skip to content

Conversation

@Kuuuube
Copy link
Member

@Kuuuube Kuuuube commented Aug 24, 2023

Awaiting confirmation on CTC-6110WL

Confirmed working on CTC-4110WL and CTC-6110WL

@Kuuuube Kuuuube marked this pull request as draft August 24, 2023 17:37
@Kuuuube Kuuuube marked this pull request as ready for review August 24, 2023 19:56
@Kuuuube Kuuuube added enhancement New feature or request configuration Adds or modifies a tablet configuration labels Aug 25, 2023
@Kuuuube Kuuuube added this to the v0.7.0 milestone Aug 25, 2023
@liam-lemonade
Copy link

liam-lemonade commented Nov 5, 2023

Could this be merged? I'm currently using a CTC4100WL which should be detected by this commit.

@wei1769
Copy link

wei1769 commented Nov 5, 2023

Could this be merged? I'm currently using a CTCW1AB 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

@jamesbt365
Copy link
Member

Just use this:
https://cdn.discordapp.com/attachments/1162123077619036241/1162129874916474951/CTC-x110WL_build.7z?ex=65568049&is=65440b49&hm=7568d40308da8e17fc143fb9be9516dc9251020c8151141c30c21a15cacb4819&

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.

@jamesbt365 jamesbt365 mentioned this pull request Nov 7, 2023
3 tasks
@liam-lemonade
Copy link

liam-lemonade commented Nov 8, 2023

I just built it myself, as I don't exactly trust a random discord link.

steps for the average (windows) user:

[1] Install git and dotnet 6.0
[2] open Powershell (Win+R, type "powershell" and hit enter)
[3] Navigate to any location (for most users, type "cd ~/Desktop")
[4] type "git clone https://github.com/OpenTabletDriver/OpenTabletDriver"
[4.5, edit**] type "cd OpenTabletDriver"
[5] type "git fetch"
[6] type "git pr 2902"
[7] type "cd OpenTabletDriver && ./build.ps1"
[8] when finished, open "OpenTabletDriver/bin/OpenTabletDriver.UX.Wpf.exe" on your Desktop

@jamesbt365
Copy link
Member

jamesbt365 commented Nov 8, 2023

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.ps1

The binaries will be in the bin/ folder after.

@liam-lemonade
Copy link

thanks for the updated response 🙇 i threw it together with not a lot of effort

@X9VoiD X9VoiD merged commit 37bb424 into OpenTabletDriver:master Nov 21, 2023
Kuuuube added a commit to Kuuuube/OpenTabletDriver that referenced this pull request Nov 21, 2023
@jamesbt365 jamesbt365 mentioned this pull request Oct 17, 2024
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

configuration Adds or modifies a tablet configuration enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants