romgere / text2stl

3D text generator for 3D printing. EmberJs / Typescript / Three.js
https://text2stl.mestres.fr
46 stars 17 forks source link

Rotate feature #120

Open zer026t opened 10 months ago

zer026t commented 10 months ago

Would be very handy to add a rotation feature to have text wrap around a round shape, for both the vertical and horizontal axes.

For example Vertical text 10mm high Radius 50mm Angle of 180 degrees

This would create a 10mm high text path that wraps half way around a 100mm vertical cylinder.

Horizontal text 15mm high Radius 75mm Angle of 270 degrees

This would create a text path facing upward which wraps around a 150mm circle.

I'm sure there are a few other variables that would have to be included, but just generally a handy feature to consider.

Thanks! Justin