-
Notifications
You must be signed in to change notification settings - Fork 46
long path names #25
Comments
So there's this cute little... annoyance. I'm like... 95% sure that you can only have one top level root folder and that it MUST be the same as the project name, but I can't find any guarantees that that's the case so I thought it'd be safer to just have the extra path name, even though it annoys the hell out of me. Can someone find this guarantee somewhere? Because if so, I will straight up make it ignore the top level folder. |
i am running into issues with the path name limit.. i have rename my top level project to "a" and the output root path to "d:\a" in hope it would make it work my next step is to rename the \hub \project to \h\p to "steal" back some characters |
Are you running on Windows? Have you looked into the enabling of long path names? Also, the script shouldn't totally crash on that, it should just not write out the file. If it's totally crashing, that's a bug I need to fix. |
it pops up a dialog and complains about not able to write out the file let me check the long path names thing |
also the resume doesn't seem to work for me on windows, it always restarts |
I just replaced the "Hub" with "H" and removed the "Project xxxx" it works fine. |
2020-10-01 00:17:56,865 - INFO - Writing iges file "C:/Users/ton/NEXTCLOUD/FusionBackup\Hub Peter Jansen\Project CNC 4\CNC 4\EAO W.630KX.055 Stainless Steel Kiosk Panel UK Keyboard\EAO W.630KX.055 Stainless Steel Kiosk Panel UK Keyboard.f3d\EAO W.630KX.055 Stainless Steel Kiosk Panel UK Keyboard v19.igs" |
I checked the output directory and it seems to be making the pathnames extra long and some parts are not needed?
\hub \project \project name
can we shorten this to
\hub \project \
The text was updated successfully, but these errors were encountered: