Cubes with tube and text #32
winksaville
started this conversation in
Show and tell
Replies: 2 comments 11 replies
-
First: Awesome work! A minor nit: on line 16 you write: let csg_text: CSG<f64> = CSG::text(&text, font_data, 4.5, None); Where you probably want: let csg_text: CSG<()> = CSG::text(&text, font_data, 4.5, None); As whether csgrs uses f32 or f64 is selected by cargo features at compile time, and the type in <> is the metadata type. Which you're probably not using, so (). This may be reworked in the next couple releases. I have some positioning functions in the queue to make modeling like this easier. I want to work them in as part of the attachments system. |
Beta Was this translation helpful? Give feedback.
9 replies
-
NP, work on thing more important, do you want me to create an issue?
…On Mon, Mar 17, 2025, 19:00 Timothy Schmidt ***@***.***> wrote:
Looks like geo assumes f64 in a few places that cavalier_contours was more
fully generic over. I will have to get it back in shape.
—
Reply to this email directly, view it on GitHub
<#32 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAH2CHHJMP3D4IXQEQ6OHNT2U544RAVCNFSM6AAAAABZGPDFXGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTENJTGIZDEMA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've created a small cube, 2.4 mm on a side, with a tube in the center and printed text on the side with the diameter in microns. Can be improved but I thought someone might be interested.
Beta Was this translation helpful? Give feedback.
All reactions