sgenoud / replicad

The library to build browser based 3D models with code.

Home Page:https://replicad.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Importing STEP?

lf94 opened this issue · comments

commented

Is this already possible and just not well exposed?

I would like to import https://gitlab.steamos.cloud/SteamDeck/hardware/-/blob/master/steamdeck_step_20220202.stp and cut it in half using RepliCAD.

I have not done anything related to importing STEP (or STL). I will post here when I do!

I have implemented import functions for replicad

This is far from perfect but it (mostly) works.

You can have a look at this small attempt at loading the file here. Note that I use cors-anywhere to bypass cors checks and you need to click on the button here: https://cors-anywhere.herokuapp.com/

commented

Oh my god, yes! Thank you!