Skip to content

Importing STLs with a relative path fails. #35

Open
@nophead

Description

@nophead

https://github.com/nophead/NopSCADlib/tree/master/vitamins/microview.scad imports some STLs. E.g.

import("microview/GKM-003_R05_CHIP_LOWER_HOUSING.stl");

When running the test for it the log has these errors:

Importing with Assimp
ERROR: Error loading file '/libraries/NopSCADlib/vitamins/microview/GKM-002_R05_CHIP_UPPER_HOUSING-1.STL' with Assimp: Unable to open file "/libraries/NopSCADlib/vitamins/microview/GKM-002_R05_CHIP_UPPER_HOUSING-1.STL".
WARNING: Can't open import file '/libraries/NopSCADlib/vitamins/microview/GKM-002_R05_CHIP_UPPER_HOUSING-1.STL', import() at line 46
Importing with Assimp
ERROR: Error loading file '/libraries/NopSCADlib/vitamins/microview/GKM-003_R05_CHIP_LOWER_HOUSING.STL' with Assimp: Unable to open file "/libraries/NopSCADlib/vitamins/microview/GKM-003_R05_CHIP_LOWER_HOUSING.STL".
WARNING: Can't open import file '/libraries/NopSCADlib/vitamins/microview/GKM-003_R05_CHIP_LOWER_HOUSING.STL', import() at line 53

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions