KittyCAD / modeling-app

The KittyCAD modeling app.
https://kittycad.io/modeling-app/download
MIT License
422 stars 35 forks source link

[BUG]: Import does not work for any *.obj *.step #4147

Closed imadcat closed 1 month ago

imadcat commented 1 month ago

Describe the bug

model = import('cube.obj')

Steps to Reproduce

  1. copy the cube.obj from "litterbox-main" in the example to the current project folder
  2. add the following KCL code in the app model = import('cube.obj')
  3. you will see the error

Expected Behavior

the files imported properly

Screenshots and Recordings

Image

Desktop OS

Windows 11 x64

Browser

No response

Version

v0.25.6

Additional Context

No response

jtran commented 1 month ago

Thank you for reporting this. We found the cause, and we'll do our best to push a fix as soon as we can.