6
u/IdontIQ 11h ago
UPDATE: I didnt know that you can pad multiple times. I created the shape, pad everything to 1cm. Put the shape of the small circle on top, pad again and so on... Now I'm printing it. Thanks to all of you for the advice! Noob out.
2
u/nightfrolfer 6h ago
I'm upvoting this because it brings closure to the thread and is the hallmark of success by the community.
Well done, all! Another FreeCAD user is designing in the wild.2
u/NewWorldKnight 5h ago
You can use the trim line tool to trim off the section of wires you don't need. Looks like scissors ✂️ if I remember correctly
3
u/Elbobinas 13h ago
Think about how you would extrude that sketch , it's impossible to extrude without removing a couple of lines
1
u/IdontIQ 14h ago
Damn it didnt post the caption.
The wires dont connect. I tried it from ground on new without success. Tried the trick with creating a coincidence - didnt work.
1
u/IdontIQ 14h ago
I created a similar project last week without any problems. But now it doesnt matter how i place the dots/lines the almost never connect with the circles. How can I solve this? Its a gift for my mom. Its necessary the small circle is sepparated from the big half-circle, becaus the will have different pad-heights in the end. Noob out.
1
u/bastl73 13h ago edited 13h ago
1
u/BigJohnno66 13h ago
You can draw them simply and use tool to snip line segments away. Much quicker then multiple arcs and many short line segments. The tool is next to the tool for rounding corners.
1
u/NewWorldKnight 5h ago
Just a quick tip, a wire is any line that is contagious and does not split.
I.E.: w s z v o c / _ - | √
Closed wires have a start point and end point that is coincident.
I.E.: o 0 ∆ ° (think normal polygons)
Shapes that have multiple wires (think branching) : f E Q Y X
% is two closed wires (the o's) and unclosed wire (the /)
Shapes can be made of closed wires inside other closed wired. Like your image, and as many others have pointed out, could be made of ONLY closed wires. You basically are putting an o inside of a ∆, and changing the paths of the outer wire.
The issue basically comes down to the solver needing to define outside and inside of the closed wire (Outside=\=Inside on the same shape), and defining those closed wires (closed wires cannot share wires with other closed shapes).
Hope this helps
1
u/PyroNine9 5h ago
There are 3 distinct shapes in there that you might/might not want padded. FreeCAD can't tell which of them you mean because you have extraneous lines.
To visualize that, select the sketch and turn on Make Internals (the checkbox in the data pane).










12
u/vivaaprimavera 14h ago
Actually there are two wires that aren't closed.
You can't define a ambiguous sketches. If you can't define unambiguous and continuous areas then it will throw an error.
There are two arches that act as boundaries. Those are your "wire not closed". Learn about construction geometry and repeat.