3d solid text cnc

Hi , I need to create a solid of a text starting from a single curve text.

i need to reproduce the subtraction solid that i would obtain if i cnc engrave the single curve text by using a cnc engraver and a round head tool of a given diameter.

the problem is that when i use the single curve generated in rhino with image font

and then pipe it i get sharp edges and the solid text layout is messed up.and not resembling the cnc engraved text

i made some search but i could not find relevant thread on this .

if anyone can help i appreciate

Seen this?

1 Like

Awsome @martinsiegrist , meanwhile i made some attempt and i will post it below but your solution is definitely better .

can i ask you one favour : 1 i never used anemone / 2 i am not used to icons , can you post the defition on this thread ? How to Simulate Gcode - #8 by martinsiegrist

thanks

Thanks. The file is there:

1 Like

Hello

You can explode curves and used rounded ends.

Or use offset from Clipper.

1 Like

great but now the single letters overlap

the text was referenced as multiple curves directly from rhino, id like to be able to control the space between letter.

I tried (1) to flow along a curve to increase the space between letters but this works pretty much like scale1D thus scaling also the letters.

i also tried (2) to sort along X and then move the letter created with pipe but for some reason i am not able to get it to work since the trasformation is messed up

20260109 engraved text.gh (15.3 KB)

For text generation there a spacing parameter. It is a problem that you should take care at the beginning.

Here an example in Nautilus plugin, but must be there on all tools.

I have a tool to pack like you want but I think it is not the solution to your problem

@laurent_delrieu has a tool for everything :slight_smile:

2 Likes

Indeed not, this tool here will just work on a group of letters no on a whole lettering problem.

I use this one a lot in order to inspect objects before nesting. I will more an more do laser cutting (I bought C02 and fiber machine) so I will surely have to make some new tools :slight_smile:

3 Likes

thanks @laurent_delrieu , yes , i used Nautilus component to create the text and to adjust the spacing and and its very useful and practical

I also tried your ‘Pack Geometry…’, it’s amazing, but I still face some problems. Since the ‘8’ is composed of two closed curves, I agree that adjusting the text parameters is the best option though

@martinsiegrist : Laurent and You are both impressive , Your helpfulness and expertise are incredible

many thanks

1 Like

@laurent_delrieu by using your useful suggestion i nearly reached my goal but now i am stuck in the solid difference , some of the subvolumes are not subtracted

beside this to work with solids is quite computanionally expensive…i wonder if the solution could be using meshes but i realized the Gh does not have a component for mesh solid difference

ENGRAVED LABEL SIMULATION.gh (22.9 KB)

i found this solution , it seems to work but @laurent_delrieu @martinsiegrist i wonder if you have any better suggestion

sorry i realized i was wrong , i used shrinkwrap to approximate the engraved text and then mesh solid difference and it seams to work reasonably ( i forgot to mention that my goal was to create a 3D printable label so working with meshes is fine for my purposes)

ENGRAVED LABEL SIMULATION 2.gh (20.3 KB)

1 Like