@Falcounet Seems to be working! Thanks for fixing it.
Posts made by aleohl
-
RE: dsf-python: type object is not subscriptable?
-
dsf-python: type object is not subscriptable?
Hello,
I'm trying to run the example custom_m_codes.py found in the github repo for dsf-python.
However I'm running into this issue so the example is obviously not up to date.
Any idea how to fix it?Traceback (most recent call last): File "custom_m_codes.py", line 11, in <module> from dsf.connections import InterceptConnection, InterceptionMode File "/usr/local/lib/python3.7/dist-packages/dsf/__init__.py", line 10, in <module> from . import commands, connections, http, object_model File "/usr/local/lib/python3.7/dist-packages/dsf/connections/__init__.py", line 47, in <module> from .base_command_connection import BaseCommandConnection File "/usr/local/lib/python3.7/dist-packages/dsf/connections/base_command_connection.py", line 3, in <module> from .base_connection import BaseConnection File "/usr/local/lib/python3.7/dist-packages/dsf/connections/base_connection.py", line 6, in <module> from .init_messages import client_init_messages, server_init_message File "/usr/local/lib/python3.7/dist-packages/dsf/connections/init_messages/__init__.py", line 1, in <module> from . import client_init_messages, server_init_message File "/usr/local/lib/python3.7/dist-packages/dsf/connections/init_messages/client_init_messages.py", line 43, in <module> auto_flush: bool = True): TypeError: 'type' object is not subscriptable
Edit: This also effects DSF_ExecOnMcode_Plugin. Same error.
-
RE: Early RRF 3.3beta files available
Great improvements!
Not possible to say by this time if the issue is completely resolved or just great improvement. We will do some more testing.Thanks @dc42 and team for your great effort and speed!
I try to follow along with the changes in the code base, good way to learn the inner workings. -
RE: Early RRF 3.3beta files available
Will test it out straight away, good job!
I and everyone in my team are very impressed by your swift action in regards to our issues with step pulses. I hope we can figure it out together, both for us and, of course, the community.Would it make any difference if you had remote access to Atmel ICE kit connected to our devices? If so just send me an email!
Also, do you think it would help us anything if I hook it up and does some trial-and-error to see if I can get more verbose logs or something like that? -
RE: Duet 3 6HC - Short to ground issue.
Is this issue resolved?
Do you have any ETA on resume of sale?
I need to order some boards! -
Development hardware
Hello,
Is it possible to have a local development environment for DWC without an actual Duet 3 card?
I can't seem to find any information on Github nor the wiki.