You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A cargo xtask is included in the repository for testing building with various
501
-
combinations of feature flags. To use it, you must install cargo xtask:
502
-
```rust
503
-
cargoinstallxtask
504
-
```
505
-
506
-
To run the tests:
507
-
```rust
508
-
cargoxtasktest-all
509
-
```
510
-
511
499
## Roadmap
512
500
-**Attachments** Unless you make models containing just one object attachments features can revolutionize your modeling. They will let you position components of a model relative to other components so you don't have to keep track of the positions and orientations of parts of the model. You can instead place something on the TOP of something else, perhaps aligned to the RIGHT.
513
501
-**Rounding and filleting** Provide modules like cuboid() to make a cube with any of the edges rounded, offset_sweep() to round the ends of a linear extrusion, and prism_connector() which works with the attachments feature to create filleted prisms between a variety of objects, or even rounded holes through a single object. Also edge_profile() to apply a variety of different mask profiles to chosen edges of a cubic shape, or directly subtract 3d mask shapes from an edge of objects that are not cubes.
0 commit comments