Worked for me! You have my favorite FreeCAD tutorials 🍻
@MangoJellySolutions Жыл бұрын
Glad to help! Thank you 😁😁😁👍👍
@Sigurdinus Жыл бұрын
Watching you going through and commenting some more complex steps of a project from start to finish is very educational and entertaining. I learned a lot from this and wouldnt mind seeing more of these types of videos. Thank you!
@MangoJellySolutions Жыл бұрын
Glad it was helpful! It's always good to see some real world projects, it really puts it into perspective. I will always share this information as I think it's valuable for the community. I must make up some kind of playlist with these on. Thank you for the kind feedback.
@dmitryzlotnikov6587Ай бұрын
Thank you !
@FilterYT Жыл бұрын
That was amazing, thanks.
@MangoJellySolutions Жыл бұрын
Glad you enjoyed it!
@edderohanes426411 ай бұрын
Excellent video! I'm having trouble with working planes. It would help if you went slower and showed exactly what is happening with the Custom Planes. My application is putting text around a cylinder, but the text ends up wrapping around the proper axis of the body, but displaced off the cylinder. I think this might be a custom plane issue? Thanks again for the great video.
@stewartpalmer2456 Жыл бұрын
A couple things for questions? One What is the difference between (duplicating and copy/paste), and (fill face/thickness or padding) the strings? Just curious? Regardless, awesome information. Thank you.
@MangoJellySolutions Жыл бұрын
So duplicate and copy paste are the same. And fill face will fill the wires of closed geometry so it has a face. Think of it like a flood fill in a paint program. If your extruded the text as is then you would have walls to your text and no top or bottom. Fill with a face and the text is solid. Pad and Extrude are the same. Part design just calls an extrude a pad. Glad you enjoyed the video
@theo1311Ай бұрын
How can I do the same thing but engraving the text instead of extruding the text? I tried setting the offset and/or thickness to a negative number, but no luck.
@alterratz665 Жыл бұрын
Thank you for this tutorial. However it seems a little bit complicated/confusing for me. Why can't You just create the text on the "Mapped Sketch"?
@MangoJellySolutions Жыл бұрын
The sketch doesn't have text tools. You would need to cover the text object to a sketch first but by doing so you will loose the ability to edit the text.
@kamilrenczewski5151 Жыл бұрын
Is it possible to use external geometry and reference the mapped sketch instead all the magic of setting up the working plane?
@MangoJellySolutions Жыл бұрын
You can but the working plane has to be set to the correct plane for the text otherwise you would have to rotate and place the text if you was using different planes.
@skrzatek869210 ай бұрын
Can the text be aligned, so the "30" number would be actually in the middle in your example?
@guerillagardener22374 ай бұрын
That part looks more familiar to a mini lathe.
@bmarvin633910 ай бұрын
I find that in 3D printing of lettering, the letters in a word are spaced too close together to print well. I use CorelDraw to create my lettering because it allows me to increase the distance between each letter in a word or string of words. I then export the text as 2D polylines to be imported and extruded into 3D solids. I have not found a reliable way to bring these polylines into FreeCAD directly. They come in, but cannot be extruded because FreeCAD does not see them as closed polylines. I have to take them into my other CAD package, that sees them as closed polylines and can extrude them into solids, Then I export these solids as a STEP file. Importing this STEP file into FreeCAD in Part WB brings each character in as an individual solid. I create a compound object of these 3D characters so that I can position them as a unit without loosing the character to character spacing. This compound object can then be Boolean fused to the structure they are to be a part of. I do not know why freeCAD does not see these polylines as closed. It is probably because they are imported as lines and arcs without coincident constraints on the endpoints of the lines and arcs that make up the polylines. In other CAD packages, the endpoints of the lines and arcs in a polyline are assumed to be connected. Only if the beginning and ending point are not connected is it an open polyline.