You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix saving assemblies when opened with a relative path on the command line.
When a file containing linked files (an assembly) was opened by passing
a relative path to it on the command line; saving it would fail with an
error:
"This sketch links the sketch '%s'; it can only be saved on the same volume."
The problem stems from not `Expand`-ing paths immediately in `main` which
was introduced in 3ea8ebf see here for details:
solvespace#1474 (comment)
The fix is to expand paths to linked files before making them relative to
the assembly.
Fixessolvespace#1465
0 commit comments