-
Notifications
You must be signed in to change notification settings - Fork 116
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
Portrait 3 works as well #171
Conversation
I disagree - since setting the depth of the autoblade does not work by default. When sending the command It seems this is because the Product ID is not in 'PRODUCT_LINE_CAMEO3_ON' and thus the command is not sent during setup. The Product ID on my Portrait 3 seems to be 4410 (0x113a) |
@maclomhair @miggland thanks a lot for your contribution. I will happily add new hardware to the list. inkscape-silhouette/silhouette/Graphtec.py Line 141 in 5a19eb4 Thanks a lot for your tests in advance as I don't have any such device. |
Well, I can give you this straight away:
It has an autoblade, only one tool holder. This works fine: I'm not sure what else I'm supposed to test (haven't noticed anything else not working so far..) |
I'd like to receive a patch which adds |
Tried to run Silhouette Portrait 3 and it does not work on win7-10 and linux blade makes 1 pass and in 2-3 seconds stops... Apparently, the firmware was changed in the new model and the python code is not suitable... Who has a point? |
@mikhailmihalkov thanks a lot for your feedback. I guess this will help. Did you try |
log 1 and log 2 is a square cutting from Silhouette Studio Portrait 3 |
Result dump - wireshark usb dump |
|
@mikhailmihalkov what according to your tests needs to be adapted in https://github.com/fablabnbg/inkscape-silhouette/blob/5a19eb4526d96371ff61683aa6e31f5bf6c5c537/silhouette/Graphtec.py in order to work properly? your PR is welcome... |
I can confirm Portrait 3 mostly works without additional changes, but to get AutoBlade working you'll also need my PR: #174 |
I just tried the extension with the portrait 3 and it seems to work quite well. I haven't tested thoroughly, though.
(Also this fixes a small typo in the "Supported Devices" heading)