Doesn't open app correctly if file path includes spaces
Closed this issue · 1 comments
C06A commented
For application itself, if path includes the spaces, then whole path included in double quotes. So application starts successfully.
However if the path to the .scad file includes spaces the application opens no file. To fix this the path to the file must be included in the double quotes (or each space should be prepended by back-slash ("").