Joshua Milas
Joshua Milas
Same logic applies to `DCH` and `DCB` as well
I think its because you are using backslashes. Your directory string should look like `directory= 'D:/Google Drive/python/'`. This is because Python uses backslashes in strings to specify special characters (like...
I took a stab at implementing this and made non-zero progress. You can see what I have here #4986 I like the idea of a special variable name `$solid_name` that...
It sounds like a section of the `part(...)` syntax should be implemented then. Something that is forward compatible with what is wanted. I was thinking for a single part: ```...
I have a working example for `part(...) {...}` syntax. The `do_export` function had to be broken up so I could call the export functionality multiple times for multiple nodes. I...
I added the suggested changes and left comments on the ones still open. I would like to see if I can export just one STL with multiple parts, it seems...
> > I would like to see if I can export just one STL with multiple parts, > > Do you have any consumers that can read such a file?...
@gsohler I would want to try it out but it sounds like it could work.
I was able to get the worker to load by editing my local files. It seems the issue comes out of the `new URL(...)` object. I'm unsure what it does...
Did you check out the branch I was working on? I didn't work on it in master. I'm not sure how you would test this without a server except maybe...