Trackball STEP files cannot be loaded - Docker install issue, or am I doing something wrong? #67
-
Hello! This is my first attempt at installing and playing around with this, and I am pretty new to Docker, so there is a good chance that I am doing something really simple wrong with regard to either of those, which is causing my issue. I don't know what current Python version I have installed on my machines are. If it is critical, let me know, but I don't know enough about Docker to know if this is the case. Basically, I am just trying to experiment with trackball layouts. The only thing I have changed about run_config.json is that I have changed the 'thumb_style' field. Everything seems to work fine, and outputs a reasonable looking .STEP for the non-trackball cases, but when I go to run it with any of the TRACKBALL 'thumb_styles', it throws an error when trying to import the TRACKBALL STEP files. Again, I am using the perfectly default/clean run_config.json file, with ONLY the 'thumb_styles' field altered.
I will include my problematic config file attached below. I am currently using a clean clone of the main Github branch (should I be using the trackball branch?), and using the Docker installation. Specifically, here's what I am doing in terms installation:
What I have tried
Any help on this front would be much appreciated. I get the sense that this may not be a problem with the program, and more of user error. It also could be an issue stemming from the Docker installation... Let me know if anything else would be useful, and thanks in advance! Run_Config.json (converted to .txt): |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
I have now tested trackball and for me it looks like it works.
I can give you my workflow and see if it helps... Pre requisites
My Workflow
python ./generate_configuration.py && python ./dactyl_manuform.py
|
Beta Was this translation helpful? Give feedback.
-
Should be fixed in the latest push. Was exactly what I thought. Let me know if you still have issues, but basically the docker container didn't have access to the folder with parts in it and I corrected that. |
Beta Was this translation helpful? Give feedback.
Should be fixed in the latest push. Was exactly what I thought. Let me know if you still have issues, but basically the docker container didn't have access to the folder with parts in it and I corrected that.