Torsten Paul
Torsten Paul
Yep, it seems the axis marker is positioned at the bounding box of the model. At first glance, I'm not seeing a property to enable some sort of grid.
Hmm, there's https://github.com/gabotechs/react-stl-viewer/blob/master/src/StlViewer/SceneElements/Floor.tsx which sounds like there's support for some x/y plane thingy.
Just two notes from the OpenSCAD perspective: 1) OpenSCAD can already parse and export customizable parameters, this was implemented for the now dormant (dead?) cadhub.xyz project via https://github.com/openscad/openscad/pull/3864. I'm not...
Awesome :tada:! That really should get a note on Mastodon too. Anyone wants to write some words? If not, I can give that a try :grin:. @ochafik any account I...
@bkeeneykid could you explain a little bit more how that would be integrated into the model? The way I'm currently thinking about that would create a feedback loop from the...
As minimal version it could be just added to the already existing (configurable) render summary in the console window: ``` Top level object is a 3D object: Facets: 2188 Bounding...
I'd say no toolbar button, it's already crowded and that's not a hugely common feature I assume. We want to have the toolbar customizable at some point anyway, so users...
I see the concerns, but then it's not uncommon to have an "insert external stuff" menu item for inserting images, links, ... If you have the cursor at the wrong...
`cmake -DSNAPSHOT=ON -DEXPERIMENTAL=ON`
I'd suggest start at the beginning then. Why build yourself? What goal are you trying to reach? Why do you need the cross-build? There are options to build natively on...